Cloud Keys 2020 Python Edition

Questions / Feedback?

create_version Method

Creates a new secret version.

Syntax

def create_version(secret_name: str) -> str: ...

Remarks

This method creates a new version of the secret specified by SecretName. The secret data is taken from the specified local_file or the secret_data property; it may be up to 65536 bytes in length.

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