{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientMyOrganizationConfigurationAllowedStrategiesEnum", "title": "ClientMyOrganizationConfigurationAllowedStrategiesEnum", "type": "string", "description": "The allowed connection strategy values for the My Organization Configuration.", "enum": [ "pingfederate", "adfs", "waad", "google-apps", "okta", "oidc", "samlp" ] }