| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization |
Package containing the classes for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.fluent |
Package containing the service clients for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.fluent.models |
Package containing the inner data models for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.utils |
This package contains utility classes for working with Azure authorization.
|
| Class and Description |
|---|
| ActiveDirectoryApplications
Entry point to application management API.
|
| ActiveDirectoryGroups
Entry point to AD group management API.
|
| ActiveDirectoryUsers
Entry point to AD user management API.
|
| RoleAssignments
Entry point to role assignment management API.
|
| RoleDefinitions
Entry point to role definition management API.
|
| ServicePrincipals
Entry point to service principal management API.
|
| Class and Description |
|---|
| ApplicationCreateParameters
Request parameters for creating a new application.
|
| ApplicationUpdateParameters
Request parameters for updating a new application.
|
| CheckGroupMembershipParameters
Request parameters for IsMemberOf API call.
|
| GetObjectsParameters
Request parameters for the GetObjectsByObjectIds API.
|
| GroupCreateParameters
Request parameters for creating a new group.
|
| RoleAssignmentCreateParameters
Role assignment create parameters.
|
| ServicePrincipalBase
Active Directory service principal common properties shared among GET, POST and PATCH.
|
| ServicePrincipalCreateParameters
Request parameters for creating a new service principal.
|
| UserCreateParameters
Request parameters for creating a new work or school account user.
|
| UserUpdateParameters
Request parameters for updating an existing work or school account user.
|
| Class and Description |
|---|
| ConsentType
Defines values for ConsentType.
|
| GroupMembershipClaimTypes
Defines values for GroupMembershipClaimTypes.
|
| InformationalUrl
Represents a group of URIs that provide terms of service, marketing, support and privacy policy information about an
application.
|
| OptionalClaims
Specifying the claims to be included in the token.
|
| UserType
Defines values for UserType.
|
| Class and Description |
|---|
| ActiveDirectoryApplication
An immutable client-side representation of an Azure AD application.
|
| ActiveDirectoryApplication.DefinitionStages.Blank
The first stage of the application definition.
|
| ActiveDirectoryApplication.DefinitionStages.WithCreate
An application definition with sufficient inputs to create a new application in the cloud, but exposing
additional optional inputs to specify.
|
| ActiveDirectoryApplication.DefinitionStages.WithCredential
The stage of application definition allowing specifying identifier keys.
|
| ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
The stage of application definition allowing specifying identifier URLs.
|
| ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
The stage of application definition allowing specifying if the application can be used in multiple tenants.
|
| ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
The stage of application definition allowing specifying reply URLs.
|
| ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
The stage of application definition allowing specifying the sign on URL.
|
| ActiveDirectoryApplication.Update
The template for an application update operation, containing all the settings that can be modified.
|
| ActiveDirectoryApplication.UpdateStages.WithCredential
The stage of application update allowing specifying identifier keys.
|
| ActiveDirectoryApplication.UpdateStages.WithIdentifierUrl
The stage of application update allowing specifying identifier URLs.
|
| ActiveDirectoryApplication.UpdateStages.WithMultiTenant
The stage of application update allowing specifying if the application can be used in multiple tenants.
|
| ActiveDirectoryApplication.UpdateStages.WithReplyUrl
The stage of application update allowing specifying reply URLs.
|
| ActiveDirectoryApplication.UpdateStages.WithSignOnUrl
The stage of application update allowing specifying the sign on URL.
|
| ActiveDirectoryGroup
An immutable client-side representation of an Azure AD group.
|
| ActiveDirectoryGroup.DefinitionStages.Blank
The first stage of the AD group definition.
|
| ActiveDirectoryGroup.DefinitionStages.WithCreate
An AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional
optional inputs to specify.
|
| ActiveDirectoryGroup.DefinitionStages.WithEmailAlias
An AD Group definition allowing mail nickname to be specified.
|
| ActiveDirectoryGroup.DefinitionStages.WithMember
An AD Group definition allowing members to be added.
|
| ActiveDirectoryGroup.Update
The template for a group update operation, containing all the settings that can be modified.
|
| ActiveDirectoryGroup.UpdateStages.WithMember
An AD Group definition allowing members to be added or removed.
|
| ActiveDirectoryObject
An immutable client-side representation of an Azure AD object.
|
| ActiveDirectoryUser
An immutable client-side representation of an Azure AD user.
|
| ActiveDirectoryUser.DefinitionStages.Blank
The first stage of the user definition.
|
| ActiveDirectoryUser.DefinitionStages.WithAccontEnabled
A user definition allowing specifying whether the account is enabled.
|
| ActiveDirectoryUser.DefinitionStages.WithCreate
An AD user definition with sufficient inputs to create a new user in the cloud, but exposing additional
optional inputs to specify.
|
| ActiveDirectoryUser.DefinitionStages.WithPassword
A user definition allowing password to be specified.
|
| ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin
A user definition allowing setting whether the user should change password on the next login.
|
| ActiveDirectoryUser.DefinitionStages.WithUsageLocation
A user definition allowing usage location to be specified.
|
| ActiveDirectoryUser.DefinitionStages.WithUserPrincipalName
A user definition allowing user principal name to be specified.
|
| ActiveDirectoryUser.Update
The template for a user update operation, containing all the settings that can be modified.
|
| ActiveDirectoryUser.UpdateStages.WithAccontEnabled
A user update allowing specifying whether the account is enabled.
|
| ActiveDirectoryUser.UpdateStages.WithPassword
A user update allowing password to be specified.
|
| ActiveDirectoryUser.UpdateStages.WithPromptToChangePasswordOnLogin
A user update allowing setting whether the user should change password on the next login.
|
| ActiveDirectoryUser.UpdateStages.WithUsageLocation
A user update allowing usage location to be specified.
|
| AddOwnerParameters
Request parameters for adding a owner to an application.
|
| ApplicationBase
Active Directive Application common properties shared among GET, POST and PATCH.
|
| ApplicationCreateParameters
Request parameters for creating a new application.
|
| ApplicationListResult
Application list operation result.
|
| ApplicationUpdateParameters
Request parameters for updating a new application.
|
| AppRole
The AppRole model.
|
| BuiltInRole
Defines values for roles.
|
| CertificateCredential.DefinitionStages.Blank
The first stage of a credential definition.
|
| CertificateCredential.DefinitionStages.WithAttach
The final stage of the credential definition.
|
| CertificateCredential.DefinitionStages.WithAuthFile
A credential definition stage allowing exporting the auth file for the service principal.
|
| CertificateCredential.DefinitionStages.WithAuthFileCertificate
A credential definition stage allowing specifying the private key for exporting an auth file.
|
| CertificateCredential.DefinitionStages.WithAuthFileCertificatePassword
A credential definition stage allowing specifying the password for the private key for exporting an auth
file.
|
| CertificateCredential.DefinitionStages.WithCertificateType
The credential definition stage allowing the certificate type to be set.
|
| CertificateCredential.DefinitionStages.WithDuration
The credential definition stage allowing the duration of key validity to be set.
|
| CertificateCredential.DefinitionStages.WithPublicKey
The credential definition stage allowing the public key to be set.
|
| CertificateCredential.DefinitionStages.WithStartDate
The credential definition stage allowing start date to be set.
|
| CertificateCredential.DefinitionStages.WithSymmetricKey
The credential definition stage allowing the secret key to be set.
|
| CertificateCredential.UpdateDefinitionStages.Blank
The first stage of a credential definition.
|
| CertificateCredential.UpdateDefinitionStages.WithAttach
The final stage of the credential definition.
|
| CertificateCredential.UpdateDefinitionStages.WithAuthFile
A credential definition stage allowing exporting the auth file for the service principal.
|
| CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificate
A credential definition stage allowing specifying the private key for exporting an auth file.
|
| CertificateCredential.UpdateDefinitionStages.WithAuthFileCertificatePassword
A credential definition stage allowing specifying the password for the private key for exporting an auth
file.
|
| CertificateCredential.UpdateDefinitionStages.WithCertificateType
The credential definition stage allowing the certificate type to be set.
|
| CertificateCredential.UpdateDefinitionStages.WithDuration
The credential definition stage allowing the duration of key validity to be set.
|
| CertificateCredential.UpdateDefinitionStages.WithPublicKey
The credential definition stage allowing the public key to be set.
|
| CertificateCredential.UpdateDefinitionStages.WithStartDate
The credential definition stage allowing start date to be set.
|
| CertificateCredential.UpdateDefinitionStages.WithSymmetricKey
The credential definition stage allowing the secret key to be set.
|
| CertificateType
Defines values for certificate types.
|
| CheckGroupMembershipParameters
Request parameters for IsMemberOf API call.
|
| ClassicAdministratorListResult
ClassicAdministrator list result information.
|
| ConsentType
Defines values for ConsentType.
|
| Credential
An immutable client-side representation of an Azure AD credential.
|
| DirectoryObjectListResult
DirectoryObject list operation result.
|
| DomainListResult
Server response for Get tenant domains API call.
|
| GetObjectsParameters
Request parameters for the GetObjectsByObjectIds API.
|
| GraphError
Active Directory error information.
|
| GroupAddMemberParameters
Request parameters for adding a member to a group.
|
| GroupCreateParameters
Request parameters for creating a new group.
|
| GroupGetMemberGroupsParameters
Request parameters for GetMemberGroups API call.
|
| GroupGetMemberGroupsResult
Server response for GetMemberGroups API call.
|
| GroupListResult
Server response for Get tenant groups API call.
|
| GroupMembershipClaimTypes
Defines values for GroupMembershipClaimTypes.
|
| InformationalUrl
Represents a group of URIs that provide terms of service, marketing, support and privacy policy information about an
application.
|
| KeyCredentialListResult
KeyCredential list operation result.
|
| KeyCredentialsUpdateParameters
Request parameters for a KeyCredentials update operation.
|
| OAuth2Permission
Represents an OAuth 2.0 delegated permission scope.
|
| OAuth2PermissionGrantListResult
Server response for get oauth2 permissions grants.
|
| OptionalClaim
Specifying the claims to be included in a token.
|
| OptionalClaims
Specifying the claims to be included in the token.
|
| PasswordCredential.DefinitionStages.Blank
The first stage of a credential definition.
|
| PasswordCredential.DefinitionStages.WithAttach
The final stage of the credential definition.
|
| PasswordCredential.DefinitionStages.WithAuthFile
A credential definition stage allowing exporting the auth file for the service principal.
|
| PasswordCredential.DefinitionStages.WithDuration
The credential definition stage allowing the duration of key validity to be set.
|
| PasswordCredential.DefinitionStages.WithKey
The credential definition stage allowing the the password or certificate to be set.
|
| PasswordCredential.DefinitionStages.WithStartDate
The credential definition stage allowing start date to be set.
|
| PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile
A credential definition stage allowing the subscription in the auth file to be set.
|
| PasswordCredential.UpdateDefinitionStages.Blank
The first stage of a credential definition.
|
| PasswordCredential.UpdateDefinitionStages.WithAttach
The final stage of the credential definition.
|
| PasswordCredential.UpdateDefinitionStages.WithAuthFile
A credential definition stage allowing exporting the auth file for the service principal.
|
| PasswordCredential.UpdateDefinitionStages.WithDuration
The credential definition stage allowing the duration of key validity to be set.
|
| PasswordCredential.UpdateDefinitionStages.WithKey
The credential definition stage allowing the the password or certificate to be set.
|
| PasswordCredential.UpdateDefinitionStages.WithStartDate
The credential definition stage allowing start date to be set.
|
| PasswordCredential.UpdateDefinitionStages.WithSubscriptionInAuthFile
A credential definition stage allowing the subscription in the auth file to be set.
|
| PasswordCredentialListResult
PasswordCredential list operation result.
|
| PasswordCredentialsUpdateParameters
Request parameters for a PasswordCredentials update operation.
|
| PasswordProfile
The password profile associated with a user.
|
| PermissionGetResult
Permissions information.
|
| PreAuthorizedApplication
Contains information about pre authorized client application.
|
| PreAuthorizedApplicationExtension
Representation of an app PreAuthorizedApplicationExtension required by a pre authorized client app.
|
| PreAuthorizedApplicationPermission
Contains information about the pre-authorized permissions.
|
| ProviderOperation
Operation.
|
| ProviderOperationsMetadataListResult
Provider operations metadata list.
|
| RequiredResourceAccess
Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application
requires access to.
|
| ResourceAccess
Specifies an OAuth 2.0 permission scope or an app role that an application requires.
|
| ResourceType
Resource Type.
|
| RoleAssignment
An immutable client-side representation of an Azure AD role assignment.
|
| RoleAssignment.DefinitionStages.Blank
The first stage of the role assignment definition.
|
| RoleAssignment.DefinitionStages.WithAssignee
The stage of role assignment definition allowing specifying the assignee information.
|
| RoleAssignment.DefinitionStages.WithCreate
An role assignment definition with sufficient inputs to create a new role assignment in the cloud, but
exposing additional optional inputs to specify.
|
| RoleAssignment.DefinitionStages.WithRole
The stage of role assignment definition allowing specifying the role.
|
| RoleAssignment.DefinitionStages.WithScope
The stage of role assignment definition allowing specifying the scope of the assignment.
|
| RoleAssignmentCreateParameters
Role assignment create parameters.
|
| RoleAssignmentListResult
Role assignment list operation result.
|
| RoleDefinition
An immutable client-side representation of an Azure AD role definition.
|
| RoleDefinitionListResult
Role definition list operation result.
|
| ServicePrincipal
An immutable client-side representation of an Azure AD service principal.
|
| ServicePrincipal.DefinitionStages.Blank
The first stage of the service principal definition.
|
| ServicePrincipal.DefinitionStages.WithApplication
A service principal definition allowing application to be specified.
|
| ServicePrincipal.DefinitionStages.WithCreate
A service principal definition with sufficient inputs to create a new service principal in the cloud, but
exposing additional optional inputs to specify.
|
| ServicePrincipal.DefinitionStages.WithCredential
A service principal definition allowing credentials to be specified.
|
| ServicePrincipal.DefinitionStages.WithRoleAssignment
A service principal definition allowing role assignments to be added.
|
| ServicePrincipal.Update
The template for a service principal update operation, containing all the settings that can be modified.
|
| ServicePrincipal.UpdateStages.WithCredential
A service principal update allowing credentials to be specified.
|
| ServicePrincipal.UpdateStages.WithRoleAssignment
A service principal update allowing role assignments to be added.
|
| ServicePrincipalBase
Active Directory service principal common properties shared among GET, POST and PATCH.
|
| ServicePrincipalCreateParameters
Request parameters for creating a new service principal.
|
| ServicePrincipalListResult
Server response for get tenant service principals API call.
|
| SignInName
Contains information about a sign-in name of a local account user in an Azure Active Directory B2C tenant.
|
| UserBase
The UserBase model.
|
| UserCreateParameters
Request parameters for creating a new work or school account user.
|
| UserGetMemberGroupsParameters
Request parameters for GetMemberGroups API call.
|
| UserGetMemberGroupsResult
Server response for GetMemberGroups API call.
|
| UserListResult
Server response for Get tenant users API call.
|
| UserType
Defines values for UserType.
|
| UserUpdateParameters
Request parameters for updating an existing work or school account user.
|
| Class and Description |
|---|
| BuiltInRole
Defines values for roles.
|
| RoleAssignment
An immutable client-side representation of an Azure AD role assignment.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.