Show / Hide Table of Contents

Class KeyVersionReplicaDetails

KeyVersion replica details

Inheritance
object
KeyVersionReplicaDetails
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 KeyVersionReplicaDetails

Properties

ReplicationId

Declaration
[JsonProperty(PropertyName = "replicationId")]
public string ReplicationId { get; set; }
Property Value
Type Description
string

ReplicationId associated with a key version operation

In this article
Back to top