OBJECT

AzureKeyVault

Description

Details of Azure Key Vault.

link GraphQL Schema definition

  • type AzureKeyVault {
  • # Name of Key Vault.
  • keyVaultName: String!
  • # Name of resource group in which the Key Vault resides.
  • resourceGroupName: String!
  • # Whether the Key Vault is accessible by the user assigned managed identity. False
  • # by default if userAssignedManagedIdentityPrincipalId is not provided.
  • isAccessibleByUserAssignedManagedIdentity: Boolean!
  • }

link Require by