Package version:

Interface DiskEncryptionSetUpdate

disk encryption set update resource.

interface DiskEncryptionSetUpdate {
    activeKey?: KeyForDiskEncryptionSet;
    encryptionType?: string;
    federatedClientId?: string;
    identity?: EncryptionSetIdentity;
    rotationToLatestKeyVersionEnabled?: boolean;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

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

encryptionType?: string

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

federatedClientId?: string

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

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?: boolean

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

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

Resource tags