Secret Object

Properties
idstringRead-onlyformat GUID

Secret ID.


namestringmaxLength 50

A unique, human-friendly name for the secret. Use it to retrieve the secret value easily with the Get Secret Value endpoint.

Note: You can use alphanumeric characters and the following special characters: _+=-@#$. Spaces are not supported.


descriptionstringmaxLength 200

An optional text describing the secret's purpose or any other notes about it.


valuestringminLength 1maxLength 3500

The encrypted confidential value.


createdDatestringRead-onlyformat date-time

Date and time when the secret was created.


updatedDatestringRead-onlyformat date-time

Date and time when the secret was updated.

Was this helpful?
Yes
No