@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateDomainDetails extends ExplicitlySetBmcModel
(For tenancies that support identity domains) Details for creating an identity domain.
Note: Objects should always be created or deserialized using the CreateDomainDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CreateDomainDetails.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateDomainDetails.Builder |
Constructor and Description |
---|
CreateDomainDetails(String compartmentId,
String displayName,
String description,
String homeRegion,
String licenseType,
Boolean isHiddenOnLogin,
String adminFirstName,
String adminLastName,
String adminUserName,
String adminEmail,
Boolean isNotificationBypassed,
Boolean isPrimaryEmailRequired,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateDomainDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAdminEmail()
The administrator’s email address.
|
String |
getAdminFirstName()
The administrator’s first name.
|
String |
getAdminLastName()
The administrator’s last name.
|
String |
getAdminUserName()
The administrator’s user name.
|
String |
getCompartmentId()
The OCID of the compartment where the identity domain is created.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
The identity domain description.
|
String |
getDisplayName()
The mutable display name of the identity domain.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getHomeRegion()
The region’s name identifier.
|
Boolean |
getIsHiddenOnLogin()
Indicates whether the identity domain is hidden on the sign-in screen or not.
|
Boolean |
getIsNotificationBypassed()
Indicates whether or not the administrator user created in the IDCS stripe would like to receive notifications like a welcome email.
|
Boolean |
getIsPrimaryEmailRequired()
Optional field to indicate whether users in the identity domain are required to have a primary email address or not.
|
String |
getLicenseType()
The license type of the identity domain.
|
int |
hashCode() |
CreateDomainDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"compartmentId","displayName","description","homeRegion","licenseType","isHiddenOnLogin","adminFirstName","adminLastName","adminUserName","adminEmail","isNotificationBypassed","isPrimaryEmailRequired","freeformTags","definedTags"}) public CreateDomainDetails(String compartmentId, String displayName, String description, String homeRegion, String licenseType, Boolean isHiddenOnLogin, String adminFirstName, String adminLastName, String adminUserName, String adminEmail, Boolean isNotificationBypassed, Boolean isPrimaryEmailRequired, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
public static CreateDomainDetails.Builder builder()
Create a new builder.
public CreateDomainDetails.Builder toBuilder()
public String getCompartmentId()
The OCID of the compartment where the identity domain is created.
public String getDisplayName()
The mutable display name of the identity domain.
public String getDescription()
The identity domain description. You can have an empty description.
public String getHomeRegion()
The region’s name identifier. See Regions and Availability Domains for the full list of supported region names.
Example: us-phoenix-1
public String getLicenseType()
The license type of the identity domain.
public Boolean getIsHiddenOnLogin()
Indicates whether the identity domain is hidden on the sign-in screen or not.
public String getAdminFirstName()
The administrator’s first name.
public String getAdminLastName()
The administrator’s last name.
public String getAdminUserName()
The administrator’s user name.
public String getAdminEmail()
The administrator’s email address.
public Boolean getIsNotificationBypassed()
Indicates whether or not the administrator user created in the IDCS stripe would like to receive notifications like a welcome email. This field is required only if admin information is provided. This field is otherwise optional.
public Boolean getIsPrimaryEmailRequired()
Optional field to indicate whether users in the identity domain are required to have a primary email address or not. The default is true.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
Example: {"Department": "Finance"}
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.