Secret Object


Properties
idstringRead-onlyformat GUID

Unique secret ID.


namestringmaxLength 50

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

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


descriptionstringmaxLength 200

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.

Did this help?