DiskEncryptionSetUpdate interface

disk encryption set update resource.

Properties

activeKey

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

encryptionType

The type of key used to encrypt the data of the disk.

federatedClientId

Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.

identity

The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.

rotationToLatestKeyVersionEnabled

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

tags

Resource tags

Property Details

activeKey

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots

activeKey?: KeyForDiskEncryptionSet

Property Value

encryptionType

The type of key used to encrypt the data of the disk.

encryptionType?: string

Property Value

string

federatedClientId

Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.

federatedClientId?: string

Property Value

string

identity

The managed identity for the disk encryption set. It should be given permission on the key vault before it can be used to encrypt disks.

identity?: EncryptionSetIdentity

Property Value

rotationToLatestKeyVersionEnabled

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

rotationToLatestKeyVersionEnabled?: boolean

Property Value

boolean

tags

Resource tags

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}