StandaloneCertificatePatchDTO
Patch Request for an Individual Standalone Certificate Authority
namestringnullable
New Name for the identified entity
Possible values: <= 128 characters
descriptionstringnullable
New Description for the identified entity
isActivebooleannullable
New Status for the identified entity
tags object[]nullable
New Tags for the identified entity
Array [
keystringrequired
Tag Key
Possible values: non-empty
valuestringrequired
Tag Key Value
Possible values: non-empty
]
leafLifetimeint32nullable
StandaloneCertificatePatchDTO
{
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"leafLifetime": 0
}