Okta · Schema

IdentityProviderCredentialsSigning

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

Properties

Name Type Description
kid string
privateKey string
teamId string
View JSON Schema on GitHub

JSON Schema

okta-identityprovidercredentialssigning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProviderCredentialsSigning",
  "title": "IdentityProviderCredentialsSigning",
  "type": "object",
  "properties": {
    "kid": {
      "type": "string"
    },
    "privateKey": {
      "type": "string"
    },
    "teamId": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "IdentityProvider"
  ]
}