Cloud Keys 2020 Python Edition

Questions / Feedback?

secret_string Property

The textual secret data that was retrieved or that should be sent.

Syntax

def get_secret_string() -> str: ...
def set_secret_string(value: str) -> None: ...

secret_string = property(get_secret_string, set_secret_string)

Default Value

""

Remarks

Either this property or the secret_data property is populated with secret data after calling get_secret, depending on whether the secret data is binary or textual, so long as local_file is not set.

This property (or the secret_data property) can also be set before calling create_secret or create_version; its data will be sent if local_file is not set.

This property and secret_data are mutually exclusive; setting one will clear the other.

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