Show / Hide Table of Contents

Class CreateDomainDetails

(For tenancies that support identity domains) Details for creating an identity domain.

Inheritance
System.Object
CreateDomainDetails
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class CreateDomainDetails : object

Properties

AdminEmail

Declaration
public string AdminEmail { get; set; }
Property Value
Type Description
System.String

The administrator's email address.

AdminFirstName

Declaration
public string AdminFirstName { get; set; }
Property Value
Type Description
System.String

The administrator's first name.

AdminLastName

Declaration
public string AdminLastName { get; set; }
Property Value
Type Description
System.String

The administrator's last name.

AdminUserName

Declaration
public string AdminUserName { get; set; }
Property Value
Type Description
System.String

The administrator's user name.

CompartmentId

Declaration
public string CompartmentId { get; set; }
Property Value
Type Description
System.String

The OCID of the compartment where the identity domain is created.

Remarks

Required

DefinedTags

Declaration
public System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<string, System.Object>> DefinedTags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.Object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations": {"CostCenter": "42"}}

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The identity domain description. You can have an empty description.

Remarks

Required

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

The mutable display name of the identity domain.

Remarks

Required

FreeformTags

Declaration
public System.Collections.Generic.Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

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"}

HomeRegion

Declaration
public string HomeRegion { get; set; }
Property Value
Type Description
System.String

The region's name identifier. See Regions and Availability Domains for the full list of supported region names.
Example: us-phoenix-1

Remarks

Required

IsHiddenOnLogin

Declaration
public System.Nullable<bool> IsHiddenOnLogin { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Indicates whether the identity domain is hidden on the sign-in screen or not.

IsNotificationBypassed

Declaration
public System.Nullable<bool> IsNotificationBypassed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

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.

IsPrimaryEmailRequired

Declaration
public System.Nullable<bool> IsPrimaryEmailRequired { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Optional field to indicate whether users in the identity domain are required to have a primary email address or not. The default is true.

LicenseType

Declaration
public string LicenseType { get; set; }
Property Value
Type Description
System.String

The license type of the identity domain.

Remarks

Required

In This Article
Back to top