Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { ClientID string ClientSecret string ClientSecretExpiration date.Time DisplayName string Duration string ObjectID string TenantID string }
App struct defines an Azure AD Application
func (*App) CreateAzureADApp ¶
func (aadApp *App) CreateAzureADApp() (graphrbac.Application, error)
CreateAzureADApp creates an Azure AD Application
func (*App) CreateServicePrincipal ¶
func (aadApp *App) CreateServicePrincipal() (graphrbac.ServicePrincipal, error)
CreateServicePrincipal generates a service princiapl for an AzureIdentityTerminator resource
Click to show internal directories.
Click to hide internal directories.