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