Okta · Schema

DomainCertificateMetadata

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
expiration string
fingerprint string
subject string
View JSON Schema on GitHub

JSON Schema

okta-domaincertificatemetadata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DomainCertificateMetadata",
  "title": "DomainCertificateMetadata",
  "type": "object",
  "properties": {
    "expiration": {
      "type": "string"
    },
    "fingerprint": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Domain"
  ]
}