Create User Secret
Creates a new secret for the given agent.
Query parameters
no_cache
Request
This endpoint expects an object.
address
Address of the agent associated with this secret.
name
Identifier for the secret; must be a valid Python identifier.
secret
Sensitive data to be stored securely.
Response
Successful Response
name
Name of the secret.
secret
Masked secret value.
timestamp
Timestamp of creation.
Errors
422
Unprocessable Entity Error