Skip to content

Secrets

Secrets:
  -

Summary#

Represents a key-value pair used for storing sensitive information in an agent's configuration.

Remarks#

The Key property is a unique identifier for the secret, while the Secret property contains the sensitive value itself. Both properties are required and validated based on their respective attributes.

Properties#

  • Key - The name of the secret key.
  • Secret - The value of the secret key.

Parent models#

Summary#