Show / Hide Table of Contents

Class ReplicaExternalVaultMetadata

Metadata of the replica region External Vault

Inheritance
object
ReplicaVaultMetadata
ReplicaExternalVaultMetadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top