Skip to content

CloudTrail  >  Structures  >  PublicKey

PublicKey

Structure Class

PublicKey dataclass

Contains information about a returned public key.

Attributes

fingerprint class-attribute instance-attribute
fingerprint: str | None = None

The fingerprint of the public key.

validity_end_time class-attribute instance-attribute
validity_end_time: datetime | None = None

The ending time of validity of the public key.

validity_start_time class-attribute instance-attribute
validity_start_time: datetime | None = None

The starting time of validity of the public key.

value class-attribute instance-attribute
value: bytes | None = None

The DER encoded public key value in PKCS#1 format.