OBJECT
AzureKeyVault
Description
Details of Azure Key Vault.
link GraphQL Schema definition
- type AzureKeyVault {
- # Name of Key Vault.
- String! :
- # Name of resource group in which the Key Vault resides.
- String! :
- # Whether the Key Vault is accessible by the user assigned managed identity. False
- # by default if userAssignedManagedIdentityPrincipalId is not provided.
- Boolean! :
- # Determines if the purge protection is enabled for the Key Vault.
- Boolean! :
- }