Class EnableReplicationToRegionDetails
(For tenancies that support identity domains) Identity domain replication request packet.
Inherited Members
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class EnableReplicationToRegionDetails
Properties
ReplicaRegion
Declaration
[JsonProperty(PropertyName = "replicaRegion")]
public string ReplicaRegion { get; set; }
Property Value
Type | Description |
---|---|
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.
|