AgentCredentialSecretDeleted
Properties
| Property | Type | Required | Description |
|---|---|---|---|
deleted |
boolean | Yes | |
id |
string | Yes |
View JSON Schema
{
"type": "object",
"required": [
"id",
"deleted"
],
"properties": {
"deleted": {
"type": "boolean"
},
"id": {
"type": "string",
"format": "uuid"
}
}
}