Versions in this module Expand all Collapse all v1 v1.23.14 Apr 4, 2026 v1.23.13 Mar 26, 2026 Changes in this version + const HostName + var ServiceConfig cloud.ServiceConfiguration = cloud.ServiceConfiguration + func NewPipeline(credential azcore.TokenCredential, serviceConfig cloud.ServiceConfiguration, ...) runtime.Pipeline + func SetHttpRequestBody(req *policy.Request, value any) error + type Application struct + AppId *string + Description *string + DisplayName string + Id *string + PasswordCredentials []*ApplicationPasswordCredential + ServiceManagementReference *string + type ApplicationAddPasswordRequest struct + PasswordCredential ApplicationPasswordCredential + type ApplicationAddPasswordResponse struct + type ApplicationCreateRequest struct + type ApplicationItemRequestBuilder struct + func NewApplicationItemRequestBuilder(client *GraphClient, id string) *ApplicationItemRequestBuilder + func (c *ApplicationItemRequestBuilder) AddPassword(ctx context.Context) (*ApplicationPasswordCredential, error) + func (c *ApplicationItemRequestBuilder) Delete(ctx context.Context) error + func (c *ApplicationItemRequestBuilder) FederatedIdentityCredentialById(id string) *FederatedIdentityCredentialItemRequestBuilder + func (c *ApplicationItemRequestBuilder) FederatedIdentityCredentials() *FederatedIdentityCredentialListRequestBuilder + func (c *ApplicationItemRequestBuilder) Get(ctx context.Context) (*Application, error) + func (c *ApplicationItemRequestBuilder) GetByAppId(ctx context.Context) (*Application, error) + func (c *ApplicationItemRequestBuilder) RemovePassword(ctx context.Context, keyId string) error + type ApplicationListRequestBuilder struct + func NewApplicationListRequestBuilder(client *GraphClient) *ApplicationListRequestBuilder + func (c *ApplicationListRequestBuilder) Get(ctx context.Context) (*ApplicationListResponse, error) + func (c *ApplicationListRequestBuilder) Post(ctx context.Context, application *Application) (*Application, error) + type ApplicationListResponse struct + Value []Application + type ApplicationPasswordCredential struct + CustomKeyIdentifier *string + DisplayName *string + EndDateTime *time.Time + Hint *string + KeyId *string + SecretText *string + StartDateTime *time.Time + type ApplicationRemovePasswordRequest struct + KeyId string + type EntityItemRequestBuilder struct + func (b *EntityItemRequestBuilder[T]) Select(params []string) *T + type EntityListRequestBuilder struct + func (b *EntityListRequestBuilder[T]) Filter(filterExpression string) *T + func (b *EntityListRequestBuilder[T]) Top(count int) *T + type FederatedIdentityCredential struct + Audiences []string + Description *string + Id *string + Issuer string + Name string + Subject string + type FederatedIdentityCredentialItemRequestBuilder struct + func NewFederatedIdentityCredentialItemRequestBuilder(client *GraphClient, applicationId string, id string) *FederatedIdentityCredentialItemRequestBuilder + func (c *FederatedIdentityCredentialItemRequestBuilder) Delete(ctx context.Context) error + func (c *FederatedIdentityCredentialItemRequestBuilder) Get(ctx context.Context) (*FederatedIdentityCredential, error) + func (c *FederatedIdentityCredentialItemRequestBuilder) Update(ctx context.Context, federatedIdentityCredential *FederatedIdentityCredential) error + type FederatedIdentityCredentialListRequestBuilder struct + func NewFederatedIdentityCredentialListRequestBuilder(client *GraphClient, applicationId string) *FederatedIdentityCredentialListRequestBuilder + func (c *FederatedIdentityCredentialListRequestBuilder) Get(ctx context.Context) (*FederatedIdentityCredentialListResponse, error) + func (c *FederatedIdentityCredentialListRequestBuilder) Post(ctx context.Context, federatedIdentityCredential *FederatedIdentityCredential) (*FederatedIdentityCredential, error) + type FederatedIdentityCredentialListResponse struct + Value []FederatedIdentityCredential + type GraphClient struct + func NewGraphClient(credential azcore.TokenCredential, options *azcore.ClientOptions) (*GraphClient, error) + func (c *GraphClient) ApplicationById(id string) *ApplicationItemRequestBuilder + func (c *GraphClient) Applications() *ApplicationListRequestBuilder + func (c *GraphClient) Me() *MeItemRequestBuilder + func (c *GraphClient) ServicePrincipalById(id string) *ServicePrincipalItemRequestBuilder + func (c *GraphClient) ServicePrincipals() *ServicePrincipalListRequestBuilder + type MeItemRequestBuilder struct + func (b *MeItemRequestBuilder) Get(ctx context.Context) (*UserProfile, error) + type ServicePrincipal struct + AppDisplayName *string + AppId string + AppOwnerOrganizationId *string + Description *string + DisplayName string + Id *string + Type *string + type ServicePrincipalCreateRequest struct + AppId string + type ServicePrincipalItemRequestBuilder struct + func NewServicePrincipalItemRequestBuilder(client *GraphClient, id string) *ServicePrincipalItemRequestBuilder + func (b *ServicePrincipalItemRequestBuilder) Delete(ctx context.Context) error + func (b *ServicePrincipalItemRequestBuilder) Get(ctx context.Context) (*ServicePrincipal, error) + type ServicePrincipalListRequestBuilder struct + func NewServicePrincipalListRequestBuilder(client *GraphClient) *ServicePrincipalListRequestBuilder + func (c *ServicePrincipalListRequestBuilder) Get(ctx context.Context) (*ServicePrincipalListResponse, error) + func (c *ServicePrincipalListRequestBuilder) Post(ctx context.Context, servicePrincipal *ServicePrincipal) (*ServicePrincipal, error) + type ServicePrincipalListResponse struct + Value []ServicePrincipal + type UserProfile struct + BusinessPhones []string + DisplayName string + GivenName string + Id string + JobTitle string + Mail string + OfficeLocation string + Surname string + UserPrincipalName string