OBJECT
AzureAdAppRoleAssignment
Description
Azure AD app role assignment.
link GraphQL Schema definition
- type AzureAdAppRoleAssignment {
- # App ID of the Azure AD app role assignment.
- : String!
- # ID of the app role associated with the Azure AD app role assignment.
- : String!
- # Specifies if the app role associated with the Azure AD app role assignment is
- # enabled.
- : Boolean!
- # Name of the app role associated with the Azure AD app role assignment.
- : String!
- # Value of the app role associated with the Azure AD app role assignment.
- : String!
- # ID of the Azure AD app role assignment.
- : String!
- # Principal ID of the Azure AD app role.
- : String!
- # Principal name of the Azure AD app role.
- : String!
- # Principal type of the Azure AD app role.
- : AzureAdObjectType!
- # ID of the service principal associated with the Azure AD app role assignment.
- : String!
- # Name of the service principal associated with the Azure AD app role assignment.
- : String!
- }