Red Hat OpenShift · Schema

IdentityProvider

ContainersEnterpriseHybrid CloudKubernetesPaaSRed Hat

Properties

Name Type Description
kind string
id string
name string
type string
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-identityprovider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentityProvider",
  "title": "IdentityProvider",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "GithubIdentityProvider",
        "GitlabIdentityProvider",
        "GoogleIdentityProvider",
        "HTPasswdIdentityProvider",
        "LDAPIdentityProvider",
        "OpenIDIdentityProvider"
      ]
    }
  }
}