OBJECT
AzureAdRole
Description
Entra ID role.
link GraphQL Schema definition
- type AzureAdRole {
- # Description of the Entra ID role.
- : String!
- # Specifies whether the Entra ID role is active.
- : Boolean!
- # Specifies whether the Entra ID role is built in role.
- : Boolean!
- # Specifies whether the Entra ID role is privileged.
- : Boolean!
- # Role Definition ID of the Entra ID role.
- : String!
- # Role ID of the Entra ID role.
- : String!
- # Role Name of the Entra ID role.
- : String!
- }