TrustProviderPatchDTO
Patch request for an individual Trust Provider
New Name for the identified entity
Possible values: <= 128 characters
New Description for the identified entity
New Status for the identified entity
tags object[]nullable
New Tags for the identified entity
Tag Key
Possible values: non-empty
Tag Key Value
Possible values: non-empty
Trust Provider Type
matchRules object[]nullable
Trust Provider Match Rules
Match Rule Attribute
Possible values: non-empty
Match Rule Attribute Value
Possible values: non-empty
OIDC URL to use for retrieving JWKS Public Keys
PEM Input Type
Trust Provider Certificate or Public Key for cryptographic attestation
publicKeyValidation object
Response to a request for Public Key Validation
True if the Public Key was valid, False otherwise
Thumbprint of the Public Key
Expiration of the Public Key Certificate
Subject of the Public Key Certificate
Message describing why the Public Key was not valid if IsValidContent is False
{
"name": "string",
"description": "string",
"isActive": true,
"tags": [
{
"key": "string",
"value": "string"
}
],
"provider": "string",
"matchRules": [
{
"attribute": "string",
"value": "string"
}
],
"oidcUrl": "string",
"pemType": "string",
"certificate": "string",
"publicKeyValidation": {
"isValidContent": true,
"thumbprint": "string",
"expirationDate": "string",
"certificateSubject": "string",
"message": "string"
}
}