OBJECT

AzureUserAssignedManagedIdentity

Description

Azure user-assigned Managed Identity details.

link GraphQL Schema definition

  • type AzureUserAssignedManagedIdentity {
  • # Name of the managed identity.
  • name: String!
  • # Native ID of the managed identity.
  • nativeId: String!
  • # ID of the service principal object associated with the managed identity.
  • principalId: String!
  • }