Package version:

Interface EncryptionIdentity

Specifies the Managed Identity used by ADE to get access token for keyvault operations.

interface EncryptionIdentity {
    userAssignedIdentityResourceId?: string;
}

Properties

userAssignedIdentityResourceId?: string

Specifies ARM Resource ID of one of the user identities associated with the VM.