CmkKekIdentity Class

The details of the identity used for CMK.

Inheritance
CmkKekIdentity

Constructor

CmkKekIdentity(*, use_system_assigned_identity: Optional[bool] = None, user_assigned_identity: Optional[str] = None, **kwargs)

Variables

use_system_assigned_identity
bool

Indicate that system assigned identity should be used. Mutually exclusive with 'userAssignedIdentity' field.

user_assigned_identity
str

The user assigned identity to be used to grant permissions in case the type of identity used is UserAssigned.