Class ReplicaExternalVaultMetadata
Metadata of the replica region External Vault
Inherited Members
Namespace: Oci.KeymanagementService.Models
Assembly: OCI.DotNetSDK.Keymanagement.dll
Syntax
public class ReplicaExternalVaultMetadata : ReplicaVaultMetadata
Properties
IdcsAccountNameUrl
Declaration
[Required(ErrorMessage = "IdcsAccountNameUrl is required.")]
[JsonProperty(PropertyName = "idcsAccountNameUrl")]
public string IdcsAccountNameUrl { get; set; }
Property Value
Type | Description |
---|---|
string | Replica region URL of the IDCS domain |
Remarks
Required
PrivateEndpointId
Declaration
[Required(ErrorMessage = "PrivateEndpointId is required.")]
[JsonProperty(PropertyName = "privateEndpointId")]
public string PrivateEndpointId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the EKMS private endpoint in the replica region and must be in ACTIVE state |
Remarks
Required