Skip to main content

entity.key.managed_certificate

ManagedCertificate Objects

class ManagedCertificate()

Represents a managed certificate with its details.

__init__

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

Constructs a ManagedCertificate object with the specified parameters.