Package com.okta.sdk.resource.model
Class OrgCreationAdmin
java.lang.Object
com.okta.sdk.resource.model.OrgCreationAdmin
- 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 OrgCreationAdmin
extends Object
implements Serializable
Profile and credential information for the first super admin user of the child Org. If you plan to configure and
manage the Org programmatically, create a system user with a dedicated email address and a strong password. >
**Note:** If you don't provide `credentials`, the super admin user is prompted to set up their
credentials when they sign in to the Org for the first time.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(OrgCreationAdminCredentials credentials) boolean
Get credentialsGet profileint
hashCode()
profile
(OrgCreationAdminProfile profile) void
setCredentials
(OrgCreationAdminCredentials credentials) void
setProfile
(OrgCreationAdminProfile profile) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
OrgCreationAdmin
public OrgCreationAdmin()
-
-
Method Details