Secret
A re-usable secret identified by a ordId, projectId and name.
{
"orgId": "string",
"projectId": "string",
"projectIds": [
"string"
],
"projectName": "string",
"id": "8365ef3b-8bf3-48aa-bd5d-7113fcff827c",
"name": "my-name",
"description": "string",
"value": "my-value",
"orgScoped": false,
"createdBy": "exampleuser",
"updatedBy": "exampleuser",
"createdAt": "2019-09-16 09:25:38.065065+00",
"updatedAt": "2019-09-16 09:25:38.065065+00"
}
The id of organization the secret belongs to. Can not be modified, only available in response.
The id of project the secret belongs to. Provided during create, can not be updated.
IDs of projects, associated with the secret. This is not a full list and is limited to 10 projects.
The name of project the secret belongs to.
The unique identifier of a secret.
A human-friendly name used as an identifier for a secret.
A human-friendly description.
The value of secret.
To check if the secret is a org scope or project scope
The user that created this secret. Can not be modified. only available in response.
The user that last updated this secret. Can not be modified. only available in response.
Date when the secret was created. The date is in ISO 8601 with time zone Can not be modified. only available in response.
Date when the secret was last updated. The date is in ISO 8601 with time zone. Can not be modified. only available in response.