Okta.Sdk.Model.ChildOrg

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
AdminOrgCreationAdmin
CreatedDateTimeOffsetTimestamp when the org was created[optional] [readonly]
EditionstringEdition for the org. `SKU` is the only supported value.
IdstringOrg ID[optional] [readonly]
LastUpdatedDateTimeOffsetTimestamp when the org was last updated[optional] [readonly]
NamestringUnique 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.
SettingsDictionary<string, Object>Settings associated with the created org[optional] [readonly]
StatusstringStatus of the org. `ACTIVE` is returned after the org is created.[optional] [readonly]
SubdomainstringSubdomain of the org. Must be unique and include no spaces.
TokenstringAPI 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]
TokenTypestringType of returned `token`. See Okta API tokens.[optional] [readonly]
WebsitestringDefault website for the org[optional]
LinksDictionary<string, Object>Specifies available link relations (see Web Linking) using the JSON Hypertext Application Language specification[optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]