{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogCredentialProvider", "title": "LogCredentialProvider", "type": "string", "enum": [ "OKTA_AUTHENTICATION_PROVIDER", "OKTA_CREDENTIAL_PROVIDER", "RSA", "SYMANTEC", "GOOGLE", "DUO", "YUBIKEY", "APPLE" ], "x-okta-tags": [ "Log" ] }