Skip to main content

entity.key.managed_key

ManagedKey Objects

class ManagedKey()

Represents a managed key.

__init__

def __init__(id: str, name: str, protection: KeyProtectionLevel,
key_type: KeyType, expiration: int, key: str,
access_control_type: AccessControlType) -> None

Constructs a ManagedKey object with the specified parameters.