Show / Hide Table of Contents

Class EnableReplicationToRegionDetails

(For tenancies that support identity domains) Identity domain replication request packet.

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

Properties

ReplicaRegion

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

A region to which you want identity domain replication to occur. See Regions and Availability Domains for the full list of supported region names.
Example: us-phoenix-1

In This Article
Back to top