Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Environment environments.Environment
Claims auth.Claims
TerraformVersion string
EnableMsGraphBeta bool // TODO: remove in v2.0
StopContext context.Context
ServicePrincipalClient struct {
MsGraphClient *msgraph.ServicePrincipalsClient
}
GroupsClient *msgraph.GroupsClient
AppClient *msgraph.ApplicationsClient
EnableResourceMutex bool
ResourceMutex *sync.Mutex
}
Client contains the handles to all the specific Azure AD resource classes' respective clients
Click to show internal directories.
Click to hide internal directories.