Show / Hide Table of Contents

Class ExternalKeyVersionReference

A reference to key version on external key manager.

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

Properties

ExternalKeyVersionId

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

Key version ID associated with the external key.

In this article
Back to top