JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-identity-providers",
"title": "access_schemas-identity-providers",
"anyOf": [
{
"$ref": "#/components/schemas/access_schemas-azureAD"
},
{
"$ref": "#/components/schemas/access_schemas-centrify"
},
{
"$ref": "#/components/schemas/access_schemas-facebook"
},
{
"$ref": "#/components/schemas/access_schemas-github"
},
{
"$ref": "#/components/schemas/access_schemas-google"
},
{
"$ref": "#/components/schemas/access_schemas-google-apps"
},
{
"$ref": "#/components/schemas/access_schemas-linkedin"
},
{
"$ref": "#/components/schemas/access_schemas-oidc"
},
{
"$ref": "#/components/schemas/access_schemas-okta"
},
{
"$ref": "#/components/schemas/access_schemas-onelogin"
},
{
"$ref": "#/components/schemas/access_schemas-pingone"
},
{
"$ref": "#/components/schemas/access_schemas-saml"
},
{
"$ref": "#/components/schemas/access_schemas-yandex"
}
]
}