Package version:

Interface CMKIdentityDefinition

Managed Identity used for CMK.

interface CMKIdentityDefinition {
    userAssignedIdentity?: string;
}

Properties

userAssignedIdentity?: string

The resource id of the user assigned identity to authenticate to customer's key vault.