OBJECT

AzureManagedIdentity

Description

Managed identity information.

link GraphQL Schema definition

  • type AzureManagedIdentity {
  • # Managed identity name.
  • name: String!
  • # Managed identity client ID.
  • clientId: String!
  • # Managed identity resource group.
  • resourceGroup: String!
  • }

link Require by