OBJECT
AzureAdAppRoleAssignment
Description
Azure AD app role assignment.
link GraphQL Schema definition
- type AzureAdAppRoleAssignment {
- # ID of the Azure AD app role assignment.
- String! :
- # Principal name of the Azure AD app role.
- String! :
- # Principal ID 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! :
- # ID of the app role associated with the Azure AD app role assignment.
- String! :
- # 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! :
- # Specifies if the app role associated with the Azure AD app role assignment is
- # enabled.
- Boolean! :
- # App ID of the Azure AD app role assignment.
- String! :
- }