Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AADObject
- type ADGroup
- type Application
- type ApplicationCreateParameters
- type ApplicationListResult
- type ApplicationUpdateParameters
- type ApplicationsClient
- type CheckGroupMembershipParameters
- type CheckGroupMembershipResult
- type Domain
- type DomainListResult
- type DomainsClient
- type ErrorMessage
- type GetObjectsParameters
- type GetObjectsResult
- type GraphError
- type GroupAddMemberParameters
- type GroupCreateParameters
- type GroupGetMemberGroupsParameters
- type GroupGetMemberGroupsResult
- type GroupListResult
- type GroupsClient
- type KeyCredential
- type KeyCredentialListResult
- type KeyCredentialsUpdateParameters
- type ManagementClient
- type ObjectsClient
- type OdataError
- type PasswordCredential
- type PasswordCredentialListResult
- type PasswordCredentialsUpdateParameters
- type PasswordProfile
- type RequiredResourceAccess
- type ResourceAccess
- type ServicePrincipal
- type ServicePrincipalCreateParameters
- type ServicePrincipalListResult
- type ServicePrincipalsClient
- type SignInName
- type User
- type UserBase
- type UserCreateParameters
- type UserGetMemberGroupsParameters
- type UserGetMemberGroupsResult
- type UserListResult
- type UserType
- type UserUpdateParameters
- type UsersClient
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Application ¶
type Application = original.Application
type ApplicationCreateParameters ¶
type ApplicationCreateParameters = original.ApplicationCreateParameters
type ApplicationListResult ¶
type ApplicationListResult = original.ApplicationListResult
type ApplicationUpdateParameters ¶
type ApplicationUpdateParameters = original.ApplicationUpdateParameters
type ApplicationsClient ¶
type ApplicationsClient = original.ApplicationsClient
func NewApplicationsClient ¶
func NewApplicationsClient(tenantID string) ApplicationsClient
func NewApplicationsClientWithBaseURI ¶
func NewApplicationsClientWithBaseURI(baseURI string, tenantID string) ApplicationsClient
type CheckGroupMembershipParameters ¶
type CheckGroupMembershipParameters = original.CheckGroupMembershipParameters
type CheckGroupMembershipResult ¶
type CheckGroupMembershipResult = original.CheckGroupMembershipResult
type DomainListResult ¶
type DomainListResult = original.DomainListResult
type DomainsClient ¶
type DomainsClient = original.DomainsClient
func NewDomainsClient ¶
func NewDomainsClient(tenantID string) DomainsClient
func NewDomainsClientWithBaseURI ¶
func NewDomainsClientWithBaseURI(baseURI string, tenantID string) DomainsClient
type ErrorMessage ¶
type ErrorMessage = original.ErrorMessage
type GetObjectsParameters ¶
type GetObjectsParameters = original.GetObjectsParameters
type GetObjectsResult ¶
type GetObjectsResult = original.GetObjectsResult
type GraphError ¶
type GraphError = original.GraphError
type GroupAddMemberParameters ¶
type GroupAddMemberParameters = original.GroupAddMemberParameters
type GroupCreateParameters ¶
type GroupCreateParameters = original.GroupCreateParameters
type GroupGetMemberGroupsParameters ¶
type GroupGetMemberGroupsParameters = original.GroupGetMemberGroupsParameters
type GroupGetMemberGroupsResult ¶
type GroupGetMemberGroupsResult = original.GroupGetMemberGroupsResult
type GroupListResult ¶
type GroupListResult = original.GroupListResult
type GroupsClient ¶
type GroupsClient = original.GroupsClient
func NewGroupsClient ¶
func NewGroupsClient(tenantID string) GroupsClient
func NewGroupsClientWithBaseURI ¶
func NewGroupsClientWithBaseURI(baseURI string, tenantID string) GroupsClient
type KeyCredential ¶
type KeyCredential = original.KeyCredential
type KeyCredentialListResult ¶
type KeyCredentialListResult = original.KeyCredentialListResult
type KeyCredentialsUpdateParameters ¶
type KeyCredentialsUpdateParameters = original.KeyCredentialsUpdateParameters
type ManagementClient ¶
type ManagementClient = original.ManagementClient
func New ¶
func New(tenantID string) ManagementClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, tenantID string) ManagementClient
type ObjectsClient ¶
type ObjectsClient = original.ObjectsClient
func NewObjectsClient ¶
func NewObjectsClient(tenantID string) ObjectsClient
func NewObjectsClientWithBaseURI ¶
func NewObjectsClientWithBaseURI(baseURI string, tenantID string) ObjectsClient
type OdataError ¶
type OdataError = original.OdataError
type PasswordCredential ¶
type PasswordCredential = original.PasswordCredential
type PasswordCredentialListResult ¶
type PasswordCredentialListResult = original.PasswordCredentialListResult
type PasswordCredentialsUpdateParameters ¶
type PasswordCredentialsUpdateParameters = original.PasswordCredentialsUpdateParameters
type PasswordProfile ¶
type PasswordProfile = original.PasswordProfile
type RequiredResourceAccess ¶
type RequiredResourceAccess = original.RequiredResourceAccess
type ResourceAccess ¶
type ResourceAccess = original.ResourceAccess
type ServicePrincipal ¶
type ServicePrincipal = original.ServicePrincipal
type ServicePrincipalCreateParameters ¶
type ServicePrincipalCreateParameters = original.ServicePrincipalCreateParameters
type ServicePrincipalListResult ¶
type ServicePrincipalListResult = original.ServicePrincipalListResult
type ServicePrincipalsClient ¶
type ServicePrincipalsClient = original.ServicePrincipalsClient
func NewServicePrincipalsClient ¶
func NewServicePrincipalsClient(tenantID string) ServicePrincipalsClient
func NewServicePrincipalsClientWithBaseURI ¶
func NewServicePrincipalsClientWithBaseURI(baseURI string, tenantID string) ServicePrincipalsClient
type SignInName ¶
type SignInName = original.SignInName
type UserCreateParameters ¶
type UserCreateParameters = original.UserCreateParameters
type UserGetMemberGroupsParameters ¶
type UserGetMemberGroupsParameters = original.UserGetMemberGroupsParameters
type UserGetMemberGroupsResult ¶
type UserGetMemberGroupsResult = original.UserGetMemberGroupsResult
type UserListResult ¶
type UserListResult = original.UserListResult
type UserUpdateParameters ¶
type UserUpdateParameters = original.UserUpdateParameters
type UsersClient ¶
type UsersClient = original.UsersClient
func NewUsersClient ¶
func NewUsersClient(tenantID string) UsersClient
func NewUsersClientWithBaseURI ¶
func NewUsersClientWithBaseURI(baseURI string, tenantID string) UsersClient
Click to show internal directories.
Click to hide internal directories.