DiskEncryptionSet interface
disk encryption set resource.
- Extends
Properties
active |
The key vault key which is currently used by this disk encryption set. |
auto |
The error that was encountered during auto-key rotation. If an error is present, then auto-key rotation will not be attempted until the error on this disk encryption set is fixed. NOTE: This property will not be serialized. It can only be populated by the server. |
encryption |
The type of key used to encrypt the data of the disk. |
federated |
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. |
last |
The time when the active key of this disk encryption set was updated. NOTE: This property will not be serialized. It can only be populated by the server. |
previous |
A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The disk encryption set provisioning state. NOTE: This property will not be serialized. It can only be populated by the server. |
rotation |
Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activeKey
The key vault key which is currently used by this disk encryption set.
activeKey?: KeyForDiskEncryptionSet
Property Value
autoKeyRotationError
The error that was encountered during auto-key rotation. If an error is present, then auto-key rotation will not be attempted until the error on this disk encryption set is fixed. NOTE: This property will not be serialized. It can only be populated by the server.
autoKeyRotationError?: ApiError
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
lastKeyRotationTimestamp
The time when the active key of this disk encryption set was updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastKeyRotationTimestamp?: Date
Property Value
Date
previousKeys
A readonly collection of key vault keys previously used by this disk encryption set while a key rotation is in progress. It will be empty if there is no ongoing key rotation. NOTE: This property will not be serialized. It can only be populated by the server.
previousKeys?: KeyForDiskEncryptionSet[]
Property Value
provisioningState
The disk encryption set provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type