v1

latestOpenAPI 3.1.02026-07-22106199311.5 KB
Secret References

Create a Secret Reference

An endpoint for creating a secret reference

post/v1/projects/{projectId}/secret-references/{secretReferenceName}

Path parameters

projectIdstring uuid required
secretReferenceNamestring required

Request body

OR
OR

Example request

{
  "agentType": "AWS",
  "description": "My secret reference",
  "secretReferenceType": "PASSWORD",
  "secretKey": "aws-secret-key",
  "secretName": "aws-secret-name"
}

Response

Created