Okta.Sdk.Model.ChildOrg
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Admin | OrgCreationAdmin | ||
| Created | DateTimeOffset | Timestamp when the org was created | [optional] [readonly] |
| Edition | string | Edition for the org. `SKU` is the only supported value. | |
| Id | string | Org ID | [optional] [readonly] |
| LastUpdated | DateTimeOffset | Timestamp when the org was last updated | [optional] [readonly] |
| Name | string | 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. | |
| Settings | Dictionary<string, Object> | Settings associated with the created org | [optional] [readonly] |
| Status | string | Status of the org. `ACTIVE` is returned after the org is created. | [optional] [readonly] |
| Subdomain | string | Subdomain of the org. Must be unique and include no spaces. | |
| Token | string | 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. | [optional] [readonly] |
| TokenType | string | Type of returned `token`. See Okta API tokens. | [optional] [readonly] |
| Website | string | Default website for the org | [optional] |
| Links | Dictionary<string, Object> | Specifies available link relations (see Web Linking) using the JSON Hypertext Application Language specification | [optional] [readonly] |