Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 999 Bytes

Secret.md

File metadata and controls

14 lines (9 loc) · 999 Bytes

Secret

Properties

Name Type Description Notes
name str A human-readable name for the secret. The value must contain only letters, numbers, dashes (-), underscores (_), and periods (.). [optional]
secret str A Base64-encoded string containing either the secret or the encrypted secret (when using client_key). The maximum secret size (before Base64 encoding and optional local encryption) is 64KB. [optional]
client_key str, none_type The Base64-encoded string containing the client key used to encrypt the secret, if applicable. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]