Allows customers to easily access the Okta Management APIs
This C# SDK is automatically generated by the OpenAPI Generator project:
- API version: 5.1.0
- SDK version: 10.0.3
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit https://developer.okta.com/
- .NET Core >=1.0
- .NET Framework >=4.6
- Mono/Xamarin >=vNext
- RestSharp - 106.13.0 or later
- Json.NET - 12.0.3 or later
- JsonSubTypes - 1.8.0 or later
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742. NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See RestSharp#1406.
All URIs are relative to https://subdomain.okta.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| AgentPoolsApi | ActivateAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/activate | Activate an agent pool update |
| AgentPoolsApi | CreateAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates | Create an agent pool update |
| AgentPoolsApi | DeactivateAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/deactivate | Deactivate an agent pool update |
| AgentPoolsApi | DeleteAgentPoolsUpdate | DELETE /api/v1/agentPools/{poolId}/updates/{updateId} | Delete an agent pool update |
| AgentPoolsApi | GetAgentPoolsUpdateInstance | GET /api/v1/agentPools/{poolId}/updates/{updateId} | Retrieve an agent pool update by ID |
| AgentPoolsApi | GetAgentPoolsUpdateSettings | GET /api/v1/agentPools/{poolId}/updates/settings | Retrieve an agent pool update's settings |
| AgentPoolsApi | ListAgentPools | GET /api/v1/agentPools | List all agent pools |
| AgentPoolsApi | ListAgentPoolsUpdates | GET /api/v1/agentPools/{poolId}/updates | List all agent pool updates |
| AgentPoolsApi | PauseAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/pause | Pause an agent pool update |
| AgentPoolsApi | ResumeAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/resume | Resume an agent pool update |
| AgentPoolsApi | RetryAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/retry | Retry an agent pool update |
| AgentPoolsApi | StopAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId}/stop | Stop an agent pool update |
| AgentPoolsApi | UpdateAgentPoolsUpdate | POST /api/v1/agentPools/{poolId}/updates/{updateId} | Update an agent pool update by ID |
| AgentPoolsApi | UpdateAgentPoolsUpdateSettings | POST /api/v1/agentPools/{poolId}/updates/settings | Update an agent pool update settings |
| ApiServiceIntegrationsApi | ActivateApiServiceIntegrationInstanceSecret | POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/activate | Activate an API service integration instance secret |
| ApiServiceIntegrationsApi | CreateApiServiceIntegrationInstance | POST /integrations/api/v1/api-services | Create an API service integration instance |
| ApiServiceIntegrationsApi | CreateApiServiceIntegrationInstanceSecret | POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets | Create an API service integration instance secret |
| ApiServiceIntegrationsApi | DeactivateApiServiceIntegrationInstanceSecret | POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/deactivate | Deactivate an API service integration instance secret |
| ApiServiceIntegrationsApi | DeleteApiServiceIntegrationInstance | DELETE /integrations/api/v1/api-services/{apiServiceId} | Delete an API service integration instance |
| ApiServiceIntegrationsApi | DeleteApiServiceIntegrationInstanceSecret | DELETE /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId} | Delete an API service integration instance secret |
| ApiServiceIntegrationsApi | GetApiServiceIntegrationInstance | GET /integrations/api/v1/api-services/{apiServiceId} | Retrieve an API service integration instance |
| ApiServiceIntegrationsApi | ListApiServiceIntegrationInstanceSecrets | GET /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets | List all API service integration instance secrets |
| ApiServiceIntegrationsApi | ListApiServiceIntegrationInstances | GET /integrations/api/v1/api-services | List all API service integration instances |
| ApiTokenApi | GetApiToken | GET /api/v1/api-tokens/{apiTokenId} | Retrieve an API token's metadata |
| ApiTokenApi | ListApiTokens | GET /api/v1/api-tokens | List all API token metadata |
| ApiTokenApi | RevokeApiToken | DELETE /api/v1/api-tokens/{apiTokenId} | Revoke an API token |
| ApiTokenApi | RevokeCurrentApiToken | DELETE /api/v1/api-tokens/current | Revoke the current API token |
| ApiTokenApi | UpsertApiToken | PUT /api/v1/api-tokens/{apiTokenId} | Upsert an API token network condition |
| ApplicationApi | ActivateApplication | POST /api/v1/apps/{appId}/lifecycle/activate | Activate an application |
| ApplicationApi | CreateApplication | POST /api/v1/apps | Create an application |
| ApplicationApi | DeactivateApplication | POST /api/v1/apps/{appId}/lifecycle/deactivate | Deactivate an application |
| ApplicationApi | DeleteApplication | DELETE /api/v1/apps/{appId} | Delete an application |
| ApplicationApi | GetApplication | GET /api/v1/apps/{appId} | Retrieve an application |
| ApplicationApi | ListApplications | GET /api/v1/apps | List all applications |
| ApplicationApi | ReplaceApplication | PUT /api/v1/apps/{appId} | Replace an application |
| ApplicationConnectionsApi | ActivateDefaultProvisioningConnectionForApplication | POST /api/v1/apps/{appId}/connections/default/lifecycle/activate | Activate the default provisioning connection |
| ApplicationConnectionsApi | DeactivateDefaultProvisioningConnectionForApplication | POST /api/v1/apps/{appId}/connections/default/lifecycle/deactivate | Deactivate the default provisioning connection |
| ApplicationConnectionsApi | GetDefaultProvisioningConnectionForApplication | GET /api/v1/apps/{appId}/connections/default | Retrieve the default provisioning connection |
| ApplicationConnectionsApi | GetUserProvisioningConnectionJWKS | GET /api/v1/apps/{appId}/connections/default/jwks | Retrieve a JSON Web Key Set (JWKS) for the default provisioning connection |
| ApplicationConnectionsApi | UpdateDefaultProvisioningConnectionForApplication | POST /api/v1/apps/{appId}/connections/default | Update the default provisioning connection |
| ApplicationConnectionsApi | VerifyProvisioningConnectionForApplication | POST /api/v1/apps/{appName}/{appId}/oauth2/callback | Verify the provisioning connection |
| ApplicationCrossAppAccessConnectionsApi | CreateCrossAppAccessConnection | POST /api/v1/apps/{appId}/cwo/connections | Create a Cross App Access connection |
| ApplicationCrossAppAccessConnectionsApi | DeleteCrossAppAccessConnection | DELETE /api/v1/apps/{appId}/cwo/connections/{connectionId} | Delete a Cross App Access connection |
| ApplicationCrossAppAccessConnectionsApi | GetAllCrossAppAccessConnections | GET /api/v1/apps/{appId}/cwo/connections | Retrieve all Cross App Access connections |
| ApplicationCrossAppAccessConnectionsApi | GetCrossAppAccessConnection | GET /api/v1/apps/{appId}/cwo/connections/{connectionId} | Retrieve a Cross App Access connection |
| ApplicationCrossAppAccessConnectionsApi | UpdateCrossAppAccessConnection | PATCH /api/v1/apps/{appId}/cwo/connections/{connectionId} | Update a Cross App Access connection |
| ApplicationFeaturesApi | GetFeatureForApplication | GET /api/v1/apps/{appId}/features/{featureName} | Retrieve a feature |
| ApplicationFeaturesApi | ListFeaturesForApplication | GET /api/v1/apps/{appId}/features | List all features |
| ApplicationFeaturesApi | UpdateFeatureForApplication | PUT /api/v1/apps/{appId}/features/{featureName} | Update a feature |
| ApplicationGrantsApi | GetScopeConsentGrant | GET /api/v1/apps/{appId}/grants/{grantId} | Retrieve an app grant |
| ApplicationGrantsApi | GrantConsentToScope | POST /api/v1/apps/{appId}/grants | Grant consent to scope |
| ApplicationGrantsApi | ListScopeConsentGrants | GET /api/v1/apps/{appId}/grants | List all app grants |
| ApplicationGrantsApi | RevokeScopeConsentGrant | DELETE /api/v1/apps/{appId}/grants/{grantId} | Revoke an app grant |
| ApplicationGroupsApi | AssignGroupToApplication | PUT /api/v1/apps/{appId}/groups/{groupId} | Assign an application group |
| ApplicationGroupsApi | GetApplicationGroupAssignment | GET /api/v1/apps/{appId}/groups/{groupId} | Retrieve an application group |
| ApplicationGroupsApi | ListApplicationGroupAssignments | GET /api/v1/apps/{appId}/groups | List all application groups |
| ApplicationGroupsApi | UnassignApplicationFromGroup | DELETE /api/v1/apps/{appId}/groups/{groupId} | Unassign an application group |
| ApplicationGroupsApi | UpdateGroupAssignmentToApplication | PATCH /api/v1/apps/{appId}/groups/{groupId} | Update an application group |
| ApplicationLogosApi | UploadApplicationLogo | POST /api/v1/apps/{appId}/logo | Upload an application logo |
| ApplicationPoliciesApi | AssignApplicationPolicy | PUT /api/v1/apps/{appId}/policies/{policyId} | Assign an authentication policy |
| ApplicationSSOApi | PreviewSAMLmetadataForApplication | GET /api/v1/apps/{appId}/sso/saml/metadata | Preview the application SAML metadata |
| ApplicationSSOCredentialKeyApi | CloneApplicationKey | POST /api/v1/apps/{appId}/credentials/keys/{keyId}/clone | Clone a key credential |
| ApplicationSSOCredentialKeyApi | GenerateApplicationKey | POST /api/v1/apps/{appId}/credentials/keys/generate | Generate a key credential |
| ApplicationSSOCredentialKeyApi | GenerateCsrForApplication | POST /api/v1/apps/{appId}/credentials/csrs | Generate a certificate signing request |
| ApplicationSSOCredentialKeyApi | GetApplicationKey | GET /api/v1/apps/{appId}/credentials/keys/{keyId} | Retrieve a key credential |
| ApplicationSSOCredentialKeyApi | GetCsrForApplication | GET /api/v1/apps/{appId}/credentials/csrs/{csrId} | Retrieve a certificate signing request |
| ApplicationSSOCredentialKeyApi | ListApplicationKeys | GET /api/v1/apps/{appId}/credentials/keys | List all key credentials |
| ApplicationSSOCredentialKeyApi | ListCsrsForApplication | GET /api/v1/apps/{appId}/credentials/csrs | List all certificate signing requests |
| ApplicationSSOCredentialKeyApi | PublishCsrFromApplication | POST /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish | Publish a certificate signing request |
| ApplicationSSOCredentialKeyApi | RevokeCsrFromApplication | DELETE /api/v1/apps/{appId}/credentials/csrs/{csrId} | Revoke a certificate signing request |
| ApplicationSSOFederatedClaimsApi | CreateFederatedClaim | POST /api/v1/apps/{appId}/federated-claims | Create a federated claim |
| ApplicationSSOFederatedClaimsApi | DeleteFederatedClaim | DELETE /api/v1/apps/{appId}/federated-claims/{claimId} | Delete a federated claim |
| ApplicationSSOFederatedClaimsApi | GetFederatedClaim | GET /api/v1/apps/{appId}/federated-claims/{claimId} | Retrieve a federated claim |
| ApplicationSSOFederatedClaimsApi | ListFederatedClaims | GET /api/v1/apps/{appId}/federated-claims | List all configured federated claims |
| ApplicationSSOFederatedClaimsApi | ReplaceFederatedClaim | PUT /api/v1/apps/{appId}/federated-claims/{claimId} | Replace a federated claim |
| ApplicationSSOPublicKeysApi | ActivateOAuth2ClientJsonWebKey | POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/activate | Activate an OAuth 2.0 client JSON Web Key |
| ApplicationSSOPublicKeysApi | ActivateOAuth2ClientSecret | POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/activate | Activate an OAuth 2.0 client secret |
| ApplicationSSOPublicKeysApi | AddJwk | POST /api/v1/apps/{appId}/credentials/jwks | Add a JSON Web Key |
| ApplicationSSOPublicKeysApi | CreateOAuth2ClientSecret | POST /api/v1/apps/{appId}/credentials/secrets | Create an OAuth 2.0 client secret |
| ApplicationSSOPublicKeysApi | DeactivateOAuth2ClientJsonWebKey | POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/deactivate | Deactivate an OAuth 2.0 client JSON Web Key |
| ApplicationSSOPublicKeysApi | DeactivateOAuth2ClientSecret | POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/deactivate | Deactivate an OAuth 2.0 client secret |
| ApplicationSSOPublicKeysApi | DeleteOAuth2ClientSecret | DELETE /api/v1/apps/{appId}/credentials/secrets/{secretId} | Delete an OAuth 2.0 client secret |
| ApplicationSSOPublicKeysApi | Deletejwk | DELETE /api/v1/apps/{appId}/credentials/jwks/{keyId} | Delete an OAuth 2.0 client JSON Web Key |
| ApplicationSSOPublicKeysApi | GetJwk | GET /api/v1/apps/{appId}/credentials/jwks/{keyId} | Retrieve an OAuth 2.0 client JSON Web Key |
| ApplicationSSOPublicKeysApi | GetOAuth2ClientSecret | GET /api/v1/apps/{appId}/credentials/secrets/{secretId} | Retrieve an OAuth 2.0 client secret |
| ApplicationSSOPublicKeysApi | ListJwk | GET /api/v1/apps/{appId}/credentials/jwks | List all the OAuth 2.0 client JSON Web Keys |
| ApplicationSSOPublicKeysApi | ListOAuth2ClientSecrets | GET /api/v1/apps/{appId}/credentials/secrets | List all OAuth 2.0 client secrets |
| ApplicationTokensApi | GetOAuth2TokenForApplication | GET /api/v1/apps/{appId}/tokens/{tokenId} | Retrieve an application token |
| ApplicationTokensApi | ListOAuth2TokensForApplication | GET /api/v1/apps/{appId}/tokens | List all application refresh tokens |
| ApplicationTokensApi | RevokeOAuth2TokenForApplication | DELETE /api/v1/apps/{appId}/tokens/{tokenId} | Revoke an application token |
| ApplicationTokensApi | RevokeOAuth2TokensForApplication | DELETE /api/v1/apps/{appId}/tokens | Revoke all application tokens |
| ApplicationUsersApi | AssignUserToApplication | POST /api/v1/apps/{appId}/users | Assign an application user |
| ApplicationUsersApi | GetApplicationUser | GET /api/v1/apps/{appId}/users/{userId} | Retrieve an application user |
| ApplicationUsersApi | ListApplicationUsers | GET /api/v1/apps/{appId}/users | List all application users |
| ApplicationUsersApi | UnassignUserFromApplication | DELETE /api/v1/apps/{appId}/users/{userId} | Unassign an application user |
| ApplicationUsersApi | UpdateApplicationUser | POST /api/v1/apps/{appId}/users/{userId} | Update an application user |
| AssociatedDomainCustomizationsApi | GetAllWellKnownURIs | GET /api/v1/brands/{brandId}/well-known-uris | Retrieve all the well-known URIs |
| AssociatedDomainCustomizationsApi | GetAppleAppSiteAssociationWellKnownURI | GET /.well-known/apple-app-site-association | Retrieve the customized apple-app-site-association URI content |
| AssociatedDomainCustomizationsApi | GetAssetLinksWellKnownURI | GET /.well-known/assetlinks.json | Retrieve the customized assetlinks.json URI content |
| AssociatedDomainCustomizationsApi | GetBrandWellKnownURI | GET /api/v1/brands/{brandId}/well-known-uris/{path}/customized | Retrieve the customized content of the specified well-known URI |
| AssociatedDomainCustomizationsApi | GetRootBrandWellKnownURI | GET /api/v1/brands/{brandId}/well-known-uris/{path} | Retrieve the well-known URI of a specific brand |
| AssociatedDomainCustomizationsApi | GetWebAuthnWellKnownURI | GET /.well-known/webauthn | Retrieve the customized webauthn URI content |
| AssociatedDomainCustomizationsApi | ReplaceBrandWellKnownURI | PUT /api/v1/brands/{brandId}/well-known-uris/{path}/customized | Replace the customized well-known URI of the specific path |
| AttackProtectionApi | GetAuthenticatorSettings | GET /attack-protection/api/v1/authenticator-settings | Retrieve the authenticator settings |
| AttackProtectionApi | GetUserLockoutSettings | GET /attack-protection/api/v1/user-lockout-settings | Retrieve the user lockout settings |
| AttackProtectionApi | ReplaceAuthenticatorSettings | PUT /attack-protection/api/v1/authenticator-settings | Replace the authenticator settings |
| AttackProtectionApi | ReplaceUserLockoutSettings | PUT /attack-protection/api/v1/user-lockout-settings | Replace the user lockout settings |
| AuthenticatorApi | ActivateAuthenticator | POST /api/v1/authenticators/{authenticatorId}/lifecycle/activate | Activate an authenticator |
| AuthenticatorApi | ActivateAuthenticatorMethod | POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/activate | Activate an authenticator method |
| AuthenticatorApi | CreateAuthenticator | POST /api/v1/authenticators | Create an authenticator |
| AuthenticatorApi | CreateCustomAAGUID | POST /api/v1/authenticators/{authenticatorId}/aaguids | Create a custom AAGUID |
| AuthenticatorApi | DeactivateAuthenticator | POST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate | Deactivate an authenticator |
| AuthenticatorApi | DeactivateAuthenticatorMethod | POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/deactivate | Deactivate an authenticator method |
| AuthenticatorApi | DeleteCustomAAGUID | DELETE /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} | Delete a custom AAGUID |
| AuthenticatorApi | GetAuthenticator | GET /api/v1/authenticators/{authenticatorId} | Retrieve an authenticator |
| AuthenticatorApi | GetAuthenticatorMethod | GET /api/v1/authenticators/{authenticatorId}/methods/{methodType} | Retrieve an authenticator method |
| AuthenticatorApi | GetCustomAAGUID | GET /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} | Retrieve a custom AAGUID |
| AuthenticatorApi | GetWellKnownAppAuthenticatorConfiguration | GET /.well-known/app-authenticator-configuration | Retrieve the well-known app authenticator configuration |
| AuthenticatorApi | ListAllCustomAAGUIDs | GET /api/v1/authenticators/{authenticatorId}/aaguids | List all custom AAGUIDs |
| AuthenticatorApi | ListAuthenticatorMethods | GET /api/v1/authenticators/{authenticatorId}/methods | List all methods of an authenticator |
| AuthenticatorApi | ListAuthenticators | GET /api/v1/authenticators | List all authenticators |
| AuthenticatorApi | ReplaceAuthenticator | PUT /api/v1/authenticators/{authenticatorId} | Replace an authenticator |
| AuthenticatorApi | ReplaceAuthenticatorMethod | PUT /api/v1/authenticators/{authenticatorId}/methods/{methodType} | Replace an authenticator method |
| AuthenticatorApi | ReplaceCustomAAGUID | PUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} | Replace a custom AAGUID |
| AuthenticatorApi | UpdateCustomAAGUID | PATCH /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} | Update a custom AAGUID |
| AuthorizationServerApi | ActivateAuthorizationServer | POST /api/v1/authorizationServers/{authServerId}/lifecycle/activate | Activate an authorization server |
| AuthorizationServerApi | CreateAuthorizationServer | POST /api/v1/authorizationServers | Create an authorization server |
| AuthorizationServerApi | DeactivateAuthorizationServer | POST /api/v1/authorizationServers/{authServerId}/lifecycle/deactivate | Deactivate an authorization server |
| AuthorizationServerApi | DeleteAuthorizationServer | DELETE /api/v1/authorizationServers/{authServerId} | Delete an authorization server |
| AuthorizationServerApi | GetAuthorizationServer | GET /api/v1/authorizationServers/{authServerId} | Retrieve an authorization server |
| AuthorizationServerApi | ListAuthorizationServers | GET /api/v1/authorizationServers | List all authorization servers |
| AuthorizationServerApi | ReplaceAuthorizationServer | PUT /api/v1/authorizationServers/{authServerId} | Replace an authorization server |
| AuthorizationServerAssocApi | CreateAssociatedServers | POST /api/v1/authorizationServers/{authServerId}/associatedServers | Create an associated authorization server |
| AuthorizationServerAssocApi | DeleteAssociatedServer | DELETE /api/v1/authorizationServers/{authServerId}/associatedServers/{associatedServerId} | Delete an associated authorization server |
| AuthorizationServerAssocApi | ListAssociatedServersByTrustedType | GET /api/v1/authorizationServers/{authServerId}/associatedServers | List all associated authorization servers |
| AuthorizationServerClaimsApi | CreateOAuth2Claim | POST /api/v1/authorizationServers/{authServerId}/claims | Create a custom token claim |
| AuthorizationServerClaimsApi | DeleteOAuth2Claim | DELETE /api/v1/authorizationServers/{authServerId}/claims/{claimId} | Delete a custom token claim |
| AuthorizationServerClaimsApi | GetOAuth2Claim | GET /api/v1/authorizationServers/{authServerId}/claims/{claimId} | Retrieve a custom token claim |
| AuthorizationServerClaimsApi | ListOAuth2Claims | GET /api/v1/authorizationServers/{authServerId}/claims | List all custom token claims |
| AuthorizationServerClaimsApi | ReplaceOAuth2Claim | PUT /api/v1/authorizationServers/{authServerId}/claims/{claimId} | Replace a custom token claim |
| AuthorizationServerClientsApi | GetRefreshTokenForAuthorizationServerAndClient | GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} | Retrieve a refresh token for a client |
| AuthorizationServerClientsApi | ListOAuth2ClientsForAuthorizationServer | GET /api/v1/authorizationServers/{authServerId}/clients | List all client resources for an authorization server |
| AuthorizationServerClientsApi | ListRefreshTokensForAuthorizationServerAndClient | GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens | List all refresh tokens for a client |
| AuthorizationServerClientsApi | RevokeRefreshTokenForAuthorizationServerAndClient | DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} | Revoke a refresh token for a client |
| AuthorizationServerClientsApi | RevokeRefreshTokensForAuthorizationServerAndClient | DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens | Revoke all refresh tokens for a client |
| AuthorizationServerKeysApi | GetAuthorizationServerKey | GET /api/v1/authorizationServers/{authServerId}/credentials/keys/{keyId} | Retrieve an authorization server key |
| AuthorizationServerKeysApi | ListAuthorizationServerKeys | GET /api/v1/authorizationServers/{authServerId}/credentials/keys | List all credential keys |
| AuthorizationServerKeysApi | RotateAuthorizationServerKeys | POST /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate | Rotate all credential keys |
| AuthorizationServerPoliciesApi | ActivateAuthorizationServerPolicy | POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate | Activate a policy |
| AuthorizationServerPoliciesApi | CreateAuthorizationServerPolicy | POST /api/v1/authorizationServers/{authServerId}/policies | Create a policy |
| AuthorizationServerPoliciesApi | DeactivateAuthorizationServerPolicy | POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate | Deactivate a policy |
| AuthorizationServerPoliciesApi | DeleteAuthorizationServerPolicy | DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId} | Delete a policy |
| AuthorizationServerPoliciesApi | GetAuthorizationServerPolicy | GET /api/v1/authorizationServers/{authServerId}/policies/{policyId} | Retrieve a policy |
| AuthorizationServerPoliciesApi | ListAuthorizationServerPolicies | GET /api/v1/authorizationServers/{authServerId}/policies | List all policies |
| AuthorizationServerPoliciesApi | ReplaceAuthorizationServerPolicy | PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId} | Replace a policy |
| AuthorizationServerRulesApi | ActivateAuthorizationServerPolicyRule | POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate | Activate a policy rule |
| AuthorizationServerRulesApi | CreateAuthorizationServerPolicyRule | POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules | Create a policy rule |
| AuthorizationServerRulesApi | DeactivateAuthorizationServerPolicyRule | POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate | Deactivate a policy rule |
| AuthorizationServerRulesApi | DeleteAuthorizationServerPolicyRule | DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} | Delete a policy rule |
| AuthorizationServerRulesApi | GetAuthorizationServerPolicyRule | GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} | Retrieve a policy rule |
| AuthorizationServerRulesApi | ListAuthorizationServerPolicyRules | GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules | List all policy rules |
| AuthorizationServerRulesApi | ReplaceAuthorizationServerPolicyRule | PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} | Replace a policy rule |
| AuthorizationServerScopesApi | CreateOAuth2Scope | POST /api/v1/authorizationServers/{authServerId}/scopes | Create a custom token scope |
| AuthorizationServerScopesApi | DeleteOAuth2Scope | DELETE /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} | Delete a custom token scope |
| AuthorizationServerScopesApi | GetOAuth2Scope | GET /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} | Retrieve a custom token scope |
| AuthorizationServerScopesApi | ListOAuth2Scopes | GET /api/v1/authorizationServers/{authServerId}/scopes | List all custom token scopes |
| AuthorizationServerScopesApi | ReplaceOAuth2Scope | PUT /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} | Replace a custom token scope |
| BehaviorApi | ActivateBehaviorDetectionRule | POST /api/v1/behaviors/{behaviorId}/lifecycle/activate | Activate a behavior detection rule |
| BehaviorApi | CreateBehaviorDetectionRule | POST /api/v1/behaviors | Create a behavior detection rule |
| BehaviorApi | DeactivateBehaviorDetectionRule | POST /api/v1/behaviors/{behaviorId}/lifecycle/deactivate | Deactivate a behavior detection rule |
| BehaviorApi | DeleteBehaviorDetectionRule | DELETE /api/v1/behaviors/{behaviorId} | Delete a behavior detection rule |
| BehaviorApi | GetBehaviorDetectionRule | GET /api/v1/behaviors/{behaviorId} | Retrieve a behavior detection rule |
| BehaviorApi | ListBehaviorDetectionRules | GET /api/v1/behaviors | List all behavior detection rules |
| BehaviorApi | ReplaceBehaviorDetectionRule | PUT /api/v1/behaviors/{behaviorId} | Replace a behavior detection rule |
| BrandsApi | CreateBrand | POST /api/v1/brands | Create a brand |
| BrandsApi | DeleteBrand | DELETE /api/v1/brands/{brandId} | Delete a brand |
| BrandsApi | GetBrand | GET /api/v1/brands/{brandId} | Retrieve a brand |
| BrandsApi | ListBrandDomains | GET /api/v1/brands/{brandId}/domains | List all domains associated with a brand |
| BrandsApi | ListBrands | GET /api/v1/brands | List all brands |
| BrandsApi | ReplaceBrand | PUT /api/v1/brands/{brandId} | Replace a brand |
| CAPTCHAApi | CreateCaptchaInstance | POST /api/v1/captchas | Create a CAPTCHA instance |
| CAPTCHAApi | DeleteCaptchaInstance | DELETE /api/v1/captchas/{captchaId} | Delete a CAPTCHA instance |
| CAPTCHAApi | DeleteOrgCaptchaSettings | DELETE /api/v1/org/captcha | Delete the org-wide CAPTCHA settings |
| CAPTCHAApi | GetCaptchaInstance | GET /api/v1/captchas/{captchaId} | Retrieve a CAPTCHA instance |
| CAPTCHAApi | GetOrgCaptchaSettings | GET /api/v1/org/captcha | Retrieve the org-wide CAPTCHA settings |
| CAPTCHAApi | ListCaptchaInstances | GET /api/v1/captchas | List all CAPTCHA instances |
| CAPTCHAApi | ReplaceCaptchaInstance | PUT /api/v1/captchas/{captchaId} | Replace a CAPTCHA instance |
| CAPTCHAApi | ReplacesOrgCaptchaSettings | PUT /api/v1/org/captcha | Replace the org-wide CAPTCHA settings |
| CAPTCHAApi | UpdateCaptchaInstance | POST /api/v1/captchas/{captchaId} | Update a CAPTCHA instance |
| CustomDomainApi | CreateCustomDomain | POST /api/v1/domains | Create a Custom Domain |
| CustomDomainApi | DeleteCustomDomain | DELETE /api/v1/domains/{domainId} | Delete a custom domain |
| CustomDomainApi | GetCustomDomain | GET /api/v1/domains/{domainId} | Retrieve a custom domain |
| CustomDomainApi | ListCustomDomains | GET /api/v1/domains | List all Custom Domains |
| CustomDomainApi | ReplaceCustomDomain | PUT /api/v1/domains/{domainId} | Replace a custom domain's brand |
| CustomDomainApi | UpsertCertificate | PUT /api/v1/domains/{domainId}/certificate | Upsert the custom domain's certificate |
| CustomDomainApi | VerifyDomain | POST /api/v1/domains/{domainId}/verify | Verify a custom domain |
| CustomPagesApi | DeleteCustomizedErrorPage | DELETE /api/v1/brands/{brandId}/pages/error/customized | Delete the customized error page |
| CustomPagesApi | DeleteCustomizedSignInPage | DELETE /api/v1/brands/{brandId}/pages/sign-in/customized | Delete the customized sign-in page |
| CustomPagesApi | DeletePreviewErrorPage | DELETE /api/v1/brands/{brandId}/pages/error/preview | Delete the preview error page |
| CustomPagesApi | DeletePreviewSignInPage | DELETE /api/v1/brands/{brandId}/pages/sign-in/preview | Delete the preview sign-in page |
| CustomPagesApi | GetCustomizedErrorPage | GET /api/v1/brands/{brandId}/pages/error/customized | Retrieve the customized error page |
| CustomPagesApi | GetCustomizedSignInPage | GET /api/v1/brands/{brandId}/pages/sign-in/customized | Retrieve the customized sign-in page |
| CustomPagesApi | GetDefaultErrorPage | GET /api/v1/brands/{brandId}/pages/error/default | Retrieve the default error page |
| CustomPagesApi | GetDefaultSignInPage | GET /api/v1/brands/{brandId}/pages/sign-in/default | Retrieve the default sign-in page |
| CustomPagesApi | GetErrorPage | GET /api/v1/brands/{brandId}/pages/error | Retrieve the error page sub-resources |
| CustomPagesApi | GetPreviewErrorPage | GET /api/v1/brands/{brandId}/pages/error/preview | Retrieve the preview error page preview |
| CustomPagesApi | GetPreviewSignInPage | GET /api/v1/brands/{brandId}/pages/sign-in/preview | Retrieve the preview sign-in page preview |
| CustomPagesApi | GetSignInPage | GET /api/v1/brands/{brandId}/pages/sign-in | Retrieve the sign-in page sub-resources |
| CustomPagesApi | GetSignOutPageSettings | GET /api/v1/brands/{brandId}/pages/sign-out/customized | Retrieve the sign-out page settings |
| CustomPagesApi | ListAllSignInWidgetVersions | GET /api/v1/brands/{brandId}/pages/sign-in/widget-versions | List all Sign-In Widget versions |
| CustomPagesApi | ReplaceCustomizedErrorPage | PUT /api/v1/brands/{brandId}/pages/error/customized | Replace the customized error page |
| CustomPagesApi | ReplaceCustomizedSignInPage | PUT /api/v1/brands/{brandId}/pages/sign-in/customized | Replace the customized sign-in page |
| CustomPagesApi | ReplacePreviewErrorPage | PUT /api/v1/brands/{brandId}/pages/error/preview | Replace the preview error page |
| CustomPagesApi | ReplacePreviewSignInPage | PUT /api/v1/brands/{brandId}/pages/sign-in/preview | Replace the preview sign-in page |
| CustomPagesApi | ReplaceSignOutPageSettings | PUT /api/v1/brands/{brandId}/pages/sign-out/customized | Replace the sign-out page settings |
| CustomTemplatesApi | CreateEmailCustomization | POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations | Create an email customization |
| CustomTemplatesApi | DeleteAllCustomizations | DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations | Delete all email customizations |
| CustomTemplatesApi | DeleteEmailCustomization | DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} | Delete an email customization |
| CustomTemplatesApi | GetCustomizationPreview | GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview | Retrieve a preview of an email customization |
| CustomTemplatesApi | GetEmailCustomization | GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} | Retrieve an email customization |
| CustomTemplatesApi | GetEmailDefaultContent | GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content | Retrieve an email template default content |
| CustomTemplatesApi | GetEmailDefaultPreview | GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview | Retrieve a preview of the email template default content |
| CustomTemplatesApi | GetEmailSettings | GET /api/v1/brands/{brandId}/templates/email/{templateName}/settings | Retrieve the email template settings |
| CustomTemplatesApi | GetEmailTemplate | GET /api/v1/brands/{brandId}/templates/email/{templateName} | Retrieve an email template |
| CustomTemplatesApi | ListEmailCustomizations | GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations | List all email customizations |
| CustomTemplatesApi | ListEmailTemplates | GET /api/v1/brands/{brandId}/templates/email | List all email templates |
| CustomTemplatesApi | ReplaceEmailCustomization | PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} | Replace an email customization |
| CustomTemplatesApi | ReplaceEmailSettings | PUT /api/v1/brands/{brandId}/templates/email/{templateName}/settings | Replace the email template settings |
| CustomTemplatesApi | SendTestEmail | POST /api/v1/brands/{brandId}/templates/email/{templateName}/test | Send a test email |
| DeviceApi | ActivateDevice | POST /api/v1/devices/{deviceId}/lifecycle/activate | Activate a device |
| DeviceApi | DeactivateDevice | POST /api/v1/devices/{deviceId}/lifecycle/deactivate | Deactivate a device |
| DeviceApi | DeleteDevice | DELETE /api/v1/devices/{deviceId} | Delete a device |
| DeviceApi | GetDevice | GET /api/v1/devices/{deviceId} | Retrieve a device |
| DeviceApi | ListDeviceUsers | GET /api/v1/devices/{deviceId}/users | List all users for a device |
| DeviceApi | ListDevices | GET /api/v1/devices | List all devices |
| DeviceApi | SuspendDevice | POST /api/v1/devices/{deviceId}/lifecycle/suspend | Suspend a Device |
| DeviceApi | UnsuspendDevice | POST /api/v1/devices/{deviceId}/lifecycle/unsuspend | Unsuspend a Device |
| DeviceAccessApi | GetDesktopMFAEnforceNumberMatchingChallengeOrgSetting | GET /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settings | Retrieve the Desktop MFA Enforce Number Matching Challenge org setting |
| DeviceAccessApi | GetDesktopMFARecoveryPinOrgSetting | GET /device-access/api/v1/desktop-mfa/recovery-pin-settings | Retrieve the Desktop MFA Recovery PIN org setting |
| DeviceAccessApi | ReplaceDesktopMFAEnforceNumberMatchingChallengeOrgSetting | PUT /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settings | Replace the Desktop MFA Enforce Number Matching Challenge org setting |
| DeviceAccessApi | ReplaceDesktopMFARecoveryPinOrgSetting | PUT /device-access/api/v1/desktop-mfa/recovery-pin-settings | Replace the Desktop MFA Recovery PIN org setting |
| DeviceAssuranceApi | CreateDeviceAssurancePolicy | POST /api/v1/device-assurances | Create a device assurance policy |
| DeviceAssuranceApi | DeleteDeviceAssurancePolicy | DELETE /api/v1/device-assurances/{deviceAssuranceId} | Delete a device assurance policy |
| DeviceAssuranceApi | GetDeviceAssurancePolicy | GET /api/v1/device-assurances/{deviceAssuranceId} | Retrieve a device assurance policy |
| DeviceAssuranceApi | ListDeviceAssurancePolicies | GET /api/v1/device-assurances | List all device assurance policies |
| DeviceAssuranceApi | ReplaceDeviceAssurancePolicy | PUT /api/v1/device-assurances/{deviceAssuranceId} | Replace a device assurance policy |
| DeviceIntegrationsApi | ActivateDeviceIntegration | POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/activate | Activate a device integration |
| DeviceIntegrationsApi | DeactivateDeviceIntegration | POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/deactivate | Deactivate a device integration |
| DeviceIntegrationsApi | GetDeviceIntegration | GET /api/v1/device-integrations/{deviceIntegrationId} | Retrieve a device integration |
| DeviceIntegrationsApi | ListDeviceIntegrations | GET /api/v1/device-integrations | List all device integrations |
| DevicePostureCheckApi | CreateDevicePostureCheck | POST /api/v1/device-posture-checks | Create a device posture check |
| DevicePostureCheckApi | DeleteDevicePostureCheck | DELETE /api/v1/device-posture-checks/{postureCheckId} | Delete a device posture check |
| DevicePostureCheckApi | GetDevicePostureCheck | GET /api/v1/device-posture-checks/{postureCheckId} | Retrieve a device posture check |
| DevicePostureCheckApi | ListDefaultDevicePostureChecks | GET /api/v1/device-posture-checks/default | List all default device posture checks |
| DevicePostureCheckApi | ListDevicePostureChecks | GET /api/v1/device-posture-checks | List all device posture checks |
| DevicePostureCheckApi | ReplaceDevicePostureCheck | PUT /api/v1/device-posture-checks/{postureCheckId} | Replace a device posture check |
| DirectoriesIntegrationApi | UpdateADGroupMembership | POST /api/v1/directories/{appInstanceId}/groups/modify | Update an Active Directory group membership |
| EmailCustomizationApi | BulkRemoveEmailAddressBounces | POST /api/v1/org/email/bounces/remove-list | Remove bounced emails |
| EmailDomainApi | CreateEmailDomain | POST /api/v1/email-domains | Create an email domain |
| EmailDomainApi | DeleteEmailDomain | DELETE /api/v1/email-domains/{emailDomainId} | Delete an email domain |
| EmailDomainApi | GetEmailDomain | GET /api/v1/email-domains/{emailDomainId} | Retrieve an email domain |
| EmailDomainApi | ListEmailDomains | GET /api/v1/email-domains | List all email domains |
| EmailDomainApi | ReplaceEmailDomain | PUT /api/v1/email-domains/{emailDomainId} | Replace an email domain |
| EmailDomainApi | VerifyEmailDomain | POST /api/v1/email-domains/{emailDomainId}/verify | Verify an email domain |
| EmailServerApi | CreateEmailServer | POST /api/v1/email-servers | Create a custom SMTP server |
| EmailServerApi | DeleteEmailServer | DELETE /api/v1/email-servers/{emailServerId} | Delete an SMTP server configuration |
| EmailServerApi | GetEmailServer | GET /api/v1/email-servers/{emailServerId} | Retrieve an SMTP server configuration |
| EmailServerApi | ListEmailServers | GET /api/v1/email-servers | List all enrolled SMTP servers |
| EmailServerApi | TestEmailServer | POST /api/v1/email-servers/{emailServerId}/test | Test an SMTP server configuration |
| EmailServerApi | UpdateEmailServer | PATCH /api/v1/email-servers/{emailServerId} | Update an SMTP server configuration |
| EventHookApi | ActivateEventHook | POST /api/v1/eventHooks/{eventHookId}/lifecycle/activate | Activate an event hook |
| EventHookApi | CreateEventHook | POST /api/v1/eventHooks | Create an event hook |
| EventHookApi | DeactivateEventHook | POST /api/v1/eventHooks/{eventHookId}/lifecycle/deactivate | Deactivate an event hook |
| EventHookApi | DeleteEventHook | DELETE /api/v1/eventHooks/{eventHookId} | Delete an event hook |
| EventHookApi | GetEventHook | GET /api/v1/eventHooks/{eventHookId} | Retrieve an event hook |
| EventHookApi | ListEventHooks | GET /api/v1/eventHooks | List all event hooks |
| EventHookApi | ReplaceEventHook | PUT /api/v1/eventHooks/{eventHookId} | Replace an event hook |
| EventHookApi | VerifyEventHook | POST /api/v1/eventHooks/{eventHookId}/lifecycle/verify | Verify an event hook |
| FeatureApi | GetFeature | GET /api/v1/features/{featureId} | Retrieve a feature |
| FeatureApi | ListFeatureDependencies | GET /api/v1/features/{featureId}/dependencies | List all dependencies |
| FeatureApi | ListFeatureDependents | GET /api/v1/features/{featureId}/dependents | List all dependents |
| FeatureApi | ListFeatures | GET /api/v1/features | List all features |
| FeatureApi | UpdateFeatureLifecycle | POST /api/v1/features/{featureId}/{lifecycle} | Update a feature lifecycle |
| GovernanceBundleApi | CreateGovernanceBundle | POST /api/v1/iam/governance/bundles | Create a governance bundle for the Admin Console in RAMP |
| GovernanceBundleApi | DeleteGovernanceBundle | DELETE /api/v1/iam/governance/bundles/{bundleId} | Delete a governance bundle from RAMP |
| GovernanceBundleApi | GetGovernanceBundle | GET /api/v1/iam/governance/bundles/{bundleId} | Retrieve a governance bundle from RAMP |
| GovernanceBundleApi | GetOptInStatus | GET /api/v1/iam/governance/optIn | Retrieve the opt-in status from RAMP |
| GovernanceBundleApi | ListBundleEntitlementValues | GET /api/v1/iam/governance/bundles/{bundleId}/entitlements/{entitlementId}/values | List all entitlement values for a bundle entitlement |
| GovernanceBundleApi | ListBundleEntitlements | GET /api/v1/iam/governance/bundles/{bundleId}/entitlements | List all entitlements for a governance bundle |
| GovernanceBundleApi | ListGovernanceBundles | GET /api/v1/iam/governance/bundles | List all governance bundles for the Admin Console |
| GovernanceBundleApi | OptIn | POST /api/v1/iam/governance/optIn | Opt in the Admin Console to RAMP |
| GovernanceBundleApi | OptOut | POST /api/v1/iam/governance/optOut | Opt out the Admin Console from RAMP |
| GovernanceBundleApi | ReplaceGovernanceBundle | PUT /api/v1/iam/governance/bundles/{bundleId} | Replace a governance bundle in RAMP |
| GroupApi | AddGroup | POST /api/v1/groups | Add a group |
| GroupApi | AssignUserToGroup | PUT /api/v1/groups/{groupId}/users/{userId} | Assign a user to a group |
| GroupApi | DeleteGroup | DELETE /api/v1/groups/{groupId} | Delete a group |
| GroupApi | GetGroup | GET /api/v1/groups/{groupId} | Retrieve a group |
| GroupApi | ListAssignedApplicationsForGroup | GET /api/v1/groups/{groupId}/apps | List all assigned apps |
| GroupApi | ListGroupUsers | GET /api/v1/groups/{groupId}/users | List all member users |
| GroupApi | ListGroups | GET /api/v1/groups | List all groups |
| GroupApi | ReplaceGroup | PUT /api/v1/groups/{groupId} | Replace a group |
| GroupApi | UnassignUserFromGroup | DELETE /api/v1/groups/{groupId}/users/{userId} | Unassign a user from a group |
| GroupOwnerApi | AssignGroupOwner | POST /api/v1/groups/{groupId}/owners | Assign a group owner |
| GroupOwnerApi | DeleteGroupOwner | DELETE /api/v1/groups/{groupId}/owners/{ownerId} | Delete a group owner |
| GroupOwnerApi | ListGroupOwners | GET /api/v1/groups/{groupId}/owners | List all group owners |
| GroupPushMappingApi | CreateGroupPushMapping | POST /api/v1/apps/{appId}/group-push/mappings | Create a group push mapping |
| GroupPushMappingApi | DeleteGroupPushMapping | DELETE /api/v1/apps/{appId}/group-push/mappings/{mappingId} | Delete a group push mapping |
| GroupPushMappingApi | GetGroupPushMapping | GET /api/v1/apps/{appId}/group-push/mappings/{mappingId} | Retrieve a group push mapping |
| GroupPushMappingApi | ListGroupPushMappings | GET /api/v1/apps/{appId}/group-push/mappings | List all group push mappings |
| GroupPushMappingApi | UpdateGroupPushMapping | PATCH /api/v1/apps/{appId}/group-push/mappings/{mappingId} | Update a group push mapping |
| GroupRuleApi | ActivateGroupRule | POST /api/v1/groups/rules/{groupRuleId}/lifecycle/activate | Activate a group rule |
| GroupRuleApi | CreateGroupRule | POST /api/v1/groups/rules | Create a group rule |
| GroupRuleApi | DeactivateGroupRule | POST /api/v1/groups/rules/{groupRuleId}/lifecycle/deactivate | Deactivate a group rule |
| GroupRuleApi | DeleteGroupRule | DELETE /api/v1/groups/rules/{groupRuleId} | Delete a group rule |
| GroupRuleApi | GetGroupRule | GET /api/v1/groups/rules/{groupRuleId} | Retrieve a group rule |
| GroupRuleApi | ListGroupRules | GET /api/v1/groups/rules | List all group rules |
| GroupRuleApi | ReplaceGroupRule | PUT /api/v1/groups/rules/{groupRuleId} | Replace a group rule |
| HookKeyApi | CreateHookKey | POST /api/v1/hook-keys | Create a key |
| HookKeyApi | DeleteHookKey | DELETE /api/v1/hook-keys/{id} | Delete a key |
| HookKeyApi | GetHookKey | GET /api/v1/hook-keys/{id} | Retrieve a key by ID |
| HookKeyApi | GetPublicKey | GET /api/v1/hook-keys/public/{keyId} | Retrieve a public key |
| HookKeyApi | ListHookKeys | GET /api/v1/hook-keys | List all keys |
| HookKeyApi | ReplaceHookKey | PUT /api/v1/hook-keys/{id} | Replace a key |
| IdentityProviderApi | ActivateIdentityProvider | POST /api/v1/idps/{idpId}/lifecycle/activate | Activate an IdP |
| IdentityProviderApi | CreateIdentityProvider | POST /api/v1/idps | Create an IdP |
| IdentityProviderApi | DeactivateIdentityProvider | POST /api/v1/idps/{idpId}/lifecycle/deactivate | Deactivate an IdP |
| IdentityProviderApi | DeleteIdentityProvider | DELETE /api/v1/idps/{idpId} | Delete an IdP |
| IdentityProviderApi | GetIdentityProvider | GET /api/v1/idps/{idpId} | Retrieve an IdP |
| IdentityProviderApi | ListIdentityProviders | GET /api/v1/idps | List all IdPs |
| IdentityProviderApi | ReplaceIdentityProvider | PUT /api/v1/idps/{idpId} | Replace an IdP |
| IdentityProviderKeysApi | CreateIdentityProviderKey | POST /api/v1/idps/credentials/keys | Create an IdP key credential |
| IdentityProviderKeysApi | DeleteIdentityProviderKey | DELETE /api/v1/idps/credentials/keys/{kid} | Delete an IdP key credential |
| IdentityProviderKeysApi | GetIdentityProviderKey | GET /api/v1/idps/credentials/keys/{kid} | Retrieve an IdP key credential |
| IdentityProviderKeysApi | ListIdentityProviderKeys | GET /api/v1/idps/credentials/keys | List all IdP key credentials |
| IdentityProviderKeysApi | ReplaceIdentityProviderKey | PUT /api/v1/idps/credentials/keys/{kid} | Replace an IdP key credential |
| IdentityProviderSigningKeysApi | CloneIdentityProviderKey | POST /api/v1/idps/{idpId}/credentials/keys/{kid}/clone | Clone a signing key credential for IdP |
| IdentityProviderSigningKeysApi | GenerateCsrForIdentityProvider | POST /api/v1/idps/{idpId}/credentials/csrs | Generate a certificate signing request |
| IdentityProviderSigningKeysApi | GenerateIdentityProviderSigningKey | POST /api/v1/idps/{idpId}/credentials/keys/generate | Generate a new signing key credential for IdP |
| IdentityProviderSigningKeysApi | GetCsrForIdentityProvider | GET /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} | Retrieve a certificate signing request |
| IdentityProviderSigningKeysApi | GetIdentityProviderSigningKey | GET /api/v1/idps/{idpId}/credentials/keys/{kid} | Retrieve a signing key credential for IdP |
| IdentityProviderSigningKeysApi | ListActiveIdentityProviderSigningKey | GET /api/v1/idps/{idpId}/credentials/keys/active | List the active signing key credential for IdP |
| IdentityProviderSigningKeysApi | ListCsrsForIdentityProvider | GET /api/v1/idps/{idpId}/credentials/csrs | List all certificate signing requests |
| IdentityProviderSigningKeysApi | ListIdentityProviderSigningKeys | GET /api/v1/idps/{idpId}/credentials/keys | List all signing key credentials for IdP |
| IdentityProviderSigningKeysApi | PublishCsrForIdentityProvider | POST /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}/lifecycle/publish | Publish a certificate signing request |
| IdentityProviderSigningKeysApi | RevokeCsrForIdentityProvider | DELETE /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} | Revoke a certificate signing request |
| IdentityProviderUsersApi | GetIdentityProviderApplicationUser | GET /api/v1/idps/{idpId}/users/{userId} | Retrieve a user for IdP |
| IdentityProviderUsersApi | LinkUserToIdentityProvider | POST /api/v1/idps/{idpId}/users/{userId} | Link a user to IdP |
| IdentityProviderUsersApi | ListIdentityProviderApplicationUsers | GET /api/v1/idps/{idpId}/users | List all users for IdP |
| IdentityProviderUsersApi | ListSocialAuthTokens | GET /api/v1/idps/{idpId}/users/{userId}/credentials/tokens | List all tokens from OIDC IdP |
| IdentityProviderUsersApi | ListUserIdentityProviders | GET /api/v1/users/{id}/idps | List all IdPs for user |
| IdentityProviderUsersApi | UnlinkUserFromIdentityProvider | DELETE /api/v1/idps/{idpId}/users/{userId} | Unlink a user from IdP |
| IdentitySourceApi | CreateIdentitySourceSession | POST /api/v1/identity-sources/{identitySourceId}/sessions | Create an identity source session |
| IdentitySourceApi | DeleteIdentitySourceSession | DELETE /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} | Delete an identity source session |
| IdentitySourceApi | GetIdentitySourceSession | GET /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} | Retrieve an identity source session |
| IdentitySourceApi | ListIdentitySourceSessions | GET /api/v1/identity-sources/{identitySourceId}/sessions | List all identity source sessions |
| IdentitySourceApi | StartImportFromIdentitySource | POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/start-import | Start the import from the identity source |
| IdentitySourceApi | UploadIdentitySourceDataForDelete | POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-delete | Upload the data to be deleted in Okta |
| IdentitySourceApi | UploadIdentitySourceDataForUpsert | POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-upsert | Upload the data to be upserted in Okta |
| InlineHookApi | ActivateInlineHook | POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/activate | Activate an inline hook |
| InlineHookApi | CreateInlineHook | POST /api/v1/inlineHooks | Create an inline hook |
| InlineHookApi | DeactivateInlineHook | POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate | Deactivate an inline hook |
| InlineHookApi | DeleteInlineHook | DELETE /api/v1/inlineHooks/{inlineHookId} | Delete an inline hook |
| InlineHookApi | ExecuteInlineHook | POST /api/v1/inlineHooks/{inlineHookId}/execute | Execute an inline hook |
| InlineHookApi | GetInlineHook | GET /api/v1/inlineHooks/{inlineHookId} | Retrieve an inline hook |
| InlineHookApi | ListInlineHooks | GET /api/v1/inlineHooks | List all inline hooks |
| InlineHookApi | ReplaceInlineHook | PUT /api/v1/inlineHooks/{inlineHookId} | Replace an inline hook |
| InlineHookApi | UpdateInlineHook | POST /api/v1/inlineHooks/{inlineHookId} | Update an inline hook |
| LinkedObjectApi | CreateLinkedObjectDefinition | POST /api/v1/meta/schemas/user/linkedObjects | Create a linked object definition |
| LinkedObjectApi | DeleteLinkedObjectDefinition | DELETE /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} | Delete a linked object definition |
| LinkedObjectApi | GetLinkedObjectDefinition | GET /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} | Retrieve a linked object definition |
| LinkedObjectApi | ListLinkedObjectDefinitions | GET /api/v1/meta/schemas/user/linkedObjects | List all linked object definitions |
| LogStreamApi | ActivateLogStream | POST /api/v1/logStreams/{logStreamId}/lifecycle/activate | Activate a log stream |
| LogStreamApi | CreateLogStream | POST /api/v1/logStreams | Create a log stream |
| LogStreamApi | DeactivateLogStream | POST /api/v1/logStreams/{logStreamId}/lifecycle/deactivate | Deactivate a log stream |
| LogStreamApi | DeleteLogStream | DELETE /api/v1/logStreams/{logStreamId} | Delete a log stream |
| LogStreamApi | GetLogStream | GET /api/v1/logStreams/{logStreamId} | Retrieve a log stream |
| LogStreamApi | ListLogStreams | GET /api/v1/logStreams | List all log streams |
| LogStreamApi | ReplaceLogStream | PUT /api/v1/logStreams/{logStreamId} | Replace a log stream |
| NetworkZoneApi | ActivateNetworkZone | POST /api/v1/zones/{zoneId}/lifecycle/activate | Activate a network zone |
| NetworkZoneApi | CreateNetworkZone | POST /api/v1/zones | Create a network zone |
| NetworkZoneApi | DeactivateNetworkZone | POST /api/v1/zones/{zoneId}/lifecycle/deactivate | Deactivate a network zone |
| NetworkZoneApi | DeleteNetworkZone | DELETE /api/v1/zones/{zoneId} | Delete a network zone |
| NetworkZoneApi | GetNetworkZone | GET /api/v1/zones/{zoneId} | Retrieve a network zone |
| NetworkZoneApi | ListNetworkZones | GET /api/v1/zones | List all network zones |
| NetworkZoneApi | ReplaceNetworkZone | PUT /api/v1/zones/{zoneId} | Replace a network zone |
| OAuth2ResourceServerCredentialsKeysApi | ActivateOAuth2ResourceServerJsonWebKey | POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/activate | Activate a Custom Authorization Server Public JSON Web Key |
| OAuth2ResourceServerCredentialsKeysApi | AddOAuth2ResourceServerJsonWebKey | POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys | Add a JSON Web Key |
| OAuth2ResourceServerCredentialsKeysApi | DeactivateOAuth2ResourceServerJsonWebKey | POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/deactivate | Deactivate a Custom Authorization Server Public JSON Web Key |
| OAuth2ResourceServerCredentialsKeysApi | DeleteOAuth2ResourceServerJsonWebKey | DELETE /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} | Delete a Custom Authorization Server Public JSON Web Key |
| OAuth2ResourceServerCredentialsKeysApi | GetOAuth2ResourceServerJsonWebKey | GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} | Retrieve a Custom Authorization Server Public JSON Web Key |
| OAuth2ResourceServerCredentialsKeysApi | ListOAuth2ResourceServerJsonWebKeys | GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys | List all Custom Authorization Server Public JSON Web Keys |
| OktaApplicationSettingsApi | GetFirstPartyAppSettings | GET /api/v1/first-party-app-settings/{appName} | Retrieve the Okta application settings |
| OktaApplicationSettingsApi | ReplaceFirstPartyAppSettings | PUT /api/v1/first-party-app-settings/{appName} | Replace the Okta application settings |
| OktaPersonalSettingsApi | ListPersonalAppsExportBlockList | GET /okta-personal-settings/api/v1/export-blocklists | List all blocked email domains |
| OktaPersonalSettingsApi | ReplaceBlockedEmailDomains | PUT /okta-personal-settings/api/v1/export-blocklists | Replace the blocked email domains |
| OktaPersonalSettingsApi | ReplaceOktaPersonalAdminSettings | PUT /okta-personal-settings/api/v1/edit-feature | Replace the Okta Personal admin settings |
| OrgCreatorApi | CreateChildOrg | POST /api/v1/orgs | Create an org |
| OrgSettingAdminApi | AssignClientPrivilegesSetting | PUT /api/v1/org/settings/clientPrivilegesSetting | Assign the default public client app role setting |
| OrgSettingAdminApi | GetAutoAssignAdminAppSetting | GET /api/v1/org/settings/autoAssignAdminAppSetting | Retrieve the Okta Admin Console assignment setting |
| OrgSettingAdminApi | GetClientPrivilegesSetting | GET /api/v1/org/settings/clientPrivilegesSetting | Retrieve the default public client app role setting |
| OrgSettingAdminApi | GetThirdPartyAdminSetting | GET /api/v1/org/orgSettings/thirdPartyAdminSetting | Retrieve the org third-party admin setting |
| OrgSettingAdminApi | UpdateAutoAssignAdminAppSetting | POST /api/v1/org/settings/autoAssignAdminAppSetting | Update the Okta Admin Console assignment setting |
| OrgSettingAdminApi | UpdateThirdPartyAdminSetting | POST /api/v1/org/orgSettings/thirdPartyAdminSetting | Update the org third-party admin setting |
| OrgSettingCommunicationApi | GetOktaCommunicationSettings | GET /api/v1/org/privacy/oktaCommunication | Retrieve the Okta communication settings |
| OrgSettingCommunicationApi | OptInUsersToOktaCommunicationEmails | POST /api/v1/org/privacy/oktaCommunication/optIn | Opt in to Okta user communication emails |
| OrgSettingCommunicationApi | OptOutUsersFromOktaCommunicationEmails | POST /api/v1/org/privacy/oktaCommunication/optOut | Opt out of Okta user communication emails |
| OrgSettingContactApi | GetOrgContactUser | GET /api/v1/org/contacts/{contactType} | Retrieve the contact type user |
| OrgSettingContactApi | ListOrgContactTypes | GET /api/v1/org/contacts | List all org contact types |
| OrgSettingContactApi | ReplaceOrgContactUser | PUT /api/v1/org/contacts/{contactType} | Replace the contact type user |
| OrgSettingCustomizationApi | GetOrgPreferences | GET /api/v1/org/preferences | Retrieve the org preferences |
| OrgSettingCustomizationApi | SetOrgHideOktaUIFooter | POST /api/v1/org/preferences/hideEndUserFooter | Set the hide dashboard footer preference |
| OrgSettingCustomizationApi | SetOrgShowOktaUIFooter | POST /api/v1/org/preferences/showEndUserFooter | Set the show dashboard footer preference |
| OrgSettingCustomizationApi | UploadOrgLogo | POST /api/v1/org/logo | Upload the org logo |
| OrgSettingGeneralApi | GetOrgSettings | GET /api/v1/org | Retrieve the Org general settings |
| OrgSettingGeneralApi | ReplaceOrgSettings | PUT /api/v1/org | Replace the Org general settings |
| OrgSettingGeneralApi | UpdateOrgSettings | POST /api/v1/org | Update the Org general settings |
| OrgSettingMetadataApi | GetWellknownOrgMetadata | GET /.well-known/okta-organization | Retrieve the Org metadata |
| OrgSettingSupportApi | ExtendOktaSupport | POST /api/v1/org/privacy/oktaSupport/extend | Extend Okta Support access |
| OrgSettingSupportApi | GetAerialConsent | GET /api/v1/org/privacy/aerial | Retrieve Okta Aerial consent for your org |
| OrgSettingSupportApi | GetOrgOktaSupportSettings | GET /api/v1/org/privacy/oktaSupport | Retrieve the Okta Support settings |
| OrgSettingSupportApi | GrantAerialConsent | POST /api/v1/org/privacy/aerial/grant | Grant Okta Aerial access to your org |
| OrgSettingSupportApi | GrantOktaSupport | POST /api/v1/org/privacy/oktaSupport/grant | Grant Okta Support access |
| OrgSettingSupportApi | ListOktaSupportCases | GET /api/v1/org/privacy/oktaSupport/cases | List all Okta Support cases |
| OrgSettingSupportApi | RevokeAerialConsent | POST /api/v1/org/privacy/aerial/revoke | Revoke Okta Aerial access to your org |
| OrgSettingSupportApi | RevokeOktaSupport | POST /api/v1/org/privacy/oktaSupport/revoke | Revoke Okta Support access |
| OrgSettingSupportApi | UpdateOktaSupportCase | PATCH /api/v1/org/privacy/oktaSupport/cases/{caseNumber} | Update an Okta Support case |
| PolicyApi | ActivatePolicy | POST /api/v1/policies/{policyId}/lifecycle/activate | Activate a policy |
| PolicyApi | ActivatePolicyRule | POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate | Activate a policy rule |
| PolicyApi | ClonePolicy | POST /api/v1/policies/{policyId}/clone | Clone an existing policy |
| PolicyApi | CreatePolicy | POST /api/v1/policies | Create a policy |
| PolicyApi | CreatePolicyRule | POST /api/v1/policies/{policyId}/rules | Create a policy rule |
| PolicyApi | CreatePolicySimulation | POST /api/v1/policies/simulate | Create a policy simulation |
| PolicyApi | DeactivatePolicy | POST /api/v1/policies/{policyId}/lifecycle/deactivate | Deactivate a policy |
| PolicyApi | DeactivatePolicyRule | POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate | Deactivate a policy rule |
| PolicyApi | DeletePolicy | DELETE /api/v1/policies/{policyId} | Delete a policy |
| PolicyApi | DeletePolicyResourceMapping | DELETE /api/v1/policies/{policyId}/mappings/{mappingId} | Delete a policy resource mapping |
| PolicyApi | DeletePolicyRule | DELETE /api/v1/policies/{policyId}/rules/{ruleId} | Delete a policy rule |
| PolicyApi | GetPolicy | GET /api/v1/policies/{policyId} | Retrieve a policy |
| PolicyApi | GetPolicyMapping | GET /api/v1/policies/{policyId}/mappings/{mappingId} | Retrieve a policy resource mapping |
| PolicyApi | GetPolicyRule | GET /api/v1/policies/{policyId}/rules/{ruleId} | Retrieve a policy rule |
| PolicyApi | ListPolicies | GET /api/v1/policies | List all policies |
| PolicyApi | ListPolicyApps | GET /api/v1/policies/{policyId}/app | List all apps mapped to a policy |
| PolicyApi | ListPolicyMappings | GET /api/v1/policies/{policyId}/mappings | List all resources mapped to a policy |
| PolicyApi | ListPolicyRules | GET /api/v1/policies/{policyId}/rules | List all policy rules |
| PolicyApi | MapResourceToPolicy | POST /api/v1/policies/{policyId}/mappings | Map a resource to a policy |
| PolicyApi | ReplacePolicy | PUT /api/v1/policies/{policyId} | Replace a policy |
| PolicyApi | ReplacePolicyRule | PUT /api/v1/policies/{policyId}/rules/{ruleId} | Replace a policy rule |
| PrincipalRateLimitApi | CreatePrincipalRateLimitEntity | POST /api/v1/principal-rate-limits | Create a principal rate limit |
| PrincipalRateLimitApi | GetPrincipalRateLimitEntity | GET /api/v1/principal-rate-limits/{principalRateLimitId} | Retrieve a principal rate limit |
| PrincipalRateLimitApi | ListPrincipalRateLimitEntities | GET /api/v1/principal-rate-limits | List all principal rate limits |
| PrincipalRateLimitApi | ReplacePrincipalRateLimitEntity | PUT /api/v1/principal-rate-limits/{principalRateLimitId} | Replace a principal rate limit |
| ProfileMappingApi | GetProfileMapping | GET /api/v1/mappings/{mappingId} | Retrieve a profile mapping |
| ProfileMappingApi | ListProfileMappings | GET /api/v1/mappings | List all profile mappings |
| ProfileMappingApi | UpdateProfileMapping | POST /api/v1/mappings/{mappingId} | Update a profile mapping |
| PushProviderApi | CreatePushProvider | POST /api/v1/push-providers | Create a push provider |
| PushProviderApi | DeletePushProvider | DELETE /api/v1/push-providers/{pushProviderId} | Delete a push provider |
| PushProviderApi | GetPushProvider | GET /api/v1/push-providers/{pushProviderId} | Retrieve a push provider |
| PushProviderApi | ListPushProviders | GET /api/v1/push-providers | List all push providers |
| PushProviderApi | ReplacePushProvider | PUT /api/v1/push-providers/{pushProviderId} | Replace a push provider |
| RateLimitSettingsApi | GetRateLimitSettingsAdminNotifications | GET /api/v1/rate-limit-settings/admin-notifications | Retrieve the rate limit admin notification settings |
| RateLimitSettingsApi | GetRateLimitSettingsPerClient | GET /api/v1/rate-limit-settings/per-client | Retrieve the per-client rate limit settings |
| RateLimitSettingsApi | GetRateLimitSettingsWarningThreshold | GET /api/v1/rate-limit-settings/warning-threshold | Retrieve the rate limit warning threshold percentage |
| RateLimitSettingsApi | ReplaceRateLimitSettingsAdminNotifications | PUT /api/v1/rate-limit-settings/admin-notifications | Replace the rate limit admin notification settings |
| RateLimitSettingsApi | ReplaceRateLimitSettingsPerClient | PUT /api/v1/rate-limit-settings/per-client | Replace the per-client rate limit settings |
| RateLimitSettingsApi | ReplaceRateLimitSettingsWarningThreshold | PUT /api/v1/rate-limit-settings/warning-threshold | Replace the rate limit warning threshold percentage |
| RealmApi | CreateRealm | POST /api/v1/realms | Create a realm |
| RealmApi | DeleteRealm | DELETE /api/v1/realms/{realmId} | Delete a realm |
| RealmApi | GetRealm | GET /api/v1/realms/{realmId} | Retrieve a realm |
| RealmApi | ListRealms | GET /api/v1/realms | List all realms |
| RealmApi | ReplaceRealm | PUT /api/v1/realms/{realmId} | Replace the realm profile |
| RealmAssignmentApi | ActivateRealmAssignment | POST /api/v1/realm-assignments/{assignmentId}/lifecycle/activate | Activate a realm assignment |
| RealmAssignmentApi | CreateRealmAssignment | POST /api/v1/realm-assignments | Create a realm assignment |
| RealmAssignmentApi | DeactivateRealmAssignment | POST /api/v1/realm-assignments/{assignmentId}/lifecycle/deactivate | Deactivate a realm assignment |
| RealmAssignmentApi | DeleteRealmAssignment | DELETE /api/v1/realm-assignments/{assignmentId} | Delete a realm assignment |
| RealmAssignmentApi | ExecuteRealmAssignment | POST /api/v1/realm-assignments/operations | Execute a realm assignment |
| RealmAssignmentApi | GetRealmAssignment | GET /api/v1/realm-assignments/{assignmentId} | Retrieve a realm assignment |
| RealmAssignmentApi | ListRealmAssignmentOperations | GET /api/v1/realm-assignments/operations | List all realm assignment operations |
| RealmAssignmentApi | ListRealmAssignments | GET /api/v1/realm-assignments | List all realm assignments |
| RealmAssignmentApi | ReplaceRealmAssignment | PUT /api/v1/realm-assignments/{assignmentId} | Replace a realm assignment |
| RiskEventApi | SendRiskEvents | POST /api/v1/risk/events/ip | Send multiple risk events |
| RiskProviderApi | CreateRiskProvider | POST /api/v1/risk/providers | Create a risk provider |
| RiskProviderApi | DeleteRiskProvider | DELETE /api/v1/risk/providers/{riskProviderId} | Delete a risk provider |
| RiskProviderApi | GetRiskProvider | GET /api/v1/risk/providers/{riskProviderId} | Retrieve a risk provider |
| RiskProviderApi | ListRiskProviders | GET /api/v1/risk/providers | List all risk providers |
| RiskProviderApi | ReplaceRiskProvider | PUT /api/v1/risk/providers/{riskProviderId} | Replace a risk provider |
| RoleAssignmentAUserApi | AssignRoleToUser | POST /api/v1/users/{userId}/roles | Assign a user role |
| RoleAssignmentAUserApi | GetRoleAssignmentGovernanceGrant | GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId} | Retrieve a user role governance source |
| RoleAssignmentAUserApi | GetRoleAssignmentGovernanceGrantResources | GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId}/resources | Retrieve the user role governance source resources |
| RoleAssignmentAUserApi | GetUserAssignedRole | GET /api/v1/users/{userId}/roles/{roleAssignmentId} | Retrieve a user role assignment |
| RoleAssignmentAUserApi | GetUserAssignedRoleGovernance | GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance | Retrieve all user role governance sources |
| RoleAssignmentAUserApi | ListAssignedRolesForUser | GET /api/v1/users/{userId}/roles | List all user role assignments |
| RoleAssignmentAUserApi | ListUsersWithRoleAssignments | GET /api/v1/iam/assignees/users | List all users with role assignments |
| RoleAssignmentAUserApi | UnassignRoleFromUser | DELETE /api/v1/users/{userId}/roles/{roleAssignmentId} | Unassign a user role |
| RoleAssignmentBGroupApi | AssignRoleToGroup | POST /api/v1/groups/{groupId}/roles | Assign a role to a group |
| RoleAssignmentBGroupApi | GetGroupAssignedRole | GET /api/v1/groups/{groupId}/roles/{roleAssignmentId} | Retrieve a group role assignment |
| RoleAssignmentBGroupApi | ListGroupAssignedRoles | GET /api/v1/groups/{groupId}/roles | List all group role assignments |
| RoleAssignmentBGroupApi | UnassignRoleFromGroup | DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId} | Unassign a group role |
| RoleAssignmentClientApi | AssignRoleToClient | POST /oauth2/v1/clients/{clientId}/roles | Assign a client role |
| RoleAssignmentClientApi | DeleteRoleFromClient | DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} | Unassign a client role |
| RoleAssignmentClientApi | ListRolesForClient | GET /oauth2/v1/clients/{clientId}/roles | List all client role assignments |
| RoleAssignmentClientApi | RetrieveClientRole | GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} | Retrieve a client role |
| RoleBTargetAdminApi | AssignAllAppsAsTargetToRoleForUser | PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps | Assign all apps as target to admin role |
| RoleBTargetAdminApi | AssignAppInstanceTargetToAppAdminRoleForUser | PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Assign an admin role app instance target |
| RoleBTargetAdminApi | AssignAppTargetToAdminRoleForUser | PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Assign an admin role app target |
| RoleBTargetAdminApi | AssignGroupTargetToUserRole | PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} | Assign an admin role group target |
| RoleBTargetAdminApi | GetRoleTargetsByUserIdAndRoleId | GET /api/v1/users/{userId}/roles/{roleIdOrEncodedRoleId}/targets | Retrieve a role target by assignment type |
| RoleBTargetAdminApi | ListApplicationTargetsForApplicationAdministratorRoleForUser | GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps | List all admin role app targets |
| RoleBTargetAdminApi | ListGroupTargetsForRole | GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups | List all admin role group targets |
| RoleBTargetAdminApi | UnassignAppInstanceTargetFromAdminRoleForUser | DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Unassign an admin role app instance target |
| RoleBTargetAdminApi | UnassignAppTargetFromAppAdminRoleForUser | DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Unassign an admin role app target |
| RoleBTargetAdminApi | UnassignGroupTargetFromUserAdminRole | DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} | Unassign an admin role group target |
| RoleBTargetBGroupApi | AssignAppInstanceTargetToAppAdminRoleForGroup | PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Assign a group role app instance target |
| RoleBTargetBGroupApi | AssignAppTargetToAdminRoleForGroup | PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Assign a group role app target |
| RoleBTargetBGroupApi | AssignGroupTargetToGroupAdminRole | PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} | Assign a group role group target |
| RoleBTargetBGroupApi | ListApplicationTargetsForApplicationAdministratorRoleForGroup | GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps | List all group role app targets |
| RoleBTargetBGroupApi | ListGroupTargetsForGroupRole | GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups | List all group role group targets |
| RoleBTargetBGroupApi | UnassignAppInstanceTargetToAppAdminRoleForGroup | DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Unassign a group role app instance target |
| RoleBTargetBGroupApi | UnassignAppTargetToAdminRoleForGroup | DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Unassign a group role app target |
| RoleBTargetBGroupApi | UnassignGroupTargetFromGroupAdminRole | DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} | Unassign a group role group target |
| RoleBTargetClientApi | AssignAppTargetInstanceRoleForClient | PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Assign a client role app instance target |
| RoleBTargetClientApi | AssignAppTargetRoleToClient | PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Assign a client role app target |
| RoleBTargetClientApi | AssignGroupTargetRoleForClient | PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} | Assign a client role group target |
| RoleBTargetClientApi | ListAppTargetRoleToClient | GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps | List all client role app targets |
| RoleBTargetClientApi | ListGroupTargetRoleForClient | GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups | List all client role group targets |
| RoleBTargetClientApi | RemoveAppTargetInstanceRoleForClient | DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} | Unassign a client role app instance target |
| RoleBTargetClientApi | RemoveAppTargetRoleFromClient | DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} | Unassign a client role app target |
| RoleBTargetClientApi | RemoveGroupTargetRoleFromClient | DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} | Unassign a client role group target |
| RoleCResourceSetApi | CreateResourceSet | POST /api/v1/iam/resource-sets | Create a resource set |
| RoleCResourceSetApi | DeleteResourceSet | DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel} | Delete a resource set |
| RoleCResourceSetApi | GetResourceSet | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel} | Retrieve a resource set |
| RoleCResourceSetApi | ListResourceSets | GET /api/v1/iam/resource-sets | List all resource sets |
| RoleCResourceSetApi | ReplaceResourceSet | PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel} | Replace a resource set |
| RoleCResourceSetResourceApi | AddResourceSetResource | POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources | Add a resource set resource with conditions |
| RoleCResourceSetResourceApi | AddResourceSetResources | PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources | Add more resources to a resource set |
| RoleCResourceSetResourceApi | DeleteResourceSetResource | DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} | Delete a resource set resource |
| RoleCResourceSetResourceApi | GetResourceSetResource | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} | Retrieve a resource set resource |
| RoleCResourceSetResourceApi | ListResourceSetResources | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources | List all resource set resources |
| RoleCResourceSetResourceApi | ReplaceResourceSetResource | PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} | Replace the resource set resource conditions |
| RoleDResourceSetBindingApi | CreateResourceSetBinding | POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings | Create a role resource set binding |
| RoleDResourceSetBindingApi | DeleteBinding | DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} | Delete a role resource set binding |
| RoleDResourceSetBindingApi | GetBinding | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} | Retrieve a role resource set binding |
| RoleDResourceSetBindingApi | ListBindings | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings | List all role resource set bindings |
| RoleDResourceSetBindingMemberApi | AddMembersToBinding | PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members | Add more role resource set binding members |
| RoleDResourceSetBindingMemberApi | GetMemberOfBinding | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} | Retrieve a role resource set binding member |
| RoleDResourceSetBindingMemberApi | ListMembersOfBinding | GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members | List all role resource set binding members |
| RoleDResourceSetBindingMemberApi | UnassignMemberFromBinding | DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} | Unassign a role resource set binding member |
| RoleECustomApi | CreateRole | POST /api/v1/iam/roles | Create a custom role |
| RoleECustomApi | DeleteRole | DELETE /api/v1/iam/roles/{roleIdOrLabel} | Delete a custom role |
| RoleECustomApi | GetRole | GET /api/v1/iam/roles/{roleIdOrLabel} | Retrieve a role |
| RoleECustomApi | ListRoles | GET /api/v1/iam/roles | List all custom roles |
| RoleECustomApi | ReplaceRole | PUT /api/v1/iam/roles/{roleIdOrLabel} | Replace a custom role |
| RoleECustomPermissionApi | CreateRolePermission | POST /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} | Create a custom role permission |
| RoleECustomPermissionApi | DeleteRolePermission | DELETE /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} | Delete a custom role permission |
| RoleECustomPermissionApi | GetRolePermission | GET /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} | Retrieve a custom role permission |
| RoleECustomPermissionApi | ListRolePermissions | GET /api/v1/iam/roles/{roleIdOrLabel}/permissions | List all custom role permissions |
| RoleECustomPermissionApi | ReplaceRolePermission | PUT /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} | Replace a custom role permission |
| SSFReceiverApi | ActivateSecurityEventsProviderInstance | POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/activate | Activate a security events provider |
| SSFReceiverApi | CreateSecurityEventsProviderInstance | POST /api/v1/security-events-providers | Create a security events provider |
| SSFReceiverApi | DeactivateSecurityEventsProviderInstance | POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/deactivate | Deactivate a security events provider |
| SSFReceiverApi | DeleteSecurityEventsProviderInstance | DELETE /api/v1/security-events-providers/{securityEventProviderId} | Delete a security events provider |
| SSFReceiverApi | GetSecurityEventsProviderInstance | GET /api/v1/security-events-providers/{securityEventProviderId} | Retrieve the security events provider |
| SSFReceiverApi | ListSecurityEventsProviderInstances | GET /api/v1/security-events-providers | List all security events providers |
| SSFReceiverApi | ReplaceSecurityEventsProviderInstance | PUT /api/v1/security-events-providers/{securityEventProviderId} | Replace a security events provider |
| SSFSecurityEventTokenApi | PublishSecurityEventTokens | POST /security/api/v1/security-events | Publish a security event token |
| SSFTransmitterApi | CreateSsfStream | POST /api/v1/ssf/stream | Create an SSF stream |
| SSFTransmitterApi | DeleteSsfStream | DELETE /api/v1/ssf/stream | Delete an SSF stream |
| SSFTransmitterApi | GetSsfStreamStatus | GET /api/v1/ssf/stream/status | Retrieve the SSF Stream status |
| SSFTransmitterApi | GetSsfStreams | GET /api/v1/ssf/stream | Retrieve the SSF stream configuration(s) |
| SSFTransmitterApi | GetWellknownSsfMetadata | GET /.well-known/ssf-configuration | Retrieve the SSF transmitter metadata |
| SSFTransmitterApi | ReplaceSsfStream | PUT /api/v1/ssf/stream | Replace an SSF stream |
| SSFTransmitterApi | UpdateSsfStream | PATCH /api/v1/ssf/stream | Update an SSF stream |
| SSFTransmitterApi | VerifySsfStream | POST /api/v1/ssf/stream/verification | Verify an SSF stream |
| SchemaApi | GetApplicationUserSchema | GET /api/v1/meta/schemas/apps/{appId}/default | Retrieve the default app user schema for an app |
| SchemaApi | GetGroupSchema | GET /api/v1/meta/schemas/group/default | Retrieve the default group schema |
| SchemaApi | GetLogStreamSchema | GET /api/v1/meta/schemas/logStream/{logStreamType} | Retrieve the log stream schema for the schema type |
| SchemaApi | GetUserSchema | GET /api/v1/meta/schemas/user/{schemaId} | Retrieve a user schema |
| SchemaApi | ListLogStreamSchemas | GET /api/v1/meta/schemas/logStream | List the log stream schemas |
| SchemaApi | UpdateApplicationUserProfile | POST /api/v1/meta/schemas/apps/{appId}/default | Update the app user profile schema for an app |
| SchemaApi | UpdateGroupSchema | POST /api/v1/meta/schemas/group/default | Update the group profile schema |
| SchemaApi | UpdateUserProfile | POST /api/v1/meta/schemas/user/{schemaId} | Update a user schema |
| ServiceAccountApi | CreateAppServiceAccount | POST /privileged-access/api/v1/service-accounts | Create an app service account |
| ServiceAccountApi | DeleteAppServiceAccount | DELETE /privileged-access/api/v1/service-accounts/{id} | Delete an app service account |
| ServiceAccountApi | GetAppServiceAccount | GET /privileged-access/api/v1/service-accounts/{id} | Retrieve an app service account |
| ServiceAccountApi | ListAppServiceAccounts | GET /privileged-access/api/v1/service-accounts | List all app service accounts |
| ServiceAccountApi | UpdateAppServiceAccount | PATCH /privileged-access/api/v1/service-accounts/{id} | Update an existing app service account |
| SessionApi | CloseCurrentSession | DELETE /api/v1/sessions/me | Close the current session |
| SessionApi | CreateSession | POST /api/v1/sessions | Create a session with session token |
| SessionApi | GetCurrentSession | GET /api/v1/sessions/me | Retrieve the current session |
| SessionApi | GetSession | GET /api/v1/sessions/{sessionId} | Retrieve a session |
| SessionApi | RefreshCurrentSession | POST /api/v1/sessions/me/lifecycle/refresh | Refresh the current session |
| SessionApi | RefreshSession | POST /api/v1/sessions/{sessionId}/lifecycle/refresh | Refresh a session |
| SessionApi | RevokeSession | DELETE /api/v1/sessions/{sessionId} | Revoke a session |
| SubscriptionApi | GetSubscriptionsNotificationTypeRole | GET /api/v1/roles/{roleRef}/subscriptions/{notificationType} | Retrieve a subscription for a role |
| SubscriptionApi | GetSubscriptionsNotificationTypeUser | GET /api/v1/users/{userId}/subscriptions/{notificationType} | Retrieve a subscription for a user |
| SubscriptionApi | ListSubscriptionsRole | GET /api/v1/roles/{roleRef}/subscriptions | List all subscriptions for a role |
| SubscriptionApi | ListSubscriptionsUser | GET /api/v1/users/{userId}/subscriptions | List all subscriptions for a user |
| SubscriptionApi | SubscribeByNotificationTypeRole | POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/subscribe | Subscribe a role to a specific notification type |
| SubscriptionApi | SubscribeByNotificationTypeUser | POST /api/v1/users/{userId}/subscriptions/{notificationType}/subscribe | Subscribe a user to a specific notification type |
| SubscriptionApi | UnsubscribeByNotificationTypeRole | POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/unsubscribe | Unsubscribe a role from a specific notification type |
| SubscriptionApi | UnsubscribeByNotificationTypeUser | POST /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe | Unsubscribe a user from a specific notification type |
| SystemLogApi | ListLogEvents | GET /api/v1/logs | List all System Log events |
| TemplateApi | CreateSmsTemplate | POST /api/v1/templates/sms | Create an SMS template |
| TemplateApi | DeleteSmsTemplate | DELETE /api/v1/templates/sms/{templateId} | Delete an SMS template |
| TemplateApi | GetSmsTemplate | GET /api/v1/templates/sms/{templateId} | Retrieve an SMS template |
| TemplateApi | ListSmsTemplates | GET /api/v1/templates/sms | List all SMS templates |
| TemplateApi | ReplaceSmsTemplate | PUT /api/v1/templates/sms/{templateId} | Replace an SMS template |
| TemplateApi | UpdateSmsTemplate | POST /api/v1/templates/sms/{templateId} | Update an SMS template |
| ThemesApi | DeleteBrandThemeBackgroundImage | DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image | Delete the background image |
| ThemesApi | DeleteBrandThemeFavicon | DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon | Delete the favicon |
| ThemesApi | DeleteBrandThemeLogo | DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo | Delete the logo |
| ThemesApi | GetBrandTheme | GET /api/v1/brands/{brandId}/themes/{themeId} | Retrieve a theme |
| ThemesApi | ListBrandThemes | GET /api/v1/brands/{brandId}/themes | List all themes |
| ThemesApi | ReplaceBrandTheme | PUT /api/v1/brands/{brandId}/themes/{themeId} | Replace a theme |
| ThemesApi | UploadBrandThemeBackgroundImage | POST /api/v1/brands/{brandId}/themes/{themeId}/background-image | Upload the background image |
| ThemesApi | UploadBrandThemeFavicon | POST /api/v1/brands/{brandId}/themes/{themeId}/favicon | Upload the favicon |
| ThemesApi | UploadBrandThemeLogo | POST /api/v1/brands/{brandId}/themes/{themeId}/logo | Upload the logo |
| ThreatInsightApi | GetCurrentConfiguration | GET /api/v1/threats/configuration | Retrieve the ThreatInsight configuration |
| ThreatInsightApi | UpdateConfiguration | POST /api/v1/threats/configuration | Update the ThreatInsight configuration |
| TrustedOriginApi | ActivateTrustedOrigin | POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate | Activate a trusted origin |
| TrustedOriginApi | CreateTrustedOrigin | POST /api/v1/trustedOrigins | Create a trusted origin |
| TrustedOriginApi | DeactivateTrustedOrigin | POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate | Deactivate a trusted origin |
| TrustedOriginApi | DeleteTrustedOrigin | DELETE /api/v1/trustedOrigins/{trustedOriginId} | Delete a trusted origin |
| TrustedOriginApi | GetTrustedOrigin | GET /api/v1/trustedOrigins/{trustedOriginId} | Retrieve a trusted origin |
| TrustedOriginApi | ListTrustedOrigins | GET /api/v1/trustedOrigins | List all trusted origins |
| TrustedOriginApi | ReplaceTrustedOrigin | PUT /api/v1/trustedOrigins/{trustedOriginId} | Replace a trusted origin |
| UISchemaApi | CreateUISchema | POST /api/v1/meta/uischemas | Create a UI schema |
| UISchemaApi | DeleteUISchemas | DELETE /api/v1/meta/uischemas/{id} | Delete a UI schema |
| UISchemaApi | GetUISchema | GET /api/v1/meta/uischemas/{id} | Retrieve a UI schema |
| UISchemaApi | ListUISchemas | GET /api/v1/meta/uischemas | List all UI schemas |
| UISchemaApi | ReplaceUISchemas | PUT /api/v1/meta/uischemas/{id} | Replace a UI schema |
| UserApi | CreateUser | POST /api/v1/users | Create a user |
| UserApi | DeleteUser | DELETE /api/v1/users/{id} | Delete a user |
| UserApi | GetUser | GET /api/v1/users/{id} | Retrieve a user |
| UserApi | ListUserBlocks | GET /api/v1/users/{id}/blocks | List all user blocks |
| UserApi | ListUsers | GET /api/v1/users | List all users |
| UserApi | ReplaceUser | PUT /api/v1/users/{id} | Replace a user |
| UserApi | UpdateUser | POST /api/v1/users/{id} | Update a user |
| UserAuthenticatorEnrollmentsApi | CreateAuthenticatorEnrollment | POST /api/v1/users/{userId}/authenticator-enrollments/phone | Create an auto-activated Phone authenticator enrollment |
| UserAuthenticatorEnrollmentsApi | CreateTacAuthenticatorEnrollment | POST /api/v1/users/{userId}/authenticator-enrollments/tac | Create an auto-activated TAC authenticator enrollment |
| UserAuthenticatorEnrollmentsApi | DeleteAuthenticatorEnrollment | DELETE /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} | Delete an authenticator enrollment |
| UserAuthenticatorEnrollmentsApi | GetAuthenticatorEnrollment | GET /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} | Retrieve an authenticator enrollment |
| UserAuthenticatorEnrollmentsApi | ListAuthenticatorEnrollments | GET /api/v1/users/{userId}/authenticator-enrollments | List all authenticator enrollments |
| UserClassificationApi | GetUserClassification | GET /api/v1/users/{userId}/classification | Retrieve a user's classification |
| UserClassificationApi | ReplaceUserClassification | PUT /api/v1/users/{userId}/classification | Replace the user's classification |
| UserCredApi | ChangePassword | POST /api/v1/users/{userId}/credentials/change_password | Update password |
| UserCredApi | ChangeRecoveryQuestion | POST /api/v1/users/{userId}/credentials/change_recovery_question | Update recovery question |
| UserCredApi | ExpirePassword | POST /api/v1/users/{id}/lifecycle/expire_password | Expire the password |
| UserCredApi | ExpirePasswordWithTempPassword | POST /api/v1/users/{id}/lifecycle/expire_password_with_temp_password | Expire the password with a temporary password |
| UserCredApi | ForgotPassword | POST /api/v1/users/{userId}/credentials/forgot_password | Start forgot password flow |
| UserCredApi | ForgotPasswordSetNewPassword | POST /api/v1/users/{userId}/credentials/forgot_password_recovery_question | Reset password with recovery question |
| UserCredApi | ResetPassword | POST /api/v1/users/{id}/lifecycle/reset_password | Reset a password |
| UserFactorApi | ActivateFactor | POST /api/v1/users/{userId}/factors/{factorId}/lifecycle/activate | Activate a factor |
| UserFactorApi | EnrollFactor | POST /api/v1/users/{userId}/factors | Enroll a factor |
| UserFactorApi | GetFactor | GET /api/v1/users/{userId}/factors/{factorId} | Retrieve a factor |
| UserFactorApi | GetFactorTransactionStatus | GET /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId} | Retrieve a factor transaction status |
| UserFactorApi | GetYubikeyOtpTokenById | GET /api/v1/org/factors/yubikey_token/tokens/{tokenId} | Retrieve a YubiKey OTP token |
| UserFactorApi | ListFactors | GET /api/v1/users/{userId}/factors | List all enrolled factors |
| UserFactorApi | ListSupportedFactors | GET /api/v1/users/{userId}/factors/catalog | List all supported factors |
| UserFactorApi | ListSupportedSecurityQuestions | GET /api/v1/users/{userId}/factors/questions | List all supported security questions |
| UserFactorApi | ListYubikeyOtpTokens | GET /api/v1/org/factors/yubikey_token/tokens | List all YubiKey OTP tokens |
| UserFactorApi | ResendEnrollFactor | POST /api/v1/users/{userId}/factors/{factorId}/resend | Resend a factor enrollment |
| UserFactorApi | UnenrollFactor | DELETE /api/v1/users/{userId}/factors/{factorId} | Unenroll a factor |
| UserFactorApi | UploadYubikeyOtpTokenSeed | POST /api/v1/org/factors/yubikey_token/tokens | Upload a YubiKey OTP seed |
| UserFactorApi | VerifyFactor | POST /api/v1/users/{userId}/factors/{factorId}/verify | Verify a factor |
| UserGrantApi | GetUserGrant | GET /api/v1/users/{userId}/grants/{grantId} | Retrieve a user grant |
| UserGrantApi | ListGrantsForUserAndClient | GET /api/v1/users/{userId}/clients/{clientId}/grants | List all grants for a client |
| UserGrantApi | ListUserGrants | GET /api/v1/users/{userId}/grants | List all user grants |
| UserGrantApi | RevokeGrantsForUserAndClient | DELETE /api/v1/users/{userId}/clients/{clientId}/grants | Revoke all grants for a client |
| UserGrantApi | RevokeUserGrant | DELETE /api/v1/users/{userId}/grants/{grantId} | Revoke a user grant |
| UserGrantApi | RevokeUserGrants | DELETE /api/v1/users/{userId}/grants | Revoke all user grants |
| UserLifecycleApi | ActivateUser | POST /api/v1/users/{id}/lifecycle/activate | Activate a user |
| UserLifecycleApi | DeactivateUser | POST /api/v1/users/{id}/lifecycle/deactivate | Deactivate a user |
| UserLifecycleApi | ReactivateUser | POST /api/v1/users/{id}/lifecycle/reactivate | Reactivate a user |
| UserLifecycleApi | ResetFactors | POST /api/v1/users/{id}/lifecycle/reset_factors | Reset the factors |
| UserLifecycleApi | SuspendUser | POST /api/v1/users/{id}/lifecycle/suspend | Suspend a user |
| UserLifecycleApi | UnlockUser | POST /api/v1/users/{id}/lifecycle/unlock | Unlock a user |
| UserLifecycleApi | UnsuspendUser | POST /api/v1/users/{id}/lifecycle/unsuspend | Unsuspend a user |
| UserLinkedObjectApi | AssignLinkedObjectValueForPrimary | PUT /api/v1/users/{userIdOrLogin}/linkedObjects/{primaryRelationshipName}/{primaryUserId} | Assign a linked object value for primary |
| UserLinkedObjectApi | DeleteLinkedObjectForUser | DELETE /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} | Delete a linked object value |
| UserLinkedObjectApi | ListLinkedObjectsForUser | GET /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} | List the primary or all of the associated linked object values |
| UserOAuthApi | GetRefreshTokenForUserAndClient | GET /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} | Retrieve a refresh token for a client |
| UserOAuthApi | ListRefreshTokensForUserAndClient | GET /api/v1/users/{userId}/clients/{clientId}/tokens | List all refresh tokens for a client |
| UserOAuthApi | RevokeTokenForUserAndClient | DELETE /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} | Revoke a token for a client |
| UserOAuthApi | RevokeTokensForUserAndClient | DELETE /api/v1/users/{userId}/clients/{clientId}/tokens | Revoke all refresh tokens for a client |
| UserResourcesApi | ListAppLinks | GET /api/v1/users/{id}/appLinks | List all assigned app links |
| UserResourcesApi | ListUserClients | GET /api/v1/users/{userId}/clients | List all clients |
| UserResourcesApi | ListUserDevices | GET /api/v1/users/{userId}/devices | List all devices |
| UserResourcesApi | ListUserGroups | GET /api/v1/users/{id}/groups | List all groups |
| UserRiskApi | GetUserRisk | GET /api/v1/users/{userId}/risk | Retrieve the user's risk |
| UserRiskApi | UpsertUserRisk | PUT /api/v1/users/{userId}/risk | Upsert the user's risk |
| UserSessionsApi | EndUserSessions | POST /api/v1/users/me/lifecycle/delete_sessions | End a current user session |
| UserSessionsApi | RevokeUserSessions | DELETE /api/v1/users/{userId}/sessions | Revoke all user sessions |
| UserTypeApi | CreateUserType | POST /api/v1/meta/types/user | Create a user type |
| UserTypeApi | DeleteUserType | DELETE /api/v1/meta/types/user/{typeId} | Delete a user type |
| UserTypeApi | GetUserType | GET /api/v1/meta/types/user/{typeId} | Retrieve a user type |
| UserTypeApi | ListUserTypes | GET /api/v1/meta/types/user | List all user types |
| UserTypeApi | ReplaceUserType | PUT /api/v1/meta/types/user/{typeId} | Replace a user type |
| UserTypeApi | UpdateUserType | POST /api/v1/meta/types/user/{typeId} | Update a user type |
| WebAuthnPreregistrationApi | ActivatePreregistrationEnrollment | POST /webauthn-registration/api/v1/activate | Activate a preregistered WebAuthn factor |
| WebAuthnPreregistrationApi | AssignFulfillmentErrorWebAuthnPreregistrationFactor | POST /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId}/mark-error | Assign the fulfillment error status to a WebAuthn preregistration factor |
| WebAuthnPreregistrationApi | DeleteWebAuthnPreregistrationFactor | DELETE /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId} | Delete a WebAuthn preregistration factor |
| WebAuthnPreregistrationApi | EnrollPreregistrationEnrollment | POST /webauthn-registration/api/v1/enroll | Enroll a preregistered WebAuthn factor |
| WebAuthnPreregistrationApi | GenerateFulfillmentRequest | POST /webauthn-registration/api/v1/initiate-fulfillment-request | Generate a fulfillment request |
| WebAuthnPreregistrationApi | ListWebAuthnPreregistrationFactors | GET /webauthn-registration/api/v1/users/{userId}/enrollments | List all WebAuthn preregistration factors |
| WebAuthnPreregistrationApi | SendPin | POST /webauthn-registration/api/v1/send-pin | Send a PIN to user |
- Model.AAGUIDAuthenticatorCharacteristics
- Model.AAGUIDGroupObject
- Model.APIServiceIntegrationInstance
- Model.APIServiceIntegrationInstanceSecret
- Model.APIServiceIntegrationLinks
- Model.APIServiceIntegrationSecretLinks
- Model.APNSConfiguration
- Model.APNSPushProvider
- Model.APNSPushProviderAllOf
- Model.AccessPolicy
- Model.AccessPolicyAllOf
- Model.AccessPolicyConstraint
- Model.AccessPolicyConstraints
- Model.AccessPolicyLink
- Model.AccessPolicyRule
- Model.AccessPolicyRuleActions
- Model.AccessPolicyRuleActionsAllOf
- Model.AccessPolicyRuleAllOf
- Model.AccessPolicyRuleApplicationSignOn
- Model.AccessPolicyRuleApplicationSignOnAccess
- Model.AccessPolicyRuleConditions
- Model.AccessPolicyRuleConditionsAllOf
- Model.AccessPolicyRuleCustomCondition
- Model.AcsEndpoint
- Model.Actions
- Model.ActiveDirectoryApplication
- Model.ActiveDirectoryApplicationAllOf
- Model.ActiveDirectoryApplicationSettings
- Model.ActiveDirectoryApplicationSettingsAllOf
- Model.ActiveDirectoryApplicationSettingsApplication
- Model.ActiveDirectoryGroupScope
- Model.ActiveDirectoryGroupType
- Model.AddGroupRequest
- Model.AddJwk201Response
- Model.AddJwkRequest
- Model.AdminConsoleSettings
- Model.Agent
- Model.AgentAction
- Model.AgentPool
- Model.AgentPoolUpdate
- Model.AgentPoolUpdateSetting
- Model.AgentType
- Model.AgentUpdateInstanceStatus
- Model.AgentUpdateJobStatus
- Model.AllowedForEnum
- Model.AndroidDeviceTrust
- Model.ApiToken
- Model.ApiTokenNetwork
- Model.ApiTokenUpdate
- Model.AppAccountContainerDetails
- Model.AppAccountContainerLink
- Model.AppAndInstanceConditionEvaluatorAppOrInstance
- Model.AppAndInstancePolicyRuleCondition
- Model.AppAndInstanceType
- Model.AppConfig
- Model.AppConfigActiveDirectory
- Model.AppConfigType
- Model.AppConnectionUserProvisionJWKList
- Model.AppConnectionUserProvisionJWKResponse
- Model.AppCustomHrefObject
- Model.AppCustomHrefObjectHints
- Model.AppGroup
- Model.AppInstanceContainerStatus
- Model.AppInstancePolicyRuleCondition
- Model.AppPropertiesValue
- Model.AppResourceHrefObject
- Model.AppServiceAccount
- Model.AppServiceAccountCredentials
- Model.AppServiceAccountForUpdate
- Model.AppUser
- Model.AppUserAssignRequest
- Model.AppUserCredentials
- Model.AppUserCredentialsRequestPayload
- Model.AppUserPasswordCredential
- Model.AppUserProfileRequestPayload
- Model.AppUserStatus
- Model.AppUserSyncState
- Model.AppUserUpdateRequest
- Model.AppleClientSigning
- Model.Application
- Model.ApplicationAccessibility
- Model.ApplicationCredentials
- Model.ApplicationCredentialsOAuthClient
- Model.ApplicationCredentialsScheme
- Model.ApplicationCredentialsSigning
- Model.ApplicationCredentialsSigningUse
- Model.ApplicationCredentialsUsernameTemplate
- Model.ApplicationEmbedded
- Model.ApplicationFeature
- Model.ApplicationFeatureLinks
- Model.ApplicationFeatureType
- Model.ApplicationGroupAssignment
- Model.ApplicationGroupAssignmentLinks
- Model.ApplicationGroupAssignmentLinksAllOf
- Model.ApplicationLayout
- Model.ApplicationLayoutRule
- Model.ApplicationLayoutRuleCondition
- Model.ApplicationLayouts
- Model.ApplicationLayoutsLinks
- Model.ApplicationLicensing
- Model.ApplicationLifecycleStatus
- Model.ApplicationLinks
- Model.ApplicationSettings
- Model.ApplicationSettingsNotes
- Model.ApplicationSettingsNotifications
- Model.ApplicationSettingsNotificationsVpn
- Model.ApplicationSettingsNotificationsVpnNetwork
- Model.ApplicationSignOnMode
- Model.ApplicationType
- Model.ApplicationUniversalLogout
- Model.ApplicationVisibility
- Model.ApplicationVisibilityHide
- Model.AssignGroupOwnerRequestBody
- Model.AssignRoleRequest
- Model.AssignRoleToGroupRequest
- Model.AssignRoleToUser201Response
- Model.AssignRoleToUserRequest
- Model.AssignUserToRealm
- Model.AssignedAppLink
- Model.AssignmentTypeParameter
- Model.AssociatedServerMediated
- Model.AssuranceMethod
- Model.AssuranceMethodAllOf
- Model.AssuranceMethodFactorMode
- Model.AttackProtectionAuthenticatorSettings
- Model.AttestationRootCertificatesRequestInner
- Model.AttestationRootCertificatesResponseInner
- Model.AuthServerLinks
- Model.AuthServerLinksAllOf
- Model.AuthenticationMethod
- Model.AuthenticationMethodChain
- Model.AuthenticationMethodChainMethod
- Model.AuthenticationMethodChainMethodAllOf
- Model.AuthenticationMethodObject
- Model.AuthenticationProvider
- Model.AuthenticationProviderType
- Model.AuthenticationProviderTypeWritable
- Model.AuthenticationProviderWritable
- Model.AuthenticatorBase
- Model.AuthenticatorEnrollment
- Model.AuthenticatorEnrollmentCreateRequest
- Model.AuthenticatorEnrollmentCreateRequestTac
- Model.AuthenticatorEnrollmentLinks
- Model.AuthenticatorEnrollmentPolicy
- Model.AuthenticatorEnrollmentPolicyAllOf
- Model.AuthenticatorEnrollmentPolicyAuthenticatorSettings
- Model.AuthenticatorEnrollmentPolicyAuthenticatorSettingsConstraints
- Model.AuthenticatorEnrollmentPolicyAuthenticatorSettingsEnroll
- Model.AuthenticatorEnrollmentPolicyAuthenticatorStatus
- Model.AuthenticatorEnrollmentPolicyAuthenticatorType
- Model.AuthenticatorEnrollmentPolicyConditions
- Model.AuthenticatorEnrollmentPolicyConditionsAllOf
- Model.AuthenticatorEnrollmentPolicyConditionsAllOfPeople
- Model.AuthenticatorEnrollmentPolicyConditionsAllOfPeopleGroups
- Model.AuthenticatorEnrollmentPolicyRule
- Model.AuthenticatorEnrollmentPolicyRuleActionEnroll
- Model.AuthenticatorEnrollmentPolicyRuleActions
- Model.AuthenticatorEnrollmentPolicyRuleActionsAllOf
- Model.AuthenticatorEnrollmentPolicyRuleAllOf
- Model.AuthenticatorEnrollmentPolicyRuleConditions
- Model.AuthenticatorEnrollmentPolicyRuleConditionsPeople
- Model.AuthenticatorEnrollmentPolicyRuleConditionsPeopleUsers
- Model.AuthenticatorEnrollmentPolicySettings
- Model.AuthenticatorEnrollmentPolicySettingsType
- Model.AuthenticatorIdentity
- Model.AuthenticatorKeyCustomApp
- Model.AuthenticatorKeyCustomAppAllOf
- Model.AuthenticatorKeyCustomAppAllOfProvider
- Model.AuthenticatorKeyCustomAppAllOfProviderConfiguration
- Model.AuthenticatorKeyCustomAppAllOfProviderConfigurationApns
- Model.AuthenticatorKeyCustomAppAllOfProviderConfigurationFcm
- Model.AuthenticatorKeyCustomAppAllOfSettings
- Model.AuthenticatorKeyDuo
- Model.AuthenticatorKeyDuoAllOf
- Model.AuthenticatorKeyDuoAllOfProvider
- Model.AuthenticatorKeyDuoAllOfProviderConfiguration
- Model.AuthenticatorKeyDuoAllOfProviderConfigurationUserNameTemplate
- Model.AuthenticatorKeyEmail
- Model.AuthenticatorKeyEmailAllOf
- Model.AuthenticatorKeyEmailAllOfSettings
- Model.AuthenticatorKeyEnum
- Model.AuthenticatorKeyExternalIdp
- Model.AuthenticatorKeyGoogleOtp
- Model.AuthenticatorKeyOktaVerify
- Model.AuthenticatorKeyOktaVerifyAllOf
- Model.AuthenticatorKeyOktaVerifyAllOfSettings
- Model.AuthenticatorKeyOnprem
- Model.AuthenticatorKeyPassword
- Model.AuthenticatorKeyPhone
- Model.AuthenticatorKeyPhoneAllOf
- Model.AuthenticatorKeyPhoneAllOfSettings
- Model.AuthenticatorKeySecurityKey
- Model.AuthenticatorKeySecurityQuestion
- Model.AuthenticatorKeySmartCard
- Model.AuthenticatorKeySymantecVip
- Model.AuthenticatorKeyTac
- Model.AuthenticatorKeyTacAllOf
- Model.AuthenticatorKeyTacAllOfProvider
- Model.AuthenticatorKeyTacAllOfProviderConfiguration
- Model.AuthenticatorKeyTacAllOfProviderConfigurationComplexity
- Model.AuthenticatorKeyWebauthn
- Model.AuthenticatorKeyYubikey
- Model.AuthenticatorLinks
- Model.AuthenticatorLinksAllOf
- Model.AuthenticatorMethodAlgorithm
- Model.AuthenticatorMethodBase
- Model.AuthenticatorMethodConstraint
- Model.AuthenticatorMethodOtp
- Model.AuthenticatorMethodOtpAllOf
- Model.AuthenticatorMethodProperty
- Model.AuthenticatorMethodPush
- Model.AuthenticatorMethodPushAllOf
- Model.AuthenticatorMethodPushAllOfSettings
- Model.AuthenticatorMethodSignedNonce
- Model.AuthenticatorMethodSignedNonceAllOf
- Model.AuthenticatorMethodSignedNonceAllOfSettings
- Model.AuthenticatorMethodSimple
- Model.AuthenticatorMethodTac
- Model.AuthenticatorMethodTotp
- Model.AuthenticatorMethodTotpAllOf
- Model.AuthenticatorMethodTotpAllOfSettings
- Model.AuthenticatorMethodTransactionType
- Model.AuthenticatorMethodType
- Model.AuthenticatorMethodTypeWebAuthn
- Model.AuthenticatorMethodWebAuthn
- Model.AuthenticatorMethodWebAuthnAllOf
- Model.AuthenticatorMethodWebAuthnAllOfSettings
- Model.AuthenticatorMethodWithVerifiableProperties
- Model.AuthenticatorMethodWithVerifiablePropertiesAllOf
- Model.AuthenticatorProfile
- Model.AuthenticatorProfileTacRequest
- Model.AuthenticatorProfileTacResponsePost
- Model.AuthenticatorSimple
- Model.AuthenticatorType
- Model.AuthorizationServer
- Model.AuthorizationServerCredentials
- Model.AuthorizationServerCredentialsRotationMode
- Model.AuthorizationServerCredentialsSigningConfig
- Model.AuthorizationServerCredentialsUse
- Model.AuthorizationServerJsonWebKey
- Model.AuthorizationServerPolicy
- Model.AuthorizationServerPolicyAllOf
- Model.AuthorizationServerPolicyConditions
- Model.AuthorizationServerPolicyPeopleCondition
- Model.AuthorizationServerPolicyRule
- Model.AuthorizationServerPolicyRuleActions
- Model.AuthorizationServerPolicyRuleActionsAllOf
- Model.AuthorizationServerPolicyRuleConditions
- Model.AuthorizationServerPolicyRuleGroupCondition
- Model.AuthorizationServerPolicyRuleLinks
- Model.AuthorizationServerPolicyRuleRequest
- Model.AuthorizationServerPolicyRuleUserCondition
- Model.AuthorizationServerResourceHrefObject
- Model.AutoAssignAdminAppSetting
- Model.AutoLoginApplication
- Model.AutoLoginApplicationAllOf
- Model.AutoLoginApplicationSettings
- Model.AutoLoginApplicationSettingsAllOf
- Model.AutoLoginApplicationSettingsSignOn
- Model.AutoUpdateSchedule
- Model.AwsRegion
- Model.BaseContext
- Model.BaseContextSession
- Model.BaseContextUser
- Model.BaseContextUserIdentity
- Model.BaseContextUserLinks
- Model.BaseContextUserLinksFactors
- Model.BaseContextUserLinksGroups
- Model.BaseContextUserPolicy
- Model.BaseContextUserPolicyRule
- Model.BaseContextUserProfile
- Model.BaseEmailDomain
- Model.BaseEmailServer
- Model.BaseToken
- Model.BaseTokenToken
- Model.BaseTokenTokenLifetime
- Model.BasicApplicationSettings
- Model.BasicApplicationSettingsAllOf
- Model.BasicApplicationSettingsApplication
- Model.BasicAuthApplication
- Model.BasicAuthApplicationAllOf
- Model.BeforeScheduledActionPolicyRuleCondition
- Model.BehaviorDetectionRuleSettingsBasedOnDeviceVelocityInKilometersPerHour
- Model.BehaviorDetectionRuleSettingsBasedOnEventHistory
- Model.BehaviorRule
- Model.BehaviorRuleAnomalousDevice
- Model.BehaviorRuleAnomalousDeviceAllOf
- Model.BehaviorRuleAnomalousIP
- Model.BehaviorRuleAnomalousIPAllOf
- Model.BehaviorRuleAnomalousLocation
- Model.BehaviorRuleAnomalousLocationAllOf
- Model.BehaviorRuleSettingsAnomalousDevice
- Model.BehaviorRuleSettingsAnomalousIP
- Model.BehaviorRuleSettingsAnomalousIPAllOf
- Model.BehaviorRuleSettingsAnomalousLocation
- Model.BehaviorRuleSettingsAnomalousLocationAllOf
- Model.BehaviorRuleSettingsHistoryBased
- Model.BehaviorRuleSettingsVelocity
- Model.BehaviorRuleType
- Model.BehaviorRuleVelocity
- Model.BehaviorRuleVelocityAllOf
- Model.BindingMethod
- Model.BookmarkApplication
- Model.BookmarkApplicationAllOf
- Model.BookmarkApplicationSettings
- Model.BookmarkApplicationSettingsAllOf
- Model.BookmarkApplicationSettingsApplication
- Model.BouncesRemoveListError
- Model.BouncesRemoveListObj
- Model.BouncesRemoveListResult
- Model.Brand
- Model.BrandRequest
- Model.BrandWithEmbedded
- Model.BrowserPluginApplication
- Model.BrowserPluginApplicationAllOf
- Model.BulkDeleteRequestBody
- Model.BulkGroupDeleteRequestBody
- Model.BulkGroupMembershipsDeleteRequestBody
- Model.BulkGroupMembershipsUpsertRequestBody
- Model.BulkGroupUpsertRequestBody
- Model.BulkGroupUpsertRequestBodyProfilesInner
- Model.BulkUpsertRequestBody
- Model.BulkUpsertRequestBodyProfilesInner
- Model.BundleEntitlement
- Model.BundleEntitlementLinks
- Model.BundleEntitlementLinksAllOf
- Model.BundleEntitlementsResponse
- Model.BundleEntitlementsResponseLinks
- Model.BundleEntitlementsResponseLinksBundle
- Model.BundleEntitlementsResponseLinksNext
- Model.ByDateTimeAuthenticatorGracePeriodExpiry
- Model.ByDateTimeAuthenticatorGracePeriodExpiryAllOf
- Model.ByDateTimeExpiry
- Model.ByDurationExpiry
- Model.CAPTCHAInstance
- Model.CAPTCHAType
- Model.CSRLinks
- Model.CaepCredentialChangeEvent
- Model.CaepCredentialChangeEventReasonAdmin
- Model.CaepCredentialChangeEventReasonUser
- Model.CaepDeviceComplianceChangeEvent
- Model.CaepDeviceComplianceChangeEventReasonAdmin
- Model.CaepDeviceComplianceChangeEventReasonUser
- Model.CaepEvent
- Model.CaepSecurityEvent
- Model.CaepSessionRevokedEvent
- Model.Call
- Model.Call1
- Model.CapabilitiesCreateObject
- Model.CapabilitiesImportRulesObject
- Model.CapabilitiesImportRulesUserCreateAndMatchObject
- Model.CapabilitiesImportSettingsObject
- Model.CapabilitiesInboundProvisioningObject
- Model.CapabilitiesObject
- Model.CapabilitiesUpdateObject
- Model.CapabilityType
- Model.CatalogApplication
- Model.CatalogApplicationLinks
- Model.CatalogApplicationStatus
- Model.ChallengeType
- Model.ChangeEnum
- Model.ChangePasswordRequest
- Model.Channel
- Model.ChannelBinding
- Model.ChildOrg
- Model.ChromeBrowserVersion
- Model.ClassificationType
- Model.ClientPolicyCondition
- Model.ClientPrivilegesSetting
- Model.CodeChallengeMethod
- Model.Compliance
- Model.Conditions
- Model.ConnectionsSigningRotationMode
- Model.ContactTypeParameter
- Model.ContentSecurityPolicySetting
- Model.ContextPolicyRuleCondition
- Model.ContextPolicyRuleConditionAllOf
- Model.CreateBrandRequest
- Model.CreateGroupPushMappingRequest
- Model.CreateGroupRuleRequest
- Model.CreateIamRoleRequest
- Model.CreateOrUpdatePolicy
- Model.CreateRealmAssignmentRequest
- Model.CreateRealmRequest
- Model.CreateResourceSetRequest
- Model.CreateSessionRequest
- Model.CreateUISchema
- Model.CreateUpdateIamRolePermissionRequest
- Model.CreateUserRequest
- Model.CreateUserRequestType
- Model.CredentialSyncInfo
- Model.CredentialSyncState
- Model.Csr
- Model.CsrMetadata
- Model.CsrMetadataSubject
- Model.CsrMetadataSubjectAltNames
- Model.CsrPublishHrefHints
- Model.CsrSelfHrefHints
- Model.CustomAAGUIDCreateRequestObject
- Model.CustomAAGUIDResponseObject
- Model.CustomAAGUIDUpdateRequestObject
- Model.CustomAppUserVerificationEnum
- Model.CustomRole
- Model.CustomRoleAssignmentSchema
- Model.CustomizablePage
- Model.DNSRecord
- Model.DNSRecordType
- Model.DRStatusItem
- Model.DTCChromeOS
- Model.DTCMacOS
- Model.DTCWindows
- Model.DefaultApp
- Model.DesktopMFAEnforceNumberMatchingChallengeOrgSetting
- Model.DesktopMFARecoveryPinOrgSetting
- Model.DetailedHookKeyInstance
- Model.DetectedRiskEvents
- Model.Device
- Model.DeviceAccessPolicyRuleCondition
- Model.DeviceAssurance
- Model.DeviceAssuranceAndroidPlatform
- Model.DeviceAssuranceAndroidPlatformAllOf
- Model.DeviceAssuranceAndroidPlatformAllOfDiskEncryptionType
- Model.DeviceAssuranceAndroidPlatformAllOfScreenLockType
- Model.DeviceAssuranceAndroidPlatformAllOfThirdPartySignalProviders
- Model.DeviceAssuranceChromeOSPlatform
- Model.DeviceAssuranceChromeOSPlatformAllOf
- Model.DeviceAssuranceChromeOSPlatformAllOfThirdPartySignalProviders
- Model.DeviceAssuranceIOSPlatform
- Model.DeviceAssuranceIOSPlatformAllOf
- Model.DeviceAssuranceIOSPlatformAllOfThirdPartySignalProviders
- Model.DeviceAssuranceMacOSPlatform
- Model.DeviceAssuranceMacOSPlatformAllOf
- Model.DeviceAssuranceMacOSPlatformAllOfDiskEncryptionType
- Model.DeviceAssuranceMacOSPlatformAllOfThirdPartySignalProviders
- Model.DeviceAssuranceWindowsPlatform
- Model.DeviceAssuranceWindowsPlatformAllOf
- Model.DeviceAssuranceWindowsPlatformAllOfThirdPartySignalProviders
- Model.DeviceContextProvider
- Model.DeviceDisplayName
- Model.DeviceExpandParameter
- Model.DeviceIntegrations
- Model.DeviceIntegrationsMetadata
- Model.DeviceIntegrationsMetadataOneOf
- Model.DeviceIntegrationsMetadataOneOf1
- Model.DeviceIntegrationsMetadataOneOf2
- Model.DeviceIntegrationsName
- Model.DeviceIntegrationsPlatform
- Model.DeviceIntegrationsStatus
- Model.DeviceIntegrity
- Model.DeviceList
- Model.DeviceListAllOf
- Model.DeviceListAllOfEmbedded
- Model.DevicePlatform
- Model.DevicePolicyMDMFramework
- Model.DevicePolicyPlatformType
- Model.DevicePolicyRuleCondition
- Model.DevicePolicyRuleConditionAssurance
- Model.DevicePolicyRuleConditionPlatform
- Model.DevicePolicyTrustLevel
- Model.DevicePostureCheck
- Model.DevicePostureChecks
- Model.DevicePostureChecksIncludeInner
- Model.DevicePostureChecksMappingType
- Model.DevicePostureChecksPlatform
- Model.DevicePostureChecksRemediationSettings
- Model.DevicePostureChecksRemediationSettingsLink
- Model.DevicePostureChecksRemediationSettingsMessage
- Model.DevicePostureChecksType
- Model.DevicePostureIdP
- Model.DeviceProfile
- Model.DeviceSignalCollectionPolicy
- Model.DeviceSignalCollectionPolicyRule
- Model.DeviceSignalCollectionPolicyRuleActions
- Model.DeviceSignalCollectionPolicyRuleAllOf
- Model.DeviceSignalCollectionPolicyRuleConditions
- Model.DeviceSignalCollectionPolicyRuleDeviceSignalCollection
- Model.DeviceStatus
- Model.DeviceUser
- Model.DigestAlgorithm
- Model.DiskEncryptionTypeAndroid
- Model.DiskEncryptionTypeDef
- Model.DiskEncryptionTypeDesktop
- Model.DomainCertificate
- Model.DomainCertificateMetadata
- Model.DomainCertificateSourceType
- Model.DomainCertificateType
- Model.DomainLinks
- Model.DomainLinksAllOf
- Model.DomainListResponse
- Model.DomainRequest
- Model.DomainResponse
- Model.DomainValidationStatus
- Model.Duration
- Model.DynamicNetworkZone
- Model.DynamicNetworkZoneAllOf
- Model.ECKeyJWK
- Model.Email
- Model.Email1
- Model.EmailContent
- Model.EmailCustomization
- Model.EmailCustomizationAllOf
- Model.EmailDefaultContent
- Model.EmailDefaultContentAllOf
- Model.EmailDomain
- Model.EmailDomainDNSRecord
- Model.EmailDomainDNSRecordType
- Model.EmailDomainResponse
- Model.EmailDomainResponseWithEmbedded
- Model.EmailDomainStatus
- Model.EmailPreview
- Model.EmailPreviewLinks
- Model.EmailPreviewLinksAllOf
- Model.EmailServerListResponse
- Model.EmailServerPost
- Model.EmailServerRequest
- Model.EmailServerRequestAllOf
- Model.EmailServerResponse
- Model.EmailServerResponseAllOf
- Model.EmailSettings
- Model.EmailSettingsResponse
- Model.EmailSettingsResponseLinks
- Model.EmailSettingsResponseLinksAllOf
- Model.EmailTemplateResponse
- Model.EmailTemplateResponseEmbedded
- Model.EmailTemplateResponseLinks
- Model.EmailTemplateResponseLinksAllOf
- Model.EmailTemplateTouchPointVariant
- Model.EmailTestAddresses
- Model.Embedded
- Model.EnabledPagesType
- Model.EnabledStatus
- Model.EndUserDashboardTouchPointVariant
- Model.EndpointAuthMethod
- Model.EnhancedDynamicNetworkZone
- Model.EnhancedDynamicNetworkZoneAllOf
- Model.EnhancedDynamicNetworkZoneAllOfAsns
- Model.EnhancedDynamicNetworkZoneAllOfIpServiceCategories
- Model.EnhancedDynamicNetworkZoneAllOfLocations
- Model.EnrollmentActivationRequest
- Model.EnrollmentActivationResponse
- Model.EnrollmentInitializationRequest
- Model.EnrollmentInitializationResponse
- Model.EnrollmentPolicyAuthenticatorGracePeriod
- Model.EntitlementValue
- Model.EntitlementValueLinks
- Model.EntitlementValuesResponse
- Model.EntitlementValuesResponseLinks
- Model.EntitlementValuesResponseLinksAnyOf
- Model.EntityRiskPolicy
- Model.EntityRiskPolicyRule
- Model.EntityRiskPolicyRuleActionRunWorkflow
- Model.EntityRiskPolicyRuleActionRunWorkflowWorkflow
- Model.EntityRiskPolicyRuleActionTerminateAllSessions
- Model.EntityRiskPolicyRuleActionsObject
- Model.EntityRiskPolicyRuleAllOf
- Model.EntityRiskPolicyRuleAllOfActions
- Model.EntityRiskPolicyRuleAllOfActionsEntityRisk
- Model.EntityRiskPolicyRuleConditions
- Model.EntityRiskPolicyRuleConditionsAllOf
- Model.EntityRiskScorePolicyRuleCondition
- Model.Error
- Model.Error409
- Model.ErrorCause
- Model.ErrorPage
- Model.ErrorPageAllOf
- Model.ErrorPageTouchPointVariant
- Model.EventHook
- Model.EventHookChannel
- Model.EventHookChannelConfig
- Model.EventHookChannelConfigAuthScheme
- Model.EventHookChannelConfigAuthSchemeType
- Model.EventHookChannelConfigHeader
- Model.EventHookChannelType
- Model.EventHookFilterMapObject
- Model.EventHookFilterMapObjectCondition
- Model.EventHookFilters
- Model.EventHookLinks
- Model.EventHookLinksAllOf
- Model.EventHookVerificationStatus
- Model.EventSubscriptionType
- Model.EventSubscriptions
- Model.ExecuteInlineHook200Response
- Model.ExecuteInlineHookRequest
- Model.Expression
- Model.FCMConfiguration
- Model.FCMPushProvider
- Model.FCMPushProviderAllOf
- Model.FailbackRequestSchema
- Model.FailoverRequestSchema
- Model.Feature
- Model.FeatureLifecycle
- Model.FeatureLinks
- Model.FeatureLinksAllOf
- Model.FeatureLinksAllOfDependencies
- Model.FeatureLinksAllOfDependents
- Model.FeatureStage
- Model.FeatureStageState
- Model.FeatureStageValue
- Model.FeatureType
- Model.FederatedClaim
- Model.FederatedClaimRequestBody
- Model.FipsEnum
- Model.ForgotPasswordResponse
- Model.FulfillmentDataOrderDetails
- Model.FulfillmentRequest
- Model.GetJwk200Response
- Model.GoogleApplication
- Model.GoogleApplicationAllOf
- Model.GoogleApplicationSettings
- Model.GoogleApplicationSettingsAllOf
- Model.GoogleApplicationSettingsApplication
- Model.GovernanceBundle
- Model.GovernanceBundleCreateRequest
- Model.GovernanceBundleLinks
- Model.GovernanceBundleLinksAllOf
- Model.GovernanceBundleUpdateRequest
- Model.GovernanceBundlesResponse
- Model.GovernanceBundlesResponseLinks
- Model.GovernanceSourceType
- Model.GracePeriod
- Model.GracePeriodExpiry
- Model.GrantOrTokenStatus
- Model.GrantResourcesHrefObject
- Model.GrantType
- Model.GrantTypePolicyRuleCondition
- Model.Group
- Model.GroupCondition
- Model.GroupLinks
- Model.GroupLinksAllOf
- Model.GroupOwner
- Model.GroupOwnerOriginType
- Model.GroupOwnerType
- Model.GroupPolicyRuleCondition
- Model.GroupProfile
- Model.GroupPushMapping
- Model.GroupPushMappingLinks
- Model.GroupPushMappingLinksAllOf
- Model.GroupPushMappingStatus
- Model.GroupPushMappingStatusUpsert
- Model.GroupRule
- Model.GroupRuleAction
- Model.GroupRuleConditions
- Model.GroupRuleExpression
- Model.GroupRuleGroupAssignment
- Model.GroupRuleGroupCondition
- Model.GroupRulePeopleCondition
- Model.GroupRuleStatus
- Model.GroupRuleUserCondition
- Model.GroupSchema
- Model.GroupSchemaAttribute
- Model.GroupSchemaAttributeMaster
- Model.GroupSchemaBase
- Model.GroupSchemaBaseProperties
- Model.GroupSchemaBasePropertiesDescription
- Model.GroupSchemaBasePropertiesName
- Model.GroupSchemaCustom
- Model.GroupSchemaDefinitions
- Model.GroupSource
- Model.GroupType
- Model.GroupsLink
- Model.HelpLink
- Model.HookKey
- Model.HostedPage
- Model.HostedPageType
- Model.HrefCsrPublishLink
- Model.HrefCsrSelfLink
- Model.HrefHints
- Model.HrefHintsGuidanceObject
- Model.HrefHintsGuidanceObjectAllOf
- Model.HrefObject
- Model.HrefObjectActivateLink
- Model.HrefObjectAppLink
- Model.HrefObjectAssigneeLink
- Model.HrefObjectAuthorizeLink
- Model.HrefObjectBindingLink
- Model.HrefObjectBindingsLink
- Model.HrefObjectClientLink
- Model.HrefObjectDeactivateLink
- Model.HrefObjectDeleteLink
- Model.HrefObjectGovernanceResourcesLink
- Model.HrefObjectGrantAerialConsent
- Model.HrefObjectGroupLink
- Model.HrefObjectLogoLink
- Model.HrefObjectMappingsLink
- Model.HrefObjectMemberLink
- Model.HrefObjectMembersLink
- Model.HrefObjectPermissionsLink
- Model.HrefObjectResourceSetLink
- Model.HrefObjectResourceSetResourcesLink
- Model.HrefObjectRetrieveAerialConsent
- Model.HrefObjectRevokeAerialConsent
- Model.HrefObjectRoleLink
- Model.HrefObjectRulesLink
- Model.HrefObjectSelfLink
- Model.HrefObjectSuspendLink
- Model.HrefObjectUnsuspendLink
- Model.HrefObjectUserLink
- Model.HttpMethod
- Model.IAMBundleEntitlement
- Model.IDVAuthorizationEndpoint
- Model.IDVCredentials
- Model.IDVCredentialsBearer
- Model.IDVCredentialsClient
- Model.IDVEndpoints
- Model.IDVParEndpoint
- Model.IDVTokenEndpoint
- Model.IPNetworkZone
- Model.IPNetworkZoneAllOf
- Model.IPServiceCategory
- Model.IamRole
- Model.IamRoleLinks
- Model.IamRoleLinksAllOf
- Model.IamRoles
- Model.IdPCertificateCredential
- Model.IdPCsr
- Model.IdPCsrLinks
- Model.IdPCsrLinksAllOf
- Model.IdPCsrLinksAllOfPublish
- Model.IdPKeyCredential
- Model.IdProofingMethod
- Model.IdProofingMethodAllOf
- Model.IdentityProvider
- Model.IdentityProviderApplicationUser
- Model.IdentityProviderApplicationUserLinks
- Model.IdentityProviderApplicationUserLinksAllOf
- Model.IdentityProviderApplicationUserLinksAllOfIdp
- Model.IdentityProviderApplicationUserLinksAllOfUser
- Model.IdentityProviderIssuerMode
- Model.IdentityProviderLinks
- Model.IdentityProviderLinksAllOf
- Model.IdentityProviderLinksAllOfAcs
- Model.IdentityProviderLinksAllOfActivate
- Model.IdentityProviderLinksAllOfAuthorize
- Model.IdentityProviderLinksAllOfClientRedirectUri
- Model.IdentityProviderLinksAllOfDeactivate
- Model.IdentityProviderLinksAllOfKeys
- Model.IdentityProviderLinksAllOfMetadata
- Model.IdentityProviderLinksAllOfUsers
- Model.IdentityProviderPolicy
- Model.IdentityProviderPolicyAllOf
- Model.IdentityProviderPolicyProvider
- Model.IdentityProviderPolicyRuleCondition
- Model.IdentityProviderProperties
- Model.IdentityProviderProtocol
- Model.IdentityProviderType
- Model.IdentitySourceGroupMembershipsDeleteProfileInner
- Model.IdentitySourceGroupMembershipsUpsertProfileInner
- Model.IdentitySourceGroupProfileForUpsert
- Model.IdentitySourceSession
- Model.IdentitySourceSessionStatus
- Model.IdentitySourceUserProfileForDelete
- Model.IdentitySourceUserProfileForUpsert
- Model.IdpDiscoveryPolicy
- Model.IdpDiscoveryPolicyAllOf
- Model.IdpDiscoveryPolicyRule
- Model.IdpDiscoveryPolicyRuleAllOf
- Model.IdpDiscoveryPolicyRuleCondition
- Model.IdpDiscoveryPolicyRuleConditionAllOf
- Model.IdpPolicyRuleAction
- Model.IdpPolicyRuleActionIdp
- Model.IdpPolicyRuleActionMatchCriteria
- Model.IdpPolicyRuleActionProvider
- Model.IdpSelectionType
- Model.IframeEmbedScopeAllowedApps
- Model.ImageUploadResponse
- Model.ImportScheduleObject
- Model.ImportScheduleObjectFullImport
- Model.ImportScheduleObjectIncrementalImport
- Model.ImportScheduleSettings
- Model.ImportUsernameObject
- Model.InactivityPolicyRuleCondition
- Model.InboundProvisioningApplicationFeature
- Model.InboundProvisioningApplicationFeatureAllOf
- Model.InlineHook
- Model.InlineHookBasePayload
- Model.InlineHookChannel
- Model.InlineHookChannelConfig
- Model.InlineHookChannelConfigAuthSchemeBody
- Model.InlineHookChannelConfigAuthSchemeResponse
- Model.InlineHookChannelConfigCreate
- Model.InlineHookChannelConfigHeaders
- Model.InlineHookChannelCreate
- Model.InlineHookChannelHttp
- Model.InlineHookChannelHttpAllOf
- Model.InlineHookChannelHttpCreate
- Model.InlineHookChannelHttpCreateAllOf
- Model.InlineHookChannelOAuth
- Model.InlineHookChannelOAuthAllOf
- Model.InlineHookChannelOAuthCreate
- Model.InlineHookChannelOAuthCreateAllOf
- Model.InlineHookChannelType
- Model.InlineHookCreate
- Model.InlineHookCreateResponse
- Model.InlineHookHttpConfig
- Model.InlineHookHttpConfigCreate
- Model.InlineHookLinks
- Model.InlineHookLinksAllOf
- Model.InlineHookLinksCreate
- Model.InlineHookLinksCreateAllOf
- Model.InlineHookOAuthBasicConfig
- Model.InlineHookOAuthChannelConfig
- Model.InlineHookOAuthChannelConfigCreate
- Model.InlineHookOAuthClientSecretConfig
- Model.InlineHookOAuthClientSecretConfigCreate
- Model.InlineHookOAuthPrivateKeyJwtConfig
- Model.InlineHookReplace
- Model.InlineHookRequestObject
- Model.InlineHookRequestObjectUrl
- Model.InlineHookResponse
- Model.InlineHookResponseCommandValue
- Model.InlineHookResponseCommands
- Model.InlineHookStatus
- Model.InlineHookType
- Model.InlineHookTypeParameter
- Model.IssuerMode
- Model.JsonPatchOperation
- Model.JsonWebKey
- Model.JsonWebKeyStatus
- Model.JsonWebKeyType
- Model.JsonWebKeyUse
- Model.JwkUse
- Model.JwkUseType
- Model.KeepCurrent
- Model.KeepMeSignedIn
- Model.KeyEncryptionAlgorithm
- Model.KeyRequest
- Model.KeyTrustLevelBrowserKey
- Model.KeyTrustLevelOSMode
- Model.KnowledgeConstraint
- Model.LifecycleCreateSettingObject
- Model.LifecycleDeactivateSettingObject
- Model.LifecycleExpirationPolicyRuleCondition
- Model.LifecycleStatus
- Model.LinkedHrefObject
- Model.LinkedObject
- Model.LinkedObjectDetails
- Model.LinkedObjectDetailsType
- Model.LinkedObjectLinksSelf
- Model.LinksActivate
- Model.LinksActivateActivate
- Model.LinksAerialConsentGranted
- Model.LinksAerialConsentGrantedAllOf
- Model.LinksAerialConsentRevoked
- Model.LinksAerialConsentRevokedAllOf
- Model.LinksAppAndUser
- Model.LinksAssignee
- Model.LinksAuthenticator
- Model.LinksAuthenticatorAuthenticator
- Model.LinksCancel
- Model.LinksCancelCancel
- Model.LinksCustomRoleResponse
- Model.LinksDeactivate
- Model.LinksDeactivateDeactivate
- Model.LinksEnroll
- Model.LinksEnrollEnroll
- Model.LinksFactor
- Model.LinksFactorFactor
- Model.LinksGovernanceResources
- Model.LinksGovernanceSources
- Model.LinksNext
- Model.LinksNextForRoleAssignments
- Model.LinksNextForRoleAssignmentsNext
- Model.LinksPoll
- Model.LinksPollPoll
- Model.LinksQrcode
- Model.LinksQrcodeQrcode
- Model.LinksQuestions
- Model.LinksQuestionsQuestion
- Model.LinksResend
- Model.LinksResendResend
- Model.LinksSelf
- Model.LinksSelfAndFullUsersLifecycle
- Model.LinksSelfAndFullUsersLifecycleAllOf
- Model.LinksSelfAndLifecycle
- Model.LinksSelfAndLifecycleAllOf
- Model.LinksSelfAndRoles
- Model.LinksSelfAndRolesAllOf
- Model.LinksSelfForRoleAssignment
- Model.LinksSelfLifecycleAndAuthorize
- Model.LinksSelfLifecycleAndAuthorizeAllOf
- Model.LinksSend
- Model.LinksSendSend
- Model.LinksUser
- Model.LinksUserRef
- Model.LinksUserUser
- Model.LinksVerify
- Model.LinksVerifyVerify
- Model.ListGroupAssignedRoles200ResponseInner
- Model.ListProfileMappings
- Model.ListSubscriptionsRoleRoleRefParameter
- Model.LoadingPageTouchPointVariant
- Model.LocationGranularity
- Model.LogActor
- Model.LogAuthenticationContext
- Model.LogAuthenticationProvider
- Model.LogClient
- Model.LogCredentialProvider
- Model.LogCredentialType
- Model.LogDebugContext
- Model.LogDevice
- Model.LogDiskEncryptionType
- Model.LogEvent
- Model.LogGeographicalContext
- Model.LogGeolocation
- Model.LogIpAddress
- Model.LogIssuer
- Model.LogOutcome
- Model.LogRequest
- Model.LogScreenLockType
- Model.LogSecurityContext
- Model.LogSeverity
- Model.LogStream
- Model.LogStreamActivateLink
- Model.LogStreamAws
- Model.LogStreamAwsAllOf
- Model.LogStreamAwsPutSchema
- Model.LogStreamDeactivateLink
- Model.LogStreamLinkObject
- Model.LogStreamLinksSelfAndLifecycle
- Model.LogStreamPutSchema
- Model.LogStreamSchema
- Model.LogStreamSelfLink
- Model.LogStreamSettingsAws
- Model.LogStreamSettingsSplunk
- Model.LogStreamSettingsSplunkPut
- Model.LogStreamSplunk
- Model.LogStreamSplunkAllOf
- Model.LogStreamSplunkPutSchema
- Model.LogStreamSplunkPutSchemaAllOf
- Model.LogStreamType
- Model.LogTarget
- Model.LogTargetChangeDetails
- Model.LogTransaction
- Model.LogUserAgent
- Model.MDMEnrollmentPolicyEnrollment
- Model.MDMEnrollmentPolicyRuleCondition
- Model.MetadataLink
- Model.ModelClient
- Model.MtlsCredentials
- Model.MtlsEndpoints
- Model.MtlsSsoEndpoint
- Model.MtlsTrustCredentials
- Model.MtlsTrustCredentialsRevocation
- Model.NetworkZone
- Model.NetworkZoneAddress
- Model.NetworkZoneAddressType
- Model.NetworkZoneLocation
- Model.NetworkZoneStatus
- Model.NetworkZoneType
- Model.NetworkZoneUsage
- Model.NotificationType
- Model.NumberFactorChallengeEmbeddedLinks
- Model.NumberFactorChallengeEmbeddedLinksChallenge
- Model.OAuth2Actor
- Model.OAuth2Claim
- Model.OAuth2ClaimConditions
- Model.OAuth2ClaimGroupFilterType
- Model.OAuth2ClaimType
- Model.OAuth2ClaimValueType
- Model.OAuth2Client
- Model.OAuth2ClientJsonEncryptionKeyRequest
- Model.OAuth2ClientJsonEncryptionKeyResponse
- Model.OAuth2ClientJsonSigningKeyRequest
- Model.OAuth2ClientJsonSigningKeyResponse
- Model.OAuth2ClientJsonWebKeyECRequest
- Model.OAuth2ClientJsonWebKeyECResponse
- Model.OAuth2ClientJsonWebKeyRequestBase
- Model.OAuth2ClientJsonWebKeyRequestBody
- Model.OAuth2ClientJsonWebKeyResponseBase
- Model.OAuth2ClientJsonWebKeyRsaRequest
- Model.OAuth2ClientJsonWebKeyRsaResponse
- Model.OAuth2ClientJsonWebKeySet
- Model.OAuth2ClientLinks
- Model.OAuth2ClientLinksAllOf
- Model.OAuth2ClientLinksAllOfGrants
- Model.OAuth2ClientLinksAllOfTokens
- Model.OAuth2ClientSecret
- Model.OAuth2ClientSecretRequestBody
- Model.OAuth2RefreshToken
- Model.OAuth2RefreshTokenEmbedded
- Model.OAuth2RefreshTokenLinks
- Model.OAuth2RefreshTokenLinksAllOf
- Model.OAuth2RefreshTokenLinksAllOfApp
- Model.OAuth2RefreshTokenLinksAllOfAuthorizationServer
- Model.OAuth2RefreshTokenLinksAllOfClient
- Model.OAuth2RefreshTokenLinksAllOfRevoke
- Model.OAuth2RefreshTokenLinksAllOfRevokeAllOf
- Model.OAuth2RefreshTokenLinksAllOfRevokeAllOfHints
- Model.OAuth2RefreshTokenLinksAllOfUser
- Model.OAuth2RefreshTokenScope
- Model.OAuth2RefreshTokenScopeLinks
- Model.OAuth2RefreshTokenScopeLinksScope
- Model.OAuth2ResourceServerJsonWebKey
- Model.OAuth2ResourceServerJsonWebKeyRequestBody
- Model.OAuth2Scope
- Model.OAuth2ScopeConsentGrant
- Model.OAuth2ScopeConsentGrantEmbedded
- Model.OAuth2ScopeConsentGrantEmbeddedScope
- Model.OAuth2ScopeConsentGrantLinks
- Model.OAuth2ScopeConsentGrantLinksAllOf
- Model.OAuth2ScopeConsentGrantLinksAllOfAuthorizationServer
- Model.OAuth2ScopeConsentGrantLinksAllOfScope
- Model.OAuth2ScopeConsentGrantSource
- Model.OAuth2ScopeConsentType
- Model.OAuth2ScopeMetadataPublish
- Model.OAuth2ScopesMediationPolicyRuleCondition
- Model.OAuth2Token
- Model.OAuthApplicationCredentials
- Model.OAuthApplicationCredentialsAllOf
- Model.OAuthAuthorizationEndpoint
- Model.OAuthClientSecretLinks
- Model.OAuthCredentials
- Model.OAuthCredentialsClient
- Model.OAuthEndpointAuthenticationMethod
- Model.OAuthEndpoints
- Model.OAuthMetadata
- Model.OAuthProvisioningEnabledApp
- Model.OAuthResourceServerKeyLinks
- Model.OAuthResponseType
- Model.OAuthTokenEndpoint
- Model.OINApplication
- Model.OINSaml11ApplicationSettingsSignOn
- Model.OINSaml20ApplicationSettingsSignOn
- Model.OSVersion
- Model.OSVersionConstraint
- Model.OSVersionConstraintDynamicVersionRequirement
- Model.OSVersionDynamicVersionRequirement
- Model.OSVersionFourComponents
- Model.OSVersionThreeComponents
- Model.Office365Application
- Model.Office365ApplicationAllOf
- Model.Office365ApplicationSettings
- Model.Office365ApplicationSettingsAllOf
- Model.Office365ApplicationSettingsApplication
- Model.Office365ProvisioningSettings
- Model.OfflineAccessScopeResourceHrefObject
- Model.Oidc
- Model.OidcAlgorithms
- Model.OidcJwksEndpoint
- Model.OidcRequestAlgorithm
- Model.OidcRequestSignatureAlgorithm
- Model.OidcSettings
- Model.OidcSigningAlgorithm
- Model.OidcSloEndpoint
- Model.OidcUserInfoEndpoint
- Model.OktaActiveDirectoryGroupProfile
- Model.OktaDeviceRiskChangeEvent
- Model.OktaIpChangeEvent
- Model.OktaPersonalAdminFeatureSettings
- Model.OktaSignOnPolicy
- Model.OktaSignOnPolicyAllOf
- Model.OktaSignOnPolicyConditions
- Model.OktaSignOnPolicyConditionsAllOf
- Model.OktaSignOnPolicyFactorPromptMode
- Model.OktaSignOnPolicyRule
- Model.OktaSignOnPolicyRuleActions
- Model.OktaSignOnPolicyRuleActionsAllOf
- Model.OktaSignOnPolicyRuleAllOf
- Model.OktaSignOnPolicyRuleConditions
- Model.OktaSignOnPolicyRuleConditionsAllOf
- Model.OktaSignOnPolicyRuleSignonActions
- Model.OktaSignOnPolicyRuleSignonPrimaryFactor
- Model.OktaSignOnPolicyRuleSignonSessionActions
- Model.OktaSupportAccessStatus
- Model.OktaSupportCase
- Model.OktaSupportCaseImpersonation
- Model.OktaSupportCaseSelfAssigned
- Model.OktaSupportCases
- Model.OktaUserGroupProfile
- Model.OktaUserRiskChangeEvent
- Model.OktaUserServiceAccountCredentials
- Model.OpenIdConnectApplication
- Model.OpenIdConnectApplicationAllOf
- Model.OpenIdConnectApplicationConsentMethod
- Model.OpenIdConnectApplicationIdpInitiatedLogin
- Model.OpenIdConnectApplicationIssuerMode
- Model.OpenIdConnectApplicationNetwork
- Model.OpenIdConnectApplicationSettings
- Model.OpenIdConnectApplicationSettingsAllOf
- Model.OpenIdConnectApplicationSettingsClient
- Model.OpenIdConnectApplicationSettingsClientKeys
- Model.OpenIdConnectApplicationSettingsRefreshToken
- Model.OpenIdConnectApplicationType
- Model.OpenIdConnectRefreshTokenRotationType
- Model.OperationRequest
- Model.OperationResponse
- Model.OperationResponseAssignmentOperation
- Model.OperationResponseAssignmentOperationConfiguration
- Model.OperationResponseAssignmentOperationConfigurationActions
- Model.OperationResponseAssignmentOperationConfigurationActionsAssignUserToRealm
- Model.OperationalStatus
- Model.OptInStatusResponse
- Model.OptInStatusResponseLinks
- Model.OptInStatusResponseLinksAllOf
- Model.Org2OrgApplication
- Model.Org2OrgApplicationAllOf
- Model.Org2OrgApplicationSettings
- Model.Org2OrgApplicationSettingsAllOf
- Model.Org2OrgApplicationSettingsApplication
- Model.Org2OrgProvisioningOAuthSigningSettings
- Model.OrgAerialConsent
- Model.OrgAerialConsentDetails
- Model.OrgAerialConsentRevoked
- Model.OrgAerialGrantNotFound
- Model.OrgBillingContactType
- Model.OrgBillingContactTypeLinks
- Model.OrgBillingContactTypeLinksBilling
- Model.OrgCAPTCHASettings
- Model.OrgCAPTCHASettingsLinks
- Model.OrgContactType
- Model.OrgContactTypeObj
- Model.OrgContactUser
- Model.OrgContactUserLinks
- Model.OrgCreationAdmin
- Model.OrgCreationAdminCredentials
- Model.OrgCreationAdminCredentialsPassword
- Model.OrgCreationAdminProfile
- Model.OrgCrossAppAccessConnection
- Model.OrgCrossAppAccessConnectionPatchRequest
- Model.OrgGeneralSettingLinks
- Model.OrgGeneralSettingLinksContacts
- Model.OrgGeneralSettingLinksLogo
- Model.OrgGeneralSettingLinksOktaCommunication
- Model.OrgGeneralSettingLinksOktaSupport
- Model.OrgGeneralSettingLinksPreferences
- Model.OrgGeneralSettingLinksUploadLogo
- Model.OrgOktaCommunicationSetting
- Model.OrgOktaCommunicationSettingLinks
- Model.OrgOktaCommunicationSettingLinksOptIn
- Model.OrgOktaCommunicationSettingLinksOptOut
- Model.OrgOktaSupportSetting
- Model.OrgOktaSupportSettingsObj
- Model.OrgOktaSupportSettingsObjLinks
- Model.OrgOktaSupportSettingsObjLinksCase
- Model.OrgOktaSupportSettingsObjLinksCases
- Model.OrgOktaSupportSettingsObjLinksExtend
- Model.OrgOktaSupportSettingsObjLinksGrant
- Model.OrgOktaSupportSettingsObjLinksRevoke
- Model.OrgPreferences
- Model.OrgPreferencesLinks
- Model.OrgPreferencesLinksHideEndUserFooter
- Model.OrgPreferencesLinksShowEndUserFooter
- Model.OrgSetting
- Model.OrgTechnicalContactType
- Model.OrgTechnicalContactTypeLinks
- Model.OrgTechnicalContactTypeLinksTechnical
- Model.OrganizationalUnit
- Model.OtpProtocol
- Model.OtpTotpAlgorithm
- Model.OtpTotpEncoding
- Model.PageRoot
- Model.PageRootEmbedded
- Model.PageRootLinks
- Model.PageRootLinksAllOf
- Model.Parameters
- Model.PasswordCredential
- Model.PasswordCredentialHash
- Model.PasswordCredentialHashAlgorithm
- Model.PasswordCredentialHook
- Model.PasswordDictionary
- Model.PasswordDictionaryCommon
- Model.PasswordExpirationPolicyRuleCondition
- Model.PasswordImportRequest
- Model.PasswordImportRequestData
- Model.PasswordImportRequestDataAction
- Model.PasswordImportRequestDataContext
- Model.PasswordImportRequestDataContextCredential
- Model.PasswordImportRequestExecute
- Model.PasswordImportResponse
- Model.PasswordImportResponseCommandsInner
- Model.PasswordImportResponseCommandsInnerValue
- Model.PasswordPolicy
- Model.PasswordPolicyAllOf
- Model.PasswordPolicyAuthenticationProviderCondition
- Model.PasswordPolicyAuthenticationProviderType
- Model.PasswordPolicyConditions
- Model.PasswordPolicyConditionsAllOf
- Model.PasswordPolicyDelegationSettings
- Model.PasswordPolicyDelegationSettingsOptions
- Model.PasswordPolicyPasswordSettings
- Model.PasswordPolicyPasswordSettingsAge
- Model.PasswordPolicyPasswordSettingsBreachedProtection
- Model.PasswordPolicyPasswordSettingsComplexity
- Model.PasswordPolicyPasswordSettingsLockout
- Model.PasswordPolicyRecoveryEmail
- Model.PasswordPolicyRecoveryEmailProperties
- Model.PasswordPolicyRecoveryEmailRecoveryToken
- Model.PasswordPolicyRecoveryFactorSettings
- Model.PasswordPolicyRecoveryFactors
- Model.PasswordPolicyRecoveryQuestion
- Model.PasswordPolicyRecoveryQuestionComplexity
- Model.PasswordPolicyRecoveryQuestionProperties
- Model.PasswordPolicyRecoverySettings
- Model.PasswordPolicyRule
- Model.PasswordPolicyRuleAction
- Model.PasswordPolicyRuleActions
- Model.PasswordPolicyRuleActionsAllOf
- Model.PasswordPolicyRuleAllOf
- Model.PasswordPolicyRuleConditions
- Model.PasswordPolicySettings
- Model.PasswordProtectionWarningTrigger
- Model.PasswordSettingObject
- Model.PatchAction
- Model.PerClientRateLimitMode
- Model.PerClientRateLimitSettings
- Model.PerClientRateLimitSettingsUseCaseModeOverrides
- Model.Permission
- Model.PermissionConditions
- Model.PermissionLinks
- Model.PermissionLinksAllOf
- Model.Permissions
- Model.PersonalAppsBlockList
- Model.PinRequest
- Model.PipelineType
- Model.Platform
- Model.PlatformConditionEvaluatorPlatform
- Model.PlatformConditionEvaluatorPlatformOperatingSystem
- Model.PlatformConditionEvaluatorPlatformOperatingSystemVersion
- Model.PlatformConditionOperatingSystemVersionMatchType
- Model.PlatformPolicyRuleCondition
- Model.PlayProtectVerdict
- Model.Policy
- Model.PolicyAccess
- Model.PolicyAccountLink
- Model.PolicyAccountLinkAction
- Model.PolicyAccountLinkFilter
- Model.PolicyAccountLinkFilterGroups
- Model.PolicyAccountLinkFilterUsers
- Model.PolicyCommon
- Model.PolicyContext
- Model.PolicyContextDevice
- Model.PolicyContextGroups
- Model.PolicyContextRisk
- Model.PolicyContextUser
- Model.PolicyContextZones
- Model.PolicyLinks
- Model.PolicyMapping
- Model.PolicyMappingLinks
- Model.PolicyMappingLinksAllOf
- Model.PolicyMappingLinksAllOfApplication
- Model.PolicyMappingLinksAllOfPolicy
- Model.PolicyMappingRequest
- Model.PolicyMappingResourceType
- Model.PolicyNetworkCondition
- Model.PolicyNetworkConnection
- Model.PolicyPeopleCondition
- Model.PolicyPlatformOperatingSystemType
- Model.PolicyPlatformType
- Model.PolicyRule
- Model.PolicyRuleActionsEnroll
- Model.PolicyRuleActionsEnrollSelf
- Model.PolicyRuleAuthContextCondition
- Model.PolicyRuleAuthContextType
- Model.PolicyRuleConditions
- Model.PolicyRuleType
- Model.PolicyRuleVerificationMethodType
- Model.PolicySubject
- Model.PolicySubjectMatchType
- Model.PolicyType
- Model.PolicyTypeParameter
- Model.PolicyTypeSimulation
- Model.PolicyUserNameTemplate
- Model.PolicyUserStatus
- Model.PossessionConstraint
- Model.PossessionConstraintAllOf
- Model.PostAPIServiceIntegrationInstance
- Model.PostAPIServiceIntegrationInstanceAllOf
- Model.PostAPIServiceIntegrationInstanceRequest
- Model.PostAuthKeepMeSignedInPrompt
- Model.PostAuthSessionFailureActionsObject
- Model.PostAuthSessionPolicy
- Model.PostAuthSessionPolicyAllOf
- Model.PostAuthSessionPolicyRule
- Model.PostAuthSessionPolicyRuleAllOf
- Model.PostAuthSessionPolicyRuleAllOfActions
- Model.PostAuthSessionPolicyRuleAllOfActionsPostAuthSession
- Model.PostAuthSessionPolicyRuleAllOfConditions
- Model.PostAuthSessionPolicyRuleRunWorkflow
- Model.PostAuthSessionPolicyRuleTerminateSession
- Model.PreRegistrationInlineHook
- Model.PreferHeader
- Model.PrincipalRateLimitEntity
- Model.PrincipalType
- Model.PrivilegedResource
- Model.PrivilegedResourceAccountAppRequest
- Model.PrivilegedResourceAccountAppRequestAllOf
- Model.PrivilegedResourceAccountAppResponse
- Model.PrivilegedResourceAccountAppResponseAllOf
- Model.PrivilegedResourceAccountOkta
- Model.PrivilegedResourceAccountOktaAllOf
- Model.PrivilegedResourceCredentials
- Model.PrivilegedResourceFilters
- Model.PrivilegedResourceStatus
- Model.PrivilegedResourceType
- Model.PrivilegedResourceUpdateRequest
- Model.ProfileEnrollmentPolicy
- Model.ProfileEnrollmentPolicyRule
- Model.ProfileEnrollmentPolicyRuleAction
- Model.ProfileEnrollmentPolicyRuleActions
- Model.ProfileEnrollmentPolicyRuleActionsAllOf
- Model.ProfileEnrollmentPolicyRuleActivationRequirement
- Model.ProfileEnrollmentPolicyRuleAllOf
- Model.ProfileEnrollmentPolicyRuleProfileAttribute
- Model.ProfileMapping
- Model.ProfileMappingProperty
- Model.ProfileMappingPropertyPushStatus
- Model.ProfileMappingRequest
- Model.ProfileMappingSource
- Model.ProfileMappingTarget
- Model.ProfileSettingObject
- Model.ProtocolAlgorithmRequestScope
- Model.ProtocolAlgorithmResponseScope
- Model.ProtocolEndpointBinding
- Model.ProtocolEndpointOidcIssuer
- Model.ProtocolIdVerification
- Model.ProtocolMtls
- Model.ProtocolOAuth
- Model.ProtocolOidc
- Model.ProtocolSaml
- Model.ProviderType
- Model.Provisioning
- Model.ProvisioningAction
- Model.ProvisioningConditions
- Model.ProvisioningConnectionAuthScheme
- Model.ProvisioningConnectionOauthAuthScheme
- Model.ProvisioningConnectionOauthRequest
- Model.ProvisioningConnectionOauthRequestAllOf
- Model.ProvisioningConnectionOauthRequestProfile
- Model.ProvisioningConnectionProfileOauth
- Model.ProvisioningConnectionRequestAuthScheme
- Model.ProvisioningConnectionResponse
- Model.ProvisioningConnectionResponseProfile
- Model.ProvisioningConnectionStatus
- Model.ProvisioningConnectionTokenAuthScheme
- Model.ProvisioningConnectionTokenRequest
- Model.ProvisioningConnectionTokenRequestAllOf
- Model.ProvisioningConnectionTokenRequestProfile
- Model.ProvisioningDeprovisionedAction
- Model.ProvisioningDeprovisionedCondition
- Model.ProvisioningDetails
- Model.ProvisioningGroups
- Model.ProvisioningGroupsAction
- Model.ProvisioningSuspendedAction
- Model.ProvisioningSuspendedCondition
- Model.Push
- Model.Push1
- Model.PushMethodKeyProtection
- Model.PushProvider
- Model.Question
- Model.RateLimitAdminNotifications
- Model.RateLimitWarningThresholdRequest
- Model.RateLimitWarningThresholdResponse
- Model.Realm
- Model.RealmAssignment
- Model.RealmProfile
- Model.RecoveryQuestionCredential
- Model.RefreshToken
- Model.RegistrationInlineHook
- Model.RegistrationInlineHookCommand
- Model.RegistrationInlineHookPPData
- Model.RegistrationInlineHookPPDataAllOf
- Model.RegistrationInlineHookPPDataAllOfData
- Model.RegistrationInlineHookPPDataAllOfDataContext
- Model.RegistrationInlineHookPPDataAllOfDataContextUser
- Model.RegistrationInlineHookPPDataAllOfDataContextUserLinks
- Model.RegistrationInlineHookRequest
- Model.RegistrationInlineHookRequestType
- Model.RegistrationInlineHookResponse
- Model.RegistrationInlineHookSSRData
- Model.RegistrationInlineHookSSRDataAllOf
- Model.RegistrationInlineHookSSRDataAllOfData
- Model.RegistrationInlineHookSSRDataAllOfDataContext
- Model.RegistrationResponse
- Model.RegistrationResponseCommandsInner
- Model.RegistrationResponseError
- Model.RegistrationResponseErrorErrorCausesInner
- Model.ReleaseChannel
- Model.ReplaceUserClassification
- Model.RequiredEnum
- Model.ResendUserFactor
- Model.ResetPasswordToken
- Model.ResourceConditions
- Model.ResourceConditionsExclude
- Model.ResourceServerJsonWebKey
- Model.ResourceServerJsonWebKeys
- Model.ResourceSet
- Model.ResourceSetBindingAddMembersRequest
- Model.ResourceSetBindingCreateRequest
- Model.ResourceSetBindingEditResponse
- Model.ResourceSetBindingEditResponseLinks
- Model.ResourceSetBindingEditResponseLinksAllOf
- Model.ResourceSetBindingMember
- Model.ResourceSetBindingMembers
- Model.ResourceSetBindingMembersLinks
- Model.ResourceSetBindingMembersLinksAllOf
- Model.ResourceSetBindingMembersLinksAllOfNext
- Model.ResourceSetBindingResponse
- Model.ResourceSetBindingResponseLinks
- Model.ResourceSetBindingResponseLinksAllOf
- Model.ResourceSetBindingRole
- Model.ResourceSetBindingRoleLinks
- Model.ResourceSetBindingRoleLinksAllOf
- Model.ResourceSetBindings
- Model.ResourceSetBindingsLinks
- Model.ResourceSetBindingsLinksAllOf
- Model.ResourceSetBindingsLinksAllOfNext
- Model.ResourceSetLinks
- Model.ResourceSetLinksAllOf
- Model.ResourceSetResource
- Model.ResourceSetResourceLinks
- Model.ResourceSetResourceLinksGroups
- Model.ResourceSetResourceLinksResource
- Model.ResourceSetResourceLinksSelf
- Model.ResourceSetResourceLinksUsers
- Model.ResourceSetResourcePatchRequest
- Model.ResourceSetResourcePostRequest
- Model.ResourceSetResourcePutRequest
- Model.ResourceSetResources
- Model.ResourceSetResourcesLinks
- Model.ResourceSetResourcesLinksAllOf
- Model.ResourceSets
- Model.ResponseLinks
- Model.ResponseMode
- Model.ResponseType
- Model.ResponseTypesSupported
- Model.RevokeRefreshTokenHrefObject
- Model.RiscIdentifierChangedEvent
- Model.RiskDetectionTypesPolicyRuleCondition
- Model.RiskEvent
- Model.RiskEventSubject
- Model.RiskEventSubjectRiskLevel
- Model.RiskPolicyRuleCondition
- Model.RiskProvider
- Model.RiskProviderAction
- Model.RiskScorePolicyRuleCondition
- Model.Role
- Model.RoleAssignedUser
- Model.RoleAssignedUsers
- Model.RoleAssignmentType
- Model.RoleGovernance
- Model.RoleGovernanceResource
- Model.RoleGovernanceResources
- Model.RoleGovernanceResourcesLinks
- Model.RoleGovernanceSource
- Model.RoleGovernanceSourceLinks
- Model.RoleTarget
- Model.RoleType
- Model.RotatePasswordRequest
- Model.SAMLHookResponse
- Model.SAMLHookResponseCommandsInner
- Model.SAMLHookResponseCommandsInnerValueInner
- Model.SAMLHookResponseCommandsInnerValueInnerValue
- Model.SAMLHookResponseError
- Model.SAMLPayLoad
- Model.SAMLPayLoadData
- Model.SAMLPayLoadDataAssertion
- Model.SAMLPayLoadDataAssertionAuthentication
- Model.SAMLPayLoadDataAssertionAuthenticationAuthnContext
- Model.SAMLPayLoadDataAssertionClaimsValue
- Model.SAMLPayLoadDataAssertionClaimsValueAttributeValuesInner
- Model.SAMLPayLoadDataAssertionClaimsValueAttributeValuesInnerAttributes
- Model.SAMLPayLoadDataAssertionClaimsValueAttributes
- Model.SAMLPayLoadDataAssertionConditions
- Model.SAMLPayLoadDataAssertionLifetime
- Model.SAMLPayLoadDataAssertionSubject
- Model.SAMLPayLoadDataAssertionSubjectConfirmation
- Model.SAMLPayLoadDataAssertionSubjectConfirmationData
- Model.SAMLPayLoadDataContext
- Model.SAMLPayLoadDataContextAllOf
- Model.SAMLPayLoadDataContextAllOfProtocol
- Model.SAMLPayLoadDataContextAllOfProtocolIssuer
- Model.SAMLPayloadExecute
- Model.SafeBrowsingProtectionLevel
- Model.SalesforceApplication
- Model.SalesforceApplicationAllOf
- Model.SalesforceApplicationSettings
- Model.SalesforceApplicationSettingsAllOf
- Model.SalesforceApplicationSettingsApplication
- Model.Saml
- Model.Saml11Application
- Model.Saml11ApplicationAllOf
- Model.Saml11ApplicationSettings
- Model.Saml11ApplicationSettingsAllOf
- Model.Saml11ApplicationSettingsSignOn
- Model.SamlAcsEndpoint
- Model.SamlAcsInner
- Model.SamlAlgorithms
- Model.SamlApplication
- Model.SamlApplicationAllOf
- Model.SamlApplicationSettings
- Model.SamlApplicationSettingsAllOf
- Model.SamlApplicationSettingsSignOn
- Model.SamlAssertionEncryption
- Model.SamlAttributeStatement
- Model.SamlAttributeStatementExpression
- Model.SamlAttributeStatementGroup
- Model.SamlClaimsInner
- Model.SamlCredentials
- Model.SamlEndpointType
- Model.SamlEndpoints
- Model.SamlNameIdFormat
- Model.SamlRelayState
- Model.SamlRelayStateFormat
- Model.SamlRequestAlgorithm
- Model.SamlRequestSignatureAlgorithm
- Model.SamlResponseAlgorithm
- Model.SamlResponseSignatureAlgorithm
- Model.SamlSettings
- Model.SamlSigningAlgorithm
- Model.SamlSigningCredentials
- Model.SamlSloEndpoint
- Model.SamlSpCertificate
- Model.SamlSsoEndpoint
- Model.SamlTrustCredentials
- Model.ScheduledUserLifecycleAction
- Model.SchemeApplicationCredentials
- Model.SchemeApplicationCredentialsAllOf
- Model.Scim
- Model.ScimScimServerConfig
- Model.ScimScimServerConfigChangePassword
- Model.ScimScimServerConfigPatch
- Model.ScopeResourceHrefObject
- Model.ScreenLockComplexity
- Model.ScreenLockType
- Model.SecurePasswordStoreApplication
- Model.SecurePasswordStoreApplicationAllOf
- Model.SecurePasswordStoreApplicationSettings
- Model.SecurePasswordStoreApplicationSettingsAllOf
- Model.SecurePasswordStoreApplicationSettingsApplication
- Model.SecurityEvent
- Model.SecurityEventReason
- Model.SecurityEventSubject
- Model.SecurityEventTokenError
- Model.SecurityEventTokenJwtBody
- Model.SecurityEventTokenJwtEvents
- Model.SecurityEventTokenJwtHeader
- Model.SecurityEventTokenRequestJwtBody
- Model.SecurityEventTokenRequestJwtEvents
- Model.SecurityEventTokenRequestJwtHeader
- Model.SecurityEventsProviderRequest
- Model.SecurityEventsProviderRequestSettings
- Model.SecurityEventsProviderResponse
- Model.SecurityEventsProviderSettingsNonSSFCompliant
- Model.SecurityEventsProviderSettingsResponse
- Model.SecurityEventsProviderSettingsSSFCompliant
- Model.SeedEnum
- Model.SelfAssignedStatus
- Model.SelfServicePasswordResetAction
- Model.ServiceAccount
- Model.ServiceAccountDetailsAppAccount
- Model.ServiceAccountDetailsAppAccountAllOf
- Model.ServiceAccountDetailsAppAccountSub
- Model.ServiceAccountDetailsOktaUserAccount
- Model.ServiceAccountDetailsOktaUserAccountAllOf
- Model.ServiceAccountDetailsOktaUserAccountSub
- Model.ServiceAccountForUpdate
- Model.ServiceAccountStatus
- Model.ServiceAccountStatusDetail
- Model.ServiceAccountType
- Model.Session
- Model.SessionAuthenticationMethod
- Model.SessionIdentityProvider
- Model.SessionIdentityProviderType
- Model.SessionStatus
- Model.ShowSignInWithOV
- Model.SignInPage
- Model.SignInPageAllOf
- Model.SignInPageAllOfWidgetCustomizations
- Model.SignInPageTouchPointVariant
- Model.SignOnInlineHook
- Model.SigningAlgorithm
- Model.SimulatePolicyBody
- Model.SimulatePolicyEvaluations
- Model.SimulatePolicyEvaluationsEvaluated
- Model.SimulatePolicyEvaluationsUndefined
- Model.SimulatePolicyResult
- Model.SimulateResultConditions
- Model.SimulateResultPoliciesItems
- Model.SimulateResultRules
- Model.SimulateResultStatus
- Model.SingleLogout
- Model.SlackApplication
- Model.SlackApplicationAllOf
- Model.SlackApplicationSettings
- Model.SlackApplicationSettingsAllOf
- Model.SlackApplicationSettingsApplication
- Model.SloParticipate
- Model.Sms
- Model.Sms1
- Model.SmsTemplate
- Model.SmsTemplateType
- Model.SocialAuthToken
- Model.SortOrderParameter
- Model.SourceLinks
- Model.SourceLinksAllOf
- Model.SplunkEdition
- Model.Sso
- Model.SsprPrimaryRequirement
- Model.SsprRequirement
- Model.SsprStepUpRequirement
- Model.StandardRole
- Model.StandardRoleAssignmentSchema
- Model.StandardRoleEmbedded
- Model.StandardRoleEmbeddedTargets
- Model.StandardRoleEmbeddedTargetsCatalog
- Model.StreamConfiguration
- Model.StreamConfigurationAud
- Model.StreamConfigurationCreateRequest
- Model.StreamConfigurationDelivery
- Model.StreamStatus
- Model.StreamVerificationRequest
- Model.Subject
- Model.SubjectType
- Model.SubmissionRequest
- Model.SubmissionResponse
- Model.SubmissionResponseConfigInner
- Model.Subscription
- Model.SubscriptionLinks
- Model.SubscriptionStatus
- Model.SupportedMethods
- Model.SupportedMethodsSettings
- Model.SwaApplicationSettings
- Model.SwaApplicationSettingsAllOf
- Model.SwaApplicationSettingsApplication
- Model.TacAuthenticatorEnrollment
- Model.TelephonyRequest
- Model.TelephonyRequestData
- Model.TelephonyRequestDataMessageProfile
- Model.TelephonyRequestDataUserProfile
- Model.TelephonyRequestExecute
- Model.TelephonyResponse
- Model.TelephonyResponseCommandsInner
- Model.TelephonyResponseCommandsInnerValueInner
- Model.TempPassword
- Model.TestInfo
- Model.TestInfoOidcTestConfiguration
- Model.TestInfoSamlTestConfiguration
- Model.TestInfoScimTestConfiguration
- Model.TestInfoTestAccount
- Model.ThemeResponse
- Model.ThirdPartyAdminSetting
- Model.ThreatInsightConfiguration
- Model.Token
- Model.TokenAuthorizationServerPolicyRuleAction
- Model.TokenAuthorizationServerPolicyRuleActionInlineHook
- Model.TokenDeliveryMode
- Model.TokenHardware
- Model.TokenHookResponse
- Model.TokenHookResponseCommandsInner
- Model.TokenHookResponseCommandsInnerValueInner
- Model.TokenHookResponseCommandsInnerValueInnerValue
- Model.TokenHookResponseError
- Model.TokenHotp
- Model.TokenPayLoad
- Model.TokenPayLoadData
- Model.TokenPayLoadDataAccess
- Model.TokenPayLoadDataAccessAllOf
- Model.TokenPayLoadDataContext
- Model.TokenPayLoadDataContextAllOf
- Model.TokenPayLoadDataContextAllOfPolicy
- Model.TokenPayLoadDataContextAllOfProtocol
- Model.TokenPayLoadDataContextAllOfProtocolClient
- Model.TokenPayLoadDataContextAllOfProtocolIssuer
- Model.TokenPayLoadDataContextAllOfProtocolOriginalGrant
- Model.TokenPayLoadDataIdentity
- Model.TokenProtocolRequest
- Model.TokenRequest
- Model.TokenResourcesHrefObject
- Model.TokenResponse
- Model.TokenResponseTokenType
- Model.TokenSoftwareTotp
- Model.TokenSoftwareTotp1
- Model.TokenType
- Model.TrendMicroApexOneServiceApplication
- Model.TrendMicroApexOneServiceApplicationAllOf
- Model.TrendMicroApexOneServiceApplicationSettings
- Model.TrendMicroApexOneServiceApplicationSettingsAllOf
- Model.TrendMicroApexOneServiceApplicationSettingsApplication
- Model.TrustedOrigin
- Model.TrustedOriginScope
- Model.TrustedOriginScopeType
- Model.TrustedOriginWrite
- Model.U2f
- Model.U2f1
- Model.UIElement
- Model.UIElementOptions
- Model.UISchemaObject
- Model.UISchemasResponseObject
- Model.UpdateDefaultProvisioningConnectionForApplicationRequest
- Model.UpdateDomain
- Model.UpdateEmailDomain
- Model.UpdateFeatureForApplicationRequest
- Model.UpdateGroupPushMappingRequest
- Model.UpdateIamRoleRequest
- Model.UpdateRealmAssignmentRequest
- Model.UpdateRealmRequest
- Model.UpdateThemeRequest
- Model.UpdateUISchema
- Model.UpdateUserRequest
- Model.UploadYubikeyOtpTokenSeedRequest
- Model.User
- Model.UserActivationToken
- Model.UserBlock
- Model.UserClassification
- Model.UserCondition
- Model.UserCredentials
- Model.UserCredentialsWritable
- Model.UserDevice
- Model.UserFactor
- Model.UserFactorActivatePush
- Model.UserFactorActivatePushResult
- Model.UserFactorActivateRequest
- Model.UserFactorActivateResponse
- Model.UserFactorActivateResponseLinks
- Model.UserFactorCall
- Model.UserFactorCallAllOf
- Model.UserFactorCallProfile
- Model.UserFactorEmail
- Model.UserFactorEmailAllOf
- Model.UserFactorEmailProfile
- Model.UserFactorLinks
- Model.UserFactorProvider
- Model.UserFactorPush
- Model.UserFactorPushAllOf
- Model.UserFactorPushProfile
- Model.UserFactorPushTransaction
- Model.UserFactorPushTransactionRejected
- Model.UserFactorPushTransactionRejectedAllOf
- Model.UserFactorPushTransactionRejectedAllOfProfile
- Model.UserFactorPushTransactionTimeout
- Model.UserFactorPushTransactionWaitingNMC
- Model.UserFactorPushTransactionWaitingNMCAllOf
- Model.UserFactorPushTransactionWaitingNoNMC
- Model.UserFactorPushTransactionWaitingNoNMCAllOf
- Model.UserFactorResultType
- Model.UserFactorSMS
- Model.UserFactorSMSAllOf
- Model.UserFactorSMSProfile
- Model.UserFactorSecurityQuestion
- Model.UserFactorSecurityQuestionAllOf
- Model.UserFactorSecurityQuestionProfile
- Model.UserFactorStatus
- Model.UserFactorSupported
- Model.UserFactorToken
- Model.UserFactorTokenAllOf
- Model.UserFactorTokenFactorVerificationObject
- Model.UserFactorTokenHOTP
- Model.UserFactorTokenHOTPAllOf
- Model.UserFactorTokenHOTPProfile
- Model.UserFactorTokenHardware
- Model.UserFactorTokenHardwareAllOf
- Model.UserFactorTokenHardwareAllOfVerify
- Model.UserFactorTokenProfile
- Model.UserFactorTokenSoftwareTOTP
- Model.UserFactorTokenSoftwareTOTPAllOf
- Model.UserFactorTokenVerify
- Model.UserFactorTokenVerifyRSA
- Model.UserFactorTokenVerifySymantec
- Model.UserFactorType
- Model.UserFactorU2F
- Model.UserFactorU2FAllOf
- Model.UserFactorU2FProfile
- Model.UserFactorVerifyRequest
- Model.UserFactorVerifyResponse
- Model.UserFactorVerifyResponseWaiting
- Model.UserFactorVerifyResponseWaitingEmbedded
- Model.UserFactorVerifyResult
- Model.UserFactorVerifyResultWaiting
- Model.UserFactorWeb
- Model.UserFactorWebAllOf
- Model.UserFactorWebAuthn
- Model.UserFactorWebAuthnAllOf
- Model.UserFactorWebAuthnProfile
- Model.UserFactorWebProfile
- Model.UserFactorYubikeyOtpToken
- Model.UserIdentifierConditionEvaluatorPattern
- Model.UserIdentifierMatchType
- Model.UserIdentifierPolicyRuleCondition
- Model.UserIdentifierType
- Model.UserIdentityProviderLinkRequest
- Model.UserImportRequest
- Model.UserImportRequestData
- Model.UserImportRequestDataAction
- Model.UserImportRequestDataAppUser
- Model.UserImportRequestDataContext
- Model.UserImportRequestDataContextApplication
- Model.UserImportRequestDataContextJob
- Model.UserImportRequestDataUser
- Model.UserImportRequestExecute
- Model.UserImportResponse
- Model.UserImportResponseCommandsInner
- Model.UserImportResponseError
- Model.UserLifecycleAttributePolicyRuleCondition
- Model.UserLink
- Model.UserLinks
- Model.UserLinksAllOf
- Model.UserLinksAllOfActivate
- Model.UserLinksAllOfChangePassword
- Model.UserLinksAllOfChangeRecoveryQuestion
- Model.UserLinksAllOfDeactivate
- Model.UserLinksAllOfExpirePassword
- Model.UserLinksAllOfForgotPassword
- Model.UserLinksAllOfReactivate
- Model.UserLinksAllOfResetFactors
- Model.UserLinksAllOfResetPassword
- Model.UserLinksAllOfSchema
- Model.UserLinksAllOfSelf
- Model.UserLinksAllOfSuspend
- Model.UserLinksAllOfType
- Model.UserLinksAllOfUnlock
- Model.UserLinksAllOfUnsuspend
- Model.UserLockoutSettings
- Model.UserNextLogin
- Model.UserPolicyRuleCondition
- Model.UserProfile
- Model.UserProvisioningApplicationFeature
- Model.UserProvisioningApplicationFeatureAllOf
- Model.UserResourceHrefObject
- Model.UserRiskGetResponse
- Model.UserRiskGetResponseLinks
- Model.UserRiskLevelAll
- Model.UserRiskLevelExists
- Model.UserRiskLevelExistsAllOf
- Model.UserRiskLevelNone
- Model.UserRiskLevelPut
- Model.UserRiskPutResponse
- Model.UserRiskRequest
- Model.UserSchema
- Model.UserSchemaAttribute
- Model.UserSchemaAttributeEnum
- Model.UserSchemaAttributeFormat
- Model.UserSchemaAttributeItems
- Model.UserSchemaAttributeMaster
- Model.UserSchemaAttributeMasterPriority
- Model.UserSchemaAttributeMasterType
- Model.UserSchemaAttributeMutabilityString
- Model.UserSchemaAttributePermission
- Model.UserSchemaAttributeScope
- Model.UserSchemaAttributeType
- Model.UserSchemaBase
- Model.UserSchemaBaseProperties
- Model.UserSchemaBasePropertiesCity
- Model.UserSchemaBasePropertiesCostCenter
- Model.UserSchemaBasePropertiesCountryCode
- Model.UserSchemaBasePropertiesDepartment
- Model.UserSchemaBasePropertiesDisplayName
- Model.UserSchemaBasePropertiesDivision
- Model.UserSchemaBasePropertiesEmail
- Model.UserSchemaBasePropertiesEmployeeNumber
- Model.UserSchemaBasePropertiesFirstName
- Model.UserSchemaBasePropertiesHonorificPrefix
- Model.UserSchemaBasePropertiesHonorificSuffix
- Model.UserSchemaBasePropertiesLastName
- Model.UserSchemaBasePropertiesLocale
- Model.UserSchemaBasePropertiesLogin
- Model.UserSchemaBasePropertiesManager
- Model.UserSchemaBasePropertiesManagerId
- Model.UserSchemaBasePropertiesMiddleName
- Model.UserSchemaBasePropertiesMobilePhone
- Model.UserSchemaBasePropertiesNickName
- Model.UserSchemaBasePropertiesOrganization
- Model.UserSchemaBasePropertiesPostalAddress
- Model.UserSchemaBasePropertiesPreferredLanguage
- Model.UserSchemaBasePropertiesPrimaryPhone
- Model.UserSchemaBasePropertiesProfileUrl
- Model.UserSchemaBasePropertiesSecondEmail
- Model.UserSchemaBasePropertiesState
- Model.UserSchemaBasePropertiesStreetAddress
- Model.UserSchemaBasePropertiesTimezone
- Model.UserSchemaBasePropertiesTitle
- Model.UserSchemaBasePropertiesUserType
- Model.UserSchemaBasePropertiesZipCode
- Model.UserSchemaDefinitions
- Model.UserSchemaProperties
- Model.UserSchemaPropertiesProfile
- Model.UserSchemaPropertiesProfileItem
- Model.UserSchemaPublic
- Model.UserStatus
- Model.UserStatusPolicyRuleCondition
- Model.UserType
- Model.UserTypeCondition
- Model.UserTypeLinks
- Model.UserTypePostRequest
- Model.UserTypePutRequest
- Model.UserTypeReference
- Model.UserVerificationEnum
- Model.UsersLink
- Model.VerificationMethod
- Model.WebAuthnAttachmentEnum
- Model.WebAuthnCredRequest
- Model.WebAuthnCredResponse
- Model.WebAuthnPreregistrationFactor
- Model.WebAuthnRpIdDomain
- Model.WebAuthnRpIdDomainDnsRecord
- Model.Webauthn
- Model.Webauthn1
- Model.WellKnownAppAuthenticatorConfiguration
- Model.WellKnownAppAuthenticatorConfigurationSettings
- Model.WellKnownOrgMetadata
- Model.WellKnownOrgMetadataLinks
- Model.WellKnownOrgMetadataLinksAlternate
- Model.WellKnownOrgMetadataLinksOrganization
- Model.WellKnownSSFMetadata
- Model.WellKnownSSFMetadataSpecUrn
- Model.WellKnownURIArrayResponse
- Model.WellKnownURIArrayResponseLinks
- Model.WellKnownURIArrayResponseLinksAllOf
- Model.WellKnownURIObjectResponse
- Model.WellKnownURIRequest
- Model.WellKnownURIsRoot
- Model.WellKnownURIsRootEmbedded
- Model.WellKnownURIsRootEmbeddedAppleAppSiteAssociation
- Model.WellKnownURIsRootEmbeddedAssetlinksJson
- Model.WellKnownURIsRootLinks
- Model.WellKnownURIsRootLinksAllOf
- Model.WellKnownUriPath
- Model.WidgetGeneration
- Model.WsFederationApplication
- Model.WsFederationApplicationAllOf
- Model.WsFederationApplicationSettings
- Model.WsFederationApplicationSettingsAllOf
- Model.WsFederationApplicationSettingsApplication
- Model.YubikeyFilterParameter
- Model.YubikeySortByParameter
- Model.YubikeySortOrderParameter
- Model.ZoomUsApplication
- Model.ZoomUsApplicationAllOf
- Model.ZoomUsApplicationSettings
- Model.ZoomUsApplicationSettingsAllOf
- Model.ZoomUsApplicationSettingsApplication
- Model.ZscalerbyzApplication
- Model.ZscalerbyzApplicationAllOf
- Model.ZscalerbyzApplicationSettings
- Model.ZscalerbyzApplicationSettingsAllOf
- Model.ZscalerbyzApplicationSettingsApplication
- Type: API key
- API key parameter name: Authorization
- Location: HTTP header
- Type: OAuth
- Flow: accessCode
- Authorization URL: /oauth2/v1/authorize
- Scopes:
- okta.agentPools.manage: Allows the app to create and manage agent pools in your Okta organization
- okta.agentPools.read: Allows the app to read agent pools in your Okta organization
- okta.apiTokens.manage: Allows the app to manage API Tokens in your Okta organization
- okta.apiTokens.read: Allows the app to read API Tokens in your Okta organization
- okta.appGrants.manage: Allows the app to create and manage grants in your Okta organization
- okta.appGrants.read: Allows the app to read grants in your Okta organization
- okta.apps.manage: Allows the app to create and manage Apps in your Okta organization
- okta.apps.read: Allows the app to read information about Apps in your Okta organization
- okta.authenticators.manage: Allows the app to manage all authenticators. For example, enrollments or resets.
- okta.authenticators.manage.self: Allows the app to manage a user's own authenticators. For example, enrollments or resets.
- okta.authenticators.read: Allows the app to read org authenticators information
- okta.authorizationServers.manage: Allows the app to create and manage Authorization Servers in your Okta organization
- okta.authorizationServers.read: Allows the app to read information about Authorization Servers in your Okta organization
- okta.behaviors.manage: Allows the app to create and manage behavior detection rules in your Okta organization
- okta.behaviors.read: Allows the app to read behavior detection rules in your Okta organization
- okta.brands.manage: Allows the app to create and manage Brands and Themes in your Okta organization
- okta.brands.read: Allows the app to read information about Brands and Themes in your Okta organization
- okta.captchas.manage: Allows the app to create and manage CAPTCHAs in your Okta organization
- okta.captchas.read: Allows the app to read information about CAPTCHAs in your Okta organization
- okta.deviceAssurance.manage: Allows the app to manage device assurances
- okta.deviceAssurance.read: Allows the app to read device assurances
- okta.deviceIntegrations.manage: Allows the app to manage device integrations
- okta.deviceIntegrations.read: Allows the app to read device integrations
- okta.devicePostureChecks.manage: Allows the app to manage device posture checks
- okta.devicePostureChecks.read: Allows the app to read device posture checks
- okta.devices.manage: Allows the app to manage device status transitions and delete a device
- okta.devices.read: Allows the app to read the existing device's profile and search devices
- okta.directories.groups.manage: Allows the app to manage AD/LDAP groups for your Okta organization
- okta.domains.manage: Allows the app to manage custom Domains for your Okta organization
- okta.domains.read: Allows the app to read information about custom Domains for your Okta organization
- okta.dr.manage: Allows the app to manage disaster recovery
- okta.dr.read: Allows the app to read the disaster recovery status
- okta.emailDomains.manage: Allows the app to manage Email Domains for your Okta organization
- okta.emailDomains.read: Allows the app to read information about Email Domains for your Okta organization
- okta.emailServers.manage: Allows the app to manage Email Servers for your Okta organization
- okta.emailServers.read: Allows the app to read information about Email Servers for your Okta organization
- okta.eventHooks.manage: Allows the app to create and manage Event Hooks in your Okta organization
- okta.eventHooks.read: Allows the app to read information about Event Hooks in your Okta organization
- okta.features.manage: Allows the app to create and manage Features in your Okta organization
- okta.features.read: Allows the app to read information about Features in your Okta organization
- okta.groups.manage: Allows the app to manage existing groups in your Okta organization
- okta.groups.read: Allows the app to read information about groups and their members in your Okta organization
- okta.identitySources.manage: Allows the custom identity sources to manage user entities in your Okta organization
- okta.identitySources.read: Allows to read session information for custom identity sources in your Okta organization
- okta.idps.manage: Allows the app to create and manage Identity Providers in your Okta organization
- okta.idps.read: Allows the app to read information about Identity Providers in your Okta organization
- okta.inlineHooks.manage: Allows the app to create and manage Inline Hooks in your Okta organization
- okta.inlineHooks.read: Allows the app to read information about Inline Hooks in your Okta organization
- okta.linkedObjects.manage: Allows the app to manage linked object definitions in your Okta organization
- okta.linkedObjects.read: Allows the app to read linked object definitions in your Okta organization
- okta.logStreams.manage: Allows the app to create and manage log streams in your Okta organization
- okta.logStreams.read: Allows the app to read information about log streams in your Okta organization
- okta.logs.read: Allows the app to read information about System Log entries in your Okta organization
- okta.manifests.manage: Allows the app to manage OIN submissions in your Okta organization
- okta.manifests.read: Allows the app to read OIN submissions in your Okta organization
- okta.networkZones.manage: Allows the app to create and manage Network Zones in your Okta organization
- okta.networkZones.read: Allows the app to read Network Zones in your Okta organization
- okta.oauthIntegrations.manage: Allows the app to create and manage API service Integration instances in your Okta organization
- okta.oauthIntegrations.read: Allows the app to read API service Integration instances in your Okta organization
- okta.orgs.manage: Allows the app to manage organization-specific details for your Okta organization
- okta.orgs.read: Allows the app to read organization-specific details about your Okta organization
- okta.personal.adminSettings.manage: Allows the app to manage the personal admin settings for the signed-in user
- okta.personal.adminSettings.read: Allows the app to read the personal admin settings for the signed-in user
- okta.policies.manage: Allows the app to manage policies in your Okta organization
- okta.policies.read: Allows the app to read information about policies in your Okta organization
- okta.principalRateLimits.manage: Allows the app to create and manage Principal Rate Limits in your Okta organization
- okta.principalRateLimits.read: Allows the app to read information about Principal Rate Limits in your Okta organization
- okta.privilegedResources.manage: Allows the app to create privileged resources and manage their details
- okta.privilegedResources.read: Allows the app to read the details of existing privileged resources
- okta.profileMappings.manage: Allows the app to manage user profile mappings in your Okta organization
- okta.profileMappings.read: Allows the app to read user profile mappings in your Okta organization
- okta.pushProviders.manage: Allows the app to create and manage push notification providers such as APNs and FCM
- okta.pushProviders.read: Allows the app to read push notification providers such as APNs and FCM
- okta.rateLimits.manage: Allows the app to create and manage rate limits in your Okta organization
- okta.rateLimits.read: Allows the app to read information about rate limits in your Okta organization
- okta.realmAssignments.manage: Allows a user to manage realm assignments
- okta.realmAssignments.read: Allows a user to read realm assignments
- okta.realms.manage: Allows the app to create new realms and to manage their details
- okta.realms.read: Allows the app to read the existing realms and their details
- okta.riskEvents.manage: (Deprecated) Allows the app to publish risk events to your Okta organization
- okta.riskProviders.manage: (Deprecated) Allows the app to create and manage risk provider integrations in your Okta organization
- okta.riskProviders.read: (Deprecated) Allows the app to read all risk provider integrations in your Okta organization
- okta.roles.manage: Allows the app to manage administrative role assignments for users in your Okta organization. Delegated admins with this permission can only manage user credential fields and not the credential values themselves.
- okta.roles.read: Allows the app to read administrative role assignments for users in your Okta organization. Delegated admins with this permission can only manage user credential fields and not the credential values themselves.
- okta.schemas.manage: Allows the app to create and manage Schemas in your Okta organization
- okta.schemas.read: Allows the app to read information about Schemas in your Okta organization
- okta.securityEventsProviders.manage: Allows the app to create and manage Security Events Providers in your Okta organization
- okta.securityEventsProviders.read: Allows the app to read information about Security Events Providers in your Okta organization
- okta.serviceAccounts.manage: Allows the app to manage service accounts in your Okta organization
- okta.serviceAccounts.read: Allows the app to read service accounts in your Okta organization
- okta.sessions.manage: Allows the app to manage all sessions in your Okta organization
- okta.sessions.read: Allows the app to read all sessions in your Okta organization
- okta.templates.manage: Allows the app to manage all custom templates in your Okta organization
- okta.templates.read: Allows the app to read all custom templates in your Okta organization
- okta.threatInsights.manage: Allows the app to manage all ThreatInsight configurations in your Okta organization
- okta.threatInsights.read: Allows the app to read all ThreatInsight configurations in your Okta organization
- okta.trustedOrigins.manage: Allows the app to manage all Trusted Origins in your Okta organization
- okta.trustedOrigins.read: Allows the app to read all Trusted Origins in your Okta organization
- okta.uischemas.manage: Allows the app to manage all the UI Schemas in your Okta organization
- okta.uischemas.read: Allows the app to read all the UI Schemas in your Okta organization
- okta.userRisk.manage: Allows the app to manage a user's risk in your Okta org
- okta.userRisk.read: Allows the app to read a user's risk in your Okta org
- okta.userTypes.manage: Allows the app to manage user types in your Okta org
- okta.userTypes.read: Allows the app to read user types in your Okta org
- okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information
- okta.users.manage.self: Allows the app to manage the signed-in user's profile and credentials
- okta.users.read: Allows the app to read the existing users' profiles and credentials
- okta.users.read.self: Allows the app to read the signed-in user's profile and credentials
- ssf.manage: Allows the app to create and manage Shared Signals Framework (SSF) in your Okta organization
- ssf.read: Allows the app to read information about Shared Signals Framework (SSF) in your Okta organization