Package com.okta.sdk.resource.model
Class ChildOrg
java.lang.Object
com.okta.sdk.resource.model.ChildOrg
- All Implemented Interfaces:
Serializable
@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 ChildOrg
extends Object
implements Serializable
ChildOrg
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Edition for the Org.static enum
Status of the Org.static enum
Type of returned `token`. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadmin
(OrgCreationAdmin admin) edition
(ChildOrg.EditionEnum edition) boolean
getAdmin()
Get adminTimestamp when the Org was createdEdition for the Org.getId()
Org IDTimestamp when the Org was last updatedgetLinks()
Specifies available link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specificationgetName()
Unique name of the Org.Settings associated with the created OrgStatus of the Org.Subdomain of the Org.getToken()
API token associated with the child Org super admin account.Type of returned `token`.Default website for the Orgint
hashCode()
void
setAdmin
(OrgCreationAdmin admin) void
setEdition
(ChildOrg.EditionEnum edition) void
void
setSubdomain
(String subdomain) void
setWebsite
(String website) toString()
-
Field Details
-
JSON_PROPERTY_ADMIN
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_EDITION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SUBDOMAIN
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_TOKEN_TYPE
- See Also:
-
JSON_PROPERTY_WEBSITE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
ChildOrg
public ChildOrg()
-
-
Method Details
-
admin
-
getAdmin
Get admin- Returns:
- admin
-
setAdmin
-
getCreated
Timestamp when the Org was created- Returns:
- created
-
edition
-
getEdition
Edition for the Org. `SKU` is the only supported value.- Returns:
- edition
-
setEdition
-
getId
Org ID- Returns:
- id
-
getLastUpdated
Timestamp when the Org was last updated- Returns:
- lastUpdated
-
name
-
getName
Unique name of the Org. This name appears in the HTML `<title>` tag of the new Org sign-in page. Only less than 4-width UTF-8 encoded characters are allowed.- Returns:
- name
-
setName
-
getSettings
Settings associated with the created Org- Returns:
- settings
-
getStatus
Status of the Org. `ACTIVE` is returned after the Org is created.- Returns:
- status
-
subdomain
-
getSubdomain
Subdomain of the Org. Must be unique and include no spaces.- Returns:
- subdomain
-
setSubdomain
-
getToken
API token associated with the child Org super admin account. Use this API token to provision resources (such as policies, apps, and groups) on the newly created child Org. This token is revoked if the super admin account is deactivated. > **Note:** If this API token expires, sign in to the Admin Console as the super admin user and create a new API token. See [Create an API token](https://developer.okta.com/docs/guides/create-an-api-token/).- Returns:
- token
-
getTokenType
Type of returned `token`. See [Okta API tokens](https://developer.okta.com/docs/guides/create-an-api-token/main/#okta-api-tokens).- Returns:
- tokenType
-
website
-
getWebsite
Default website for the Org- Returns:
- website
-
setWebsite
-
getLinks
Specifies available link relations (see [Web Linking](https://www.rfc-editor.org/rfc/rfc8288)) using the [JSON Hypertext Application Language](https://datatracker.ietf.org/doc/html/draft-kelly-json-hal-06) specification- Returns:
- links
-
equals
-
hashCode
public int hashCode() -
toString
-