Show / Hide Table of Contents

Class ExternalKeyReference

A reference to the key on external key manager.

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

Properties

ExternalKeyId

Declaration
[Required(ErrorMessage = "ExternalKeyId is required.")]
[JsonProperty(PropertyName = "externalKeyId")]
public string ExternalKeyId { get; set; }
Property Value
Type Description
string

ExternalKeyId refers to the globally unique key Id associated with the key created in external vault in CTM

Remarks

Required

In this article
Back to top