Specifies the type of identity provider.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityProviderType", "title": "IdentityProviderType", "description": "Specifies the type of identity provider.", "type": "string", "example": "oidc", "enum": [ "oidc", "saml" ], "x-speakeasy-unknown-values": "allow" }