OBJECT

AzureAdAppRoleAssignment

Description

Azure AD app role assignment.

link GraphQL Schema definition

  • type AzureAdAppRoleAssignment {
  • # ID of the Azure AD app role assignment.
  • id: String!
  • # Principal name of the Azure AD app role.
  • principalName: String!
  • # Principal ID of the Azure AD app role.
  • principalId: String!
  • # Principal type of the Azure AD app role.
  • principalType: AzureAdObjectType!
  • # ID of the service principal associated with the Azure AD app role assignment.
  • servicePrincipalId: String!
  • # Name of the service principal associated with the Azure AD app role assignment.
  • servicePrincipalName: String!
  • # ID of the app role associated with the Azure AD app role assignment.
  • appRoleId: String!
  • # Name of the app role associated with the Azure AD app role assignment.
  • appRoleName: String!
  • # Value of the app role associated with the Azure AD app role assignment.
  • appRoleValue: String!
  • # Specifies if the app role associated with the Azure AD app role assignment is
  • # enabled.
  • appRoleIsEnabled: Boolean!
  • # App ID of the Azure AD app role assignment.
  • appId: String!
  • }