Options for the 'okta' connection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsOkta", "title": "ConnectionOptionsOkta", "description": "Options for the 'okta' connection", "type": "object", "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsCommon" }, { "$ref": "#/components/schemas/ConnectionOptionsCommonOIDC" }, { "type": "object", "properties": { "attribute_map": { "$ref": "#/components/schemas/ConnectionAttributeMapOkta" }, "domain": { "$ref": "#/components/schemas/ConnectionDomainOkta" }, "type": { "$ref": "#/components/schemas/ConnectionTypeEnumOkta" } } } ], "additionalProperties": true }