Partilhar via


IVaultPatchProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultPatchPropertiesTypeConverter))]
public interface IVaultPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20161001.VaultPatchPropertiesTypeConverter))>]
type IVaultPatchProperties = interface
    interface IJsonSerializable
Public Interface IVaultPatchProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AccessPolicy

An array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID.

CreateMode

The vault's create mode to indicate whether the vault need to be recovered or not.

EnabledForDeployment

Property to specify whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault.

EnabledForDiskEncryption

Property to specify whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys.

EnabledForTemplateDeployment

Property to specify whether Azure Resource Manager is permitted to retrieve secrets from the key vault.

EnablePurgeProtection

Property specifying whether protection against purge is enabled for this vault; it is only effective if soft delete is also enabled. Once activated, the property may no longer be reset to false.

EnableSoftDelete

Property specifying whether recoverable deletion ('soft' delete) is enabled for this key vault. The property may not be set to false.

SkuFamily

SKU family name

SkuName

SKU name to specify whether the key vault is a standard vault or a premium vault.

TenantId

The Azure Active Directory tenant ID that should be used for authenticating requests to the key vault.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to