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