{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityProviderCredentialsTrust", "title": "IdentityProviderCredentialsTrust", "type": "object", "properties": { "audience": { "type": "string" }, "issuer": { "type": "string" }, "kid": { "type": "string" }, "revocation": { "type": "string", "enum": [ "CRL", "DELTA_CRL", "OCSP" ] }, "revocationCacheLifetime": { "type": "integer" } }, "x-okta-tags": [ "IdentityProvider" ] }