CredentialProviderPatchDTO
Patch request for an individual Credential Provider
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
]
providerDetailJSONstringnullable
JSON representation of the Credential Provider configuration details
typestringnullable
Credential Provider Type (e.g. oauth-client-credential, username-password, etc.)
CredentialProviderPatchDTO
{
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"providerDetailJSON": "string",
"type": "string"
}