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-23T16:19:57.008753975Z[Etc/UTC]",
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentials(OrgCreationAdminCredentials credentials) booleanGet credentialsGet profileinthashCode()profile(OrgCreationAdminProfile profile) voidsetCredentials(OrgCreationAdminCredentials credentials) voidsetProfile(OrgCreationAdminProfile profile) toString()
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
OrgCreationAdmin
public OrgCreationAdmin()
-
-
Method Details