UNPKG

@itentialopensource/adapter-okta

Version:

This adapter integrates with system described as: okta.

56 lines 1.97 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": false, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "listAuthorizationServers", "enum": [ "listAuthorizationServers", "createAuthorizationServer", "deleteAuthorizationServer", "getAuthorizationServer", "updateAuthorizationServer", "listOAuth2Claims", "createOAuth2Claim", "deleteOAuth2Claim", "getOAuth2Claim", "updateOAuth2Claim", "listOAuth2ClientsForAuthorizationServer", "revokeRefreshTokensForAuthorizationServerAndClient", "listRefreshTokensForAuthorizationServerAndClient", "revokeRefreshTokenForAuthorizationServerAndClient", "getRefreshTokenForAuthorizationServerAndClient", "listAuthorizationServerKeys", "rotateAuthorizationServerKeys", "activateAuthorizationServer", "deactivateAuthorizationServer", "listAuthorizationServerPolicies", "createAuthorizationServerPolicy", "deleteAuthorizationServerPolicy", "getAuthorizationServerPolicy", "updateAuthorizationServerPolicy", "activateAuthorizationServerPolicy", "deactivateAuthorizationServerPolicy", "listAuthorizationServerPolicyRules", "createAuthorizationServerPolicyRule", "deleteAuthorizationServerPolicyRule", "getAuthorizationServerPolicyRule", "updateAuthorizationServerPolicyRule", "activateAuthorizationServerPolicyRule", "deactivateAuthorizationServerPolicyRule", "listOAuth2Scopes", "createOAuth2Scope", "deleteOAuth2Scope", "getOAuth2Scope", "updateOAuth2Scope" ], "external_name": "ph_request_type" } }, "definitions": {} }