Reports a specific secret

get/data-services/v1beta1/secrets/{id}

Reports the attributes and properties of the specified secret.

Security
Request
path Parameters
id
required
string <uuid> (Id)

UUID of the secret

Responses
200

Successful Response

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

500

Internal Server Error

503

Service Unavailable

Request samples
Response samples
application/json
{
  • "assignmentsCount": 0,
  • "classifier": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "domain": {
    },
  • "generation": 0,
  • "groups": [
    ],
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "label": "string",
  • "name": "string",
  • "resourceUri": "string",
  • "service": "string",
  • "status": "string",
  • "statusUpdatedAt": "2019-08-24T14:15:22Z",
  • "subclassifier": {
    },
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z"
}