ListSecretGenerators
Request Body
application/json
query?
list limitations and ordering
queries?
criteria the client is looking for
[key: string]?never
Response Body
application/json
application/json
curl -X POST "https://loading/secretgenerators/_search" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"totalResult": 0,
"processedSequence": 0,
"viewTimestamp": "1s"
},
"result": [
{
"generatorType": "SECRET_GENERATOR_TYPE_UNSPECIFIED",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"length": 0,
"expiry": "string",
"includeLowerLetters": true,
"includeUpperLetters": true,
"includeDigits": true,
"includeSymbols": true
}
]
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?