OBJECT

AzureNativeKeyVault

Description

An Azure key vault. For more information, see https://learn.microsoft.com/en-us/azure/key-vault/.

link GraphQL Schema definition

  • type AzureNativeKeyVault {
  • # Name of the key vault.
  • name: String!
  • # Native ID of the key vault.
  • nativeId: String!
  • # Name of the resource group associated with the key vault.
  • resourceGroupName: String!
  • }

link Require by