ENUM
AzureAdObjectType
Description
Azure AD object types.
link GraphQL Schema definition
- enum AzureAdObjectType {
- # Object type is Azure AD service application.
- # Object type is Azure AD app role assignment.
- # Azure AD object type is unknown.
- # Object type is Azure AD group.
- # Object type is Azure AD role.
- # Object type is Azure AD service principal.
- # Object type is Azure AD user.
- }
link Require by
- AzureAdAppRoleAzure AD app role.
- AzureAdAppRoleAssignmentAzure AD app role assignment.
- AzureAdObjectResponse to the azureAdObjectsByType API.
- AzureAdObjectTypeInputConfiguration to retrieve Azure AD objects by type.
- ObjectInfoTypeMap of AzureAdObjectType to IDs.
- SearchAzureAdSnapshotInputConfiguration for the searchAzureAdSnapshot API.