Package com.okta.sdk.resource.model
Class OrgCreationAdminProfile
java.lang.Object
com.okta.sdk.resource.model.OrgCreationAdminProfile
- 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 OrgCreationAdminProfile
extends Object
implements Serializable
Specifies the profile attributes for the first super admin user. The minimal set of required attributes are
`email`, `firstName`, `lastName`, and `login`. See
[profile](/openapi/okta-management/management/tag/User/#tag/User/operation/getUser!c=200&path=profile&t=response)
for additional profile attributes.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getEmail()
The primary email address of the User.Given name of the User (`givenName`)The family name of the User (`familyName`)getLogin()
The unique identifier for the User (`username`)int
hashCode()
void
setAdditionalProperties
(Map<String, Object> additionalProperties) void
void
setFirstName
(String firstName) void
setLastName
(String lastName) void
toString()
-
Field Details
-
additionalProperties
-
JSON_PROPERTY_FIRST_NAME
- See Also:
-
JSON_PROPERTY_LAST_NAME
- See Also:
-
JSON_PROPERTY_EMAIL
- See Also:
-
JSON_PROPERTY_LOGIN
- See Also:
-
-
Constructor Details
-
OrgCreationAdminProfile
public OrgCreationAdminProfile()
-
-
Method Details
-
getAdditionalProperties
-
setAdditionalProperties
-
firstName
-
getFirstName
Given name of the User (`givenName`)- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
The family name of the User (`familyName`)- Returns:
- lastName
-
setLastName
-
email
-
getEmail
The primary email address of the User. For validation, see [RFC 5322 Section 3.2.3](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.3).- Returns:
-
setEmail
-
login
-
getLogin
The unique identifier for the User (`username`)- Returns:
- login
-
setLogin
-
equals
-
hashCode
public int hashCode() -
toString
-