Create a new secret with an associated identifier that can be used to securely integrate with other services.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the secret.
The type of secret.
bearer, basic The token for the secret. Required for bearer type secrets, ignored otherwise.
The username for the secret. Required for basic type secrets, ignored otherwise.
The password for the secret. Required for basic type secrets, ignored otherwise.
Successful Response