Package com.okta.sdk.resource.api
Class OrgCreatorApi
java.lang.Object
com.okta.sdk.resource.api.OrgCreatorApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OrgCreatorApi
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateChildOrg
(ChildOrg childOrg) Create an Org Creates an Org (child org) that has the same features as the current requesting org (parent org).createChildOrg
(ChildOrg childOrg, Map<String, String> additionalHeaders) Create an Org Creates an Org (child org) that has the same features as the current requesting org (parent org).protected static com.fasterxml.jackson.databind.ObjectMapper
void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
OrgCreatorApi
public OrgCreatorApi() -
OrgCreatorApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createChildOrg
Create an Org Creates an Org (child org) that has the same features as the current requesting org (parent org). A child org inherits any new features added to the parent org, but new features added to the child org aren't propagated back to the parent org. > **Notes:** > * Some features associated with products, such as Atspoke, Workflows, and Okta Identity Governance, aren't propagated to the child Org. > * Wait at least 30 seconds after a 201-Created response before you make API requests to the new child Org. > * For rate limits, see [Org creation rate limits](https://developer.okta.com/docs/reference/rl-additional-limits/#org-creation-rate-limits).- Parameters:
childOrg
- (optional)- Returns:
- ChildOrg
- Throws:
ApiException
- if fails to make API call
-
createChildOrg
public ChildOrg createChildOrg(ChildOrg childOrg, Map<String, String> additionalHeaders) throws ApiExceptionCreate an Org Creates an Org (child org) that has the same features as the current requesting org (parent org). A child org inherits any new features added to the parent org, but new features added to the child org aren't propagated back to the parent org. > **Notes:** > * Some features associated with products, such as Atspoke, Workflows, and Okta Identity Governance, aren't propagated to the child Org. > * Wait at least 30 seconds after a 201-Created response before you make API requests to the new child Org. > * For rate limits, see [Org creation rate limits](https://developer.okta.com/docs/reference/rl-additional-limits/#org-creation-rate-limits).- Parameters:
childOrg
- (optional)additionalHeaders
- additionalHeaders for this call- Returns:
- ChildOrg
- Throws:
ApiException
- if fails to make API call
-
getObjectMapper
protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-