@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00")
public interface Client
extends DataStore
Client is the main entry point to the Okta Java SDK. A JVM project wishing to
communicate with the Okta REST API service must build a Client instance. After obtaining
a Client instance, the REST API may be used by making simple Java calls on objects returned from
the Client (or any children objects obtained therein).
For example:
Client client = Clients.builder().build(); client.getUser(userId)
DataStore| Modifier and Type | Method and Description |
|---|---|
TrustedOrigin |
activateOrigin(java.lang.String trustedOriginId)
Success
|
LinkedObject |
addLinkedObjectDefinition(LinkedObject linkedObject)
Success
|
JsonWebKey |
apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost(java.lang.String idpId,
java.lang.String csrId)
Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.
|
Application |
createApplication(Application application)
Add Application
Adds a new application to your Okta organization.
|
Application |
createApplication(Application application,
java.lang.Boolean activate,
java.lang.String oktaAccessGatewayAgent)
Add Application
Adds a new application to your Okta organization.
|
AuthorizationServer |
createAuthorizationServer(AuthorizationServer authorizationServer)
Success
|
Domain |
createDomain(Domain domain)
Create Domain
Creates your domain.
|
EventHook |
createEventHook(EventHook eventHook)
Success
|
Group |
createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
GroupRule |
createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
IdentityProvider |
createIdentityProvider(IdentityProvider identityProvider)
Add Identity Provider
Adds a new IdP to your organization.
|
JsonWebKey |
createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key
Adds a new X.509 certificate credential to the IdP key store.
|
InlineHook |
createInlineHook(InlineHook inlineHook)
Success
|
NetworkZone |
createNetworkZone(NetworkZone zone)
Add Network Zone
Adds a new network zone to your Okta organization.
|
TrustedOrigin |
createOrigin(TrustedOrigin trustedOrigin)
Success
|
Policy |
createPolicy(Policy policy)
Creates a policy.
|
Policy |
createPolicy(Policy policy,
java.lang.Boolean activate)
Creates a policy.
|
Session |
createSession(CreateSessionRequest createSessionRequest)
Create Session with Session Token
Creates a new session for a user with a valid session token.
|
SmsTemplate |
createSmsTemplate(SmsTemplate smsTemplate)
Add SMS Template
Adds a new custom SMS template to your organization.
|
User |
createUser(CreateUserRequest body)
Create User
Creates a new user in your Okta organization with or without credentials.
|
User |
createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create User
Creates a new user in your Okta organization with or without credentials.
|
UserType |
createUserType(UserType userType)
Creates a new User Type.
|
TrustedOrigin |
deactivateOrigin(java.lang.String trustedOriginId)
Success
|
void |
deleteDomain(java.lang.String domainId)
Delete Domain
Deletes a Domain by `id`.
|
void |
deleteIdentityProviderKey(java.lang.String keyId)
Delete Key
Deletes a specific IdP Key Credential by `kid` if it is not currently being used by an Active or Inactive IdP.
|
Application |
getApplication(java.lang.String appId)
Get Application
Fetches an application from your Okta organization by `id`.
|
Application |
getApplication(java.lang.String appId,
java.lang.String expand)
Get Application
Fetches an application from your Okta organization by `id`.
|
UserSchema |
getApplicationUserSchema(java.lang.String appInstanceId)
Fetches the Schema for an App User
Fetches the Schema for an App User
|
Authenticator |
getAuthenticator(java.lang.String authenticatorId)
Success
|
AuthorizationServer |
getAuthorizationServer(java.lang.String authServerId)
Success
|
ThreatInsightConfiguration |
getCurrentConfiguration()
Gets current ThreatInsight configuration
|
DataStore |
getDataStore()
Returns the internal
DataStore of the client. |
Domain |
getDomain(java.lang.String domainId)
Get Domain
Fetches a Domain by `id`.
|
EventHook |
getEventHook(java.lang.String eventHookId)
Success
|
VerifyUserFactorResponse |
getFactorTransactionStatus(java.lang.String userId,
java.lang.String factorId,
java.lang.String transactionId)
Polls factors verification transaction for status.
|
Feature |
getFeature(java.lang.String featureId)
Success
|
Group |
getGroup(java.lang.String groupId)
List Group Rules
Fetches a group from your organization.
|
GroupRule |
getGroupRule(java.lang.String ruleId)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupRule |
getGroupRule(java.lang.String ruleId,
java.lang.String expand)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupSchema |
getGroupSchema()
Fetches the group schema
Fetches the group schema
|
IdentityProvider |
getIdentityProvider(java.lang.String idpId)
Get Identity Provider
Fetches an IdP by `id`.
|
JsonWebKey |
getIdentityProviderKey(java.lang.String keyId)
Get Key
Gets a specific IdP Key Credential by `kid`
|
InlineHook |
getInlineHook(java.lang.String inlineHookId)
Gets an inline hook by ID
|
LinkedObject |
getLinkedObjectDefinition(java.lang.String linkedObjectName)
Success
|
LogEventList |
getLogs()
Fetch a list of events from your Okta organization system log.
|
LogEventList |
getLogs(java.util.Date since,
java.util.Date until,
java.lang.String filter,
java.lang.String q,
java.lang.String sortOrder)
Fetch a list of events from your Okta organization system log.
|
NetworkZone |
getNetworkZone(java.lang.String zoneId)
Get Network Zone
Fetches a network zone from your Okta organization by `id`.
|
OrgOktaCommunicationSetting |
getOktaCommunicationSettings()
Get Okta Communication Settings
Gets Okta Communication Settings of your organization.
|
OrgContactTypeObjList |
getOrgContactTypes()
Get org contact types
Gets Contact Types of your organization.
|
OrgContactUser |
getOrgContactUser(java.lang.String contactType)
Get org contact user
Retrieves the URL of the User associated with the specified Contact Type.
|
OrgOktaSupportSettingsObj |
getOrgOktaSupportSettings()
Get Okta Support settings
Gets Okta Support Settings of your organization.
|
OrgPreferences |
getOrgPreferences()
Get org preferences
Gets preferences of your organization.
|
OrgSetting |
getOrgSettings()
Get org settings
Get settings of your organization.
|
TrustedOrigin |
getOrigin(java.lang.String trustedOriginId)
Success
|
Policy |
getPolicy(java.lang.String policyId)
Gets a policy.
|
Policy |
getPolicy(java.lang.String policyId,
java.lang.String expand)
Gets a policy.
|
ProfileMapping |
getProfileMapping(java.lang.String mappingId)
Get Profile Mapping
Fetches a single Profile Mapping referenced by its ID.
|
Role |
getRole(java.lang.String groupId,
java.lang.String roleId)
Success
|
Session |
getSession(java.lang.String sessionId)
Get details about a session.
|
SmsTemplate |
getSmsTemplate(java.lang.String templateId)
Get SMS Template
Fetches a specific template by `id`
|
User |
getUser(java.lang.String userId)
Get User
Fetches a user from your Okta organization.
|
OAuth2ScopeConsentGrant |
getUserGrant(java.lang.String userId,
java.lang.String grantId)
Gets a grant for the specified user
|
OAuth2ScopeConsentGrant |
getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
Gets a grant for the specified user
|
UserSchema |
getUserSchema(java.lang.String schemaId)
Fetches the schema for a Schema Id.
|
UserType |
getUserType(java.lang.String typeId)
Fetches a User Type by ID.
|
ApplicationList |
listApplications()
List Applications
Enumerates apps added to your organization with pagination.
|
ApplicationList |
listApplications(java.lang.String q,
java.lang.String filter,
java.lang.String expand,
java.lang.Boolean includeNonDeleted)
List Applications
Enumerates apps added to your organization with pagination.
|
CatalogApplicationList |
listApplicationTargetsForApplicationAdministratorRoleForGroup(java.lang.String groupId,
java.lang.String roleId)
Lists all App targets for an `APP_ADMIN` Role assigned to a Group.
|
CatalogApplicationList |
listApplicationTargetsForApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId)
Lists all App targets for an `APP_ADMIN` Role assigned to a User.
|
AuthenticatorList |
listAuthenticators()
Success
|
AuthorizationServerList |
listAuthorizationServers()
Success
|
AuthorizationServerList |
listAuthorizationServers(java.lang.String q)
Success
|
DomainListResponse |
listDomains()
List Domains
List all verified custom Domains for the org.
|
EventHookList |
listEventHooks()
Success
|
FeatureList |
listFeatures()
Success
|
OAuth2ScopeConsentGrantList |
listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId)
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand)
Lists all grants for a specified user and client
|
RoleList |
listGroupAssignedRoles(java.lang.String groupId)
Success
|
RoleList |
listGroupAssignedRoles(java.lang.String groupId,
java.lang.String expand)
Success
|
GroupRuleList |
listGroupRules()
List Group Rules
Lists all group rules for your organization.
|
GroupRuleList |
listGroupRules(java.lang.String search,
java.lang.String expand)
List Group Rules
Lists all group rules for your organization.
|
GroupList |
listGroups()
List Groups
Enumerates groups in your organization with pagination.
|
GroupList |
listGroups(java.lang.String q,
java.lang.String search,
java.lang.String expand)
List Groups
Enumerates groups in your organization with pagination.
|
GroupList |
listGroupTargetsForGroupRole(java.lang.String groupId,
java.lang.String roleId)
Success
|
JsonWebKeyList |
listIdentityProviderKeys()
List Keys
Enumerates IdP key credentials.
|
IdentityProviderList |
listIdentityProviders()
List Identity Providers
Enumerates IdPs in your organization with pagination.
|
IdentityProviderList |
listIdentityProviders(java.lang.String q,
java.lang.String type)
List Identity Providers
Enumerates IdPs in your organization with pagination.
|
InlineHookList |
listInlineHooks()
Success
|
InlineHookList |
listInlineHooks(java.lang.String type)
Success
|
LinkedObjectList |
listLinkedObjectDefinitions()
Success
|
NetworkZoneList |
listNetworkZones()
List Network Zones
Enumerates network zones added to your organization with pagination.
|
NetworkZoneList |
listNetworkZones(java.lang.String filter)
List Network Zones
Enumerates network zones added to your organization with pagination.
|
TrustedOriginList |
listOrigins()
Success
|
TrustedOriginList |
listOrigins(java.lang.String q,
java.lang.String filter)
Success
|
PolicyList |
listPolicies(java.lang.String type)
Gets all policies with the specified type.
|
PolicyList |
listPolicies(java.lang.String type,
java.lang.String status,
java.lang.String expand)
Gets all policies with the specified type.
|
ProfileMappingList |
listProfileMappings()
Enumerates Profile Mappings in your organization with pagination.
|
ProfileMappingList |
listProfileMappings(java.lang.String sourceId,
java.lang.String targetId)
Enumerates Profile Mappings in your organization with pagination.
|
SmsTemplateList |
listSmsTemplates()
List SMS Templates
Enumerates custom SMS templates in your organization.
|
SmsTemplateList |
listSmsTemplates(SmsTemplateType templateType)
List SMS Templates
Enumerates custom SMS templates in your organization.
|
UserList |
listUsers()
List Users
Lists users in your organization with pagination in most cases.
|
UserList |
listUsers(java.lang.String q,
java.lang.String filter,
java.lang.String search,
java.lang.String sortBy,
java.lang.String sortOrder)
List Users
Lists users in your organization with pagination in most cases.
|
UserTypeList |
listUserTypes()
Fetches all User Types in your org
|
User |
partialUpdateUser(User user,
java.lang.String userId)
Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.
|
User |
partialUpdateUser(User user,
java.lang.String userId,
java.lang.Boolean strict)
Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.
|
void |
removeApplicationTargetFromAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
Remove App Instance Target to App Administrator Role given to a User
Remove App Instance Target to App Administrator Role given to a User
|
void |
removeApplicationTargetFromAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
Remove App Instance Target to App Administrator Role given to a Group
Remove App Instance Target to App Administrator Role given to a Group
|
void |
removeApplicationTargetFromApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName)
Success
|
void |
removeApplicationTargetFromApplicationAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName)
Success
|
void |
removeGroupTargetFromGroupAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String targetGroupId) |
void |
removeRoleFromGroup(java.lang.String groupId,
java.lang.String roleId)
Unassigns a Role from a Group
|
UserSchema |
updateApplicationUserProfile(java.lang.String appInstanceId)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
updateApplicationUserProfile(java.lang.String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
GroupSchema |
updateGroupSchema()
Updates, adds ore removes one or more custom Group Profile properties in the schema
Updates, adds ore removes one or more custom Group Profile properties in the schema
|
GroupSchema |
updateGroupSchema(GroupSchema body)
Updates, adds ore removes one or more custom Group Profile properties in the schema
Updates, adds ore removes one or more custom Group Profile properties in the schema
|
UserSchema |
updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Domain |
verifyDomain(java.lang.String domainId)
Verify Domain
Verifies the Domain by `id`.
|
create, delete, getCacheManager, getClientCredentials, getResource, http, instantiate, isReady, saveDataStore getDataStore()
DataStore of the client. It is typically not necessary to invoke this method as
the Client implements the DataStore API and will delegate to this instance automatically.DataStore.@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/apps")
ApplicationList listApplications(java.lang.String q,
java.lang.String filter,
java.lang.String expand,
java.lang.Boolean includeNonDeleted)
q - (optional)filter - Filters apps by status, user.id, group.id or credentials.signing.kid expression (optional)expand - Traverses users link relationship and optionally embeds Application User resource (optional)includeNonDeleted - (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/apps")
ApplicationList listApplications()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/apps")
Application createApplication(Application application,
java.lang.Boolean activate,
java.lang.String oktaAccessGatewayAgent)
application - (required)activate - Executes activation lifecycle operation when creating the app (optional, default to true)oktaAccessGatewayAgent - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/apps")
Application createApplication(Application application)
application - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/apps/{appId}")
Application getApplication(java.lang.String appId,
java.lang.String expand)
appId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/apps/{appId}")
Application getApplication(java.lang.String appId)
appId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/authenticators")
AuthenticatorList listAuthenticators()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/authenticators/{authenticatorId}")
Authenticator getAuthenticator(java.lang.String authenticatorId)
authenticatorId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/authorizationServers")
AuthorizationServerList listAuthorizationServers(java.lang.String q)
q - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/authorizationServers")
AuthorizationServerList listAuthorizationServers()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/authorizationServers")
AuthorizationServer createAuthorizationServer(AuthorizationServer authorizationServer)
authorizationServer - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/authorizationServers/{authServerId}")
AuthorizationServer getAuthorizationServer(java.lang.String authServerId)
authServerId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/domains")
DomainListResponse listDomains()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/domains")
Domain createDomain(Domain domain)
domain - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/domains/{domainId}")
void deleteDomain(java.lang.String domainId)
domainId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/domains/{domainId}")
Domain getDomain(java.lang.String domainId)
domainId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/domains/{domainId}/verify")
Domain verifyDomain(java.lang.String domainId)
domainId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/eventHooks")
EventHookList listEventHooks()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/eventHooks")
EventHook createEventHook(EventHook eventHook)
eventHook - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/eventHooks/{eventHookId}")
EventHook getEventHook(java.lang.String eventHookId)
eventHookId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/features")
FeatureList listFeatures()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/features/{featureId}")
Feature getFeature(java.lang.String featureId)
featureId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups")
GroupList listGroups(java.lang.String q,
java.lang.String search,
java.lang.String expand)
q - Searches the name property of groups for matching value (optional)search - Filter expression for groups (optional)expand - If specified, it causes additional metadata to be included in the response. (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups")
GroupList listGroups()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/groups")
Group createGroup(Group group)
group - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/rules")
GroupRuleList listGroupRules(java.lang.String search,
java.lang.String expand)
search - Specifies the keyword to search fules for (optional)expand - If specified as `groupIdToGroupNameMap`, then show group names (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/rules")
GroupRuleList listGroupRules()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/groups/rules")
GroupRule createGroupRule(GroupRule groupRule)
groupRule - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/rules/{ruleId}")
GroupRule getGroupRule(java.lang.String ruleId,
java.lang.String expand)
ruleId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/rules/{ruleId}")
GroupRule getGroupRule(java.lang.String ruleId)
ruleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}")
Group getGroup(java.lang.String groupId)
groupId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}/roles")
RoleList listGroupAssignedRoles(java.lang.String groupId,
java.lang.String expand)
groupId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}/roles")
RoleList listGroupAssignedRoles(java.lang.String groupId)
groupId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}")
void removeRoleFromGroup(java.lang.String groupId,
java.lang.String roleId)
groupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}")
Role getRole(java.lang.String groupId,
java.lang.String roleId)
groupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps")
CatalogApplicationList listApplicationTargetsForApplicationAdministratorRoleForGroup(java.lang.String groupId,
java.lang.String roleId)
groupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}")
void removeApplicationTargetFromApplicationAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName)
groupId - (required)roleId - (required)appName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}")
void removeApplicationTargetFromAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
groupId - (required)roleId - (required)appName - (required)applicationId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}/targets/groups")
GroupList listGroupTargetsForGroupRole(java.lang.String groupId,
java.lang.String roleId)
groupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId}")
void removeGroupTargetFromGroupAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String targetGroupId)
groupId - (required)roleId - (required)targetGroupId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/idps")
IdentityProviderList listIdentityProviders(java.lang.String q,
java.lang.String type)
q - Searches the name property of IdPs for matching value (optional)type - Filters IdPs by type (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/idps")
IdentityProviderList listIdentityProviders()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/idps")
IdentityProvider createIdentityProvider(IdentityProvider identityProvider)
identityProvider - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/idps/credentials/keys")
JsonWebKeyList listIdentityProviderKeys()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/idps/credentials/keys")
JsonWebKey createIdentityProviderKey(JsonWebKey jsonWebKey)
jsonWebKey - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/idps/credentials/keys/{keyId}")
void deleteIdentityProviderKey(java.lang.String keyId)
keyId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/idps/credentials/keys/{keyId}")
JsonWebKey getIdentityProviderKey(java.lang.String keyId)
keyId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/idps/{idpId}")
IdentityProvider getIdentityProvider(java.lang.String idpId)
idpId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/idps/{idpId}/credentials/csrs/{csrId}/lifecycle/publish")
JsonWebKey apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost(java.lang.String idpId,
java.lang.String csrId)
idpId - (required)csrId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/inlineHooks")
InlineHookList listInlineHooks(java.lang.String type)
type - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/inlineHooks")
InlineHookList listInlineHooks()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/inlineHooks")
InlineHook createInlineHook(InlineHook inlineHook)
inlineHook - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/inlineHooks/{inlineHookId}")
InlineHook getInlineHook(java.lang.String inlineHookId)
inlineHookId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/logs")
LogEventList getLogs(java.util.Date since,
java.util.Date until,
java.lang.String filter,
java.lang.String q,
java.lang.String sortOrder)
since - (optional)until - (optional)filter - (optional)q - (optional)sortOrder - (optional, default to ASCENDING)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/logs")
LogEventList getLogs()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/mappings")
ProfileMappingList listProfileMappings(java.lang.String sourceId,
java.lang.String targetId)
sourceId - (optional)targetId - (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/mappings")
ProfileMappingList listProfileMappings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/mappings/{mappingId}")
ProfileMapping getProfileMapping(java.lang.String mappingId)
mappingId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/schemas/apps/{appInstanceId}/default")
UserSchema getApplicationUserSchema(java.lang.String appInstanceId)
appInstanceId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/apps/{appInstanceId}/default")
UserSchema updateApplicationUserProfile(java.lang.String appInstanceId,
UserSchema body)
appInstanceId - (required)body - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/apps/{appInstanceId}/default")
UserSchema updateApplicationUserProfile(java.lang.String appInstanceId)
appInstanceId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/schemas/group/default")
GroupSchema getGroupSchema()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/group/default")
GroupSchema updateGroupSchema(GroupSchema body)
body - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/group/default")
GroupSchema updateGroupSchema()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/schemas/user/linkedObjects")
LinkedObjectList listLinkedObjectDefinitions()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/user/linkedObjects")
LinkedObject addLinkedObjectDefinition(LinkedObject linkedObject)
linkedObject - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}")
LinkedObject getLinkedObjectDefinition(java.lang.String linkedObjectName)
linkedObjectName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/schemas/user/{schemaId}")
UserSchema getUserSchema(java.lang.String schemaId)
schemaId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/schemas/user/{schemaId}")
UserSchema updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
schemaId - (required)userSchema - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/types/user")
UserTypeList listUserTypes()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/meta/types/user")
UserType createUserType(UserType userType)
userType - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/meta/types/user/{typeId}")
UserType getUserType(java.lang.String typeId)
typeId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org")
OrgSetting getOrgSettings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org/contacts")
OrgContactTypeObjList getOrgContactTypes()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org/contacts/{contactType}")
OrgContactUser getOrgContactUser(java.lang.String contactType)
contactType - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org/preferences")
OrgPreferences getOrgPreferences()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org/privacy/oktaCommunication")
OrgOktaCommunicationSetting getOktaCommunicationSettings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/org/privacy/oktaSupport")
OrgOktaSupportSettingsObj getOrgOktaSupportSettings()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/policies")
PolicyList listPolicies(java.lang.String type,
java.lang.String status,
java.lang.String expand)
type - (required)status - (optional)expand - (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/policies")
PolicyList listPolicies(java.lang.String type)
type - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/policies")
Policy createPolicy(Policy policy,
java.lang.Boolean activate)
policy - (required)activate - (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/policies")
Policy createPolicy(Policy policy)
policy - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/policies/{policyId}")
Policy getPolicy(java.lang.String policyId,
java.lang.String expand)
policyId - (required)expand - (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/policies/{policyId}")
Policy getPolicy(java.lang.String policyId)
policyId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/sessions")
Session createSession(CreateSessionRequest createSessionRequest)
createSessionRequest - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/sessions/{sessionId}")
Session getSession(java.lang.String sessionId)
sessionId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/templates/sms")
SmsTemplateList listSmsTemplates(SmsTemplateType templateType)
templateType - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/templates/sms")
SmsTemplateList listSmsTemplates()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/templates/sms")
SmsTemplate createSmsTemplate(SmsTemplate smsTemplate)
smsTemplate - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/templates/sms/{templateId}")
SmsTemplate getSmsTemplate(java.lang.String templateId)
templateId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/threats/configuration")
ThreatInsightConfiguration getCurrentConfiguration()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/trustedOrigins")
TrustedOriginList listOrigins(java.lang.String q,
java.lang.String filter)
q - (optional)filter - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/trustedOrigins")
TrustedOriginList listOrigins()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/trustedOrigins")
TrustedOrigin createOrigin(TrustedOrigin trustedOrigin)
trustedOrigin - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/trustedOrigins/{trustedOriginId}")
TrustedOrigin getOrigin(java.lang.String trustedOriginId)
trustedOriginId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate")
TrustedOrigin activateOrigin(java.lang.String trustedOriginId)
trustedOriginId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate")
TrustedOrigin deactivateOrigin(java.lang.String trustedOriginId)
trustedOriginId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users")
UserList listUsers(java.lang.String q,
java.lang.String filter,
java.lang.String search,
java.lang.String sortBy,
java.lang.String sortOrder)
q - Finds a user that matches firstName, lastName, and email properties (optional)filter - Filters users with a supported expression for a subset of properties (optional)search - Searches for users with a supported filtering expression for most properties (optional)sortBy - (optional)sortOrder - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users")
UserList listUsers()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/users")
User createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
body - (required)activate - Executes activation lifecycle operation when creating the user (optional, default to true)provider - Indicates whether to create a user with a specified authentication provider (optional, default to false)nextLogin - With activate=true, set nextLogin to \"changePassword\" to have the password be EXPIRED, so user must change it the next time they log in. (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/users")
User createUser(CreateUserRequest body)
body - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}")
User getUser(java.lang.String userId)
userId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/users/{userId}")
User partialUpdateUser(User user,
java.lang.String userId,
java.lang.Boolean strict)
user - (required)userId - (required)strict - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/users/{userId}")
User partialUpdateUser(User user,
java.lang.String userId)
user - (required)userId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/clients/{clientId}/grants")
OAuth2ScopeConsentGrantList listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand)
userId - (required)clientId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/clients/{clientId}/grants")
OAuth2ScopeConsentGrantList listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId)
userId - (required)clientId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId}")
VerifyUserFactorResponse getFactorTransactionStatus(java.lang.String userId,
java.lang.String factorId,
java.lang.String transactionId)
userId - (required)factorId - (required)transactionId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/grants/{grantId}")
OAuth2ScopeConsentGrant getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
userId - (required)grantId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/grants/{grantId}")
OAuth2ScopeConsentGrant getUserGrant(java.lang.String userId,
java.lang.String grantId)
userId - (required)grantId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps")
CatalogApplicationList listApplicationTargetsForApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId)
userId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}")
void removeApplicationTargetFromApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName)
userId - (required)roleId - (required)appName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}")
void removeApplicationTargetFromAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
userId - (required)roleId - (required)appName - (required)applicationId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/zones")
NetworkZoneList listNetworkZones(java.lang.String filter)
filter - Filters zones by usage or id expression (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/zones")
NetworkZoneList listNetworkZones()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="POST - /api/v1/zones")
NetworkZone createNetworkZone(NetworkZone zone)
zone - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientApiCodegen",
date="2021-12-01T11:06:42.145-06:00",
comments="GET - /api/v1/zones/{zoneId}")
NetworkZone getNetworkZone(java.lang.String zoneId)
zoneId - (required)Copyright © 2017-2021 Okta. All Rights Reserved.