Cloud Keys 2020 Python Edition

Questions / Feedback?

key_data_public_key Property

The public key.

Syntax

def get_key_data_public_key() -> str: ...

key_data_public_key = property(get_key_data_public_key, None)

Default Value

""

Remarks

The public key.

When get_public_key is called, this property will reflect the public key of the CMK. When generate_data_key_pair is called, this property will reflect the public key of the data key pair. The public key is exposed in PEM format for convenience.

Always empty when generate_data_key is called.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]