OBJECT
AzureAdRole
Description
Azure AD role.
link GraphQL Schema definition
- type AzureAdRole {
- # 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! :
- # Description of the Azure AD role.
- String! :
- # Specifies whether the Azure AD role is built in role.
- Boolean! :
- # Specifies whether the Azure AD role is active.
- Boolean! :
- # Specifies whether the Azure AD role is privileged.
- Boolean! :
- }