entity.key.managed_key_params
ManagedKeyParams Objects
class ManagedKeyParams()
Represents the parameters for creating a managed key.
__init__
def __init__(protection: KeyProtectionLevel,
key_type: KeyType,
name: str = "",
expiration: int = 0) -> None
Constructs a ManagedKeyParams object with the specified parameters.