Show / Hide Table of Contents

Class ExternalKeyReferenceDetails

Key reference data to be returned to the customer as a response.

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

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

ExternalKeyVersionId

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

Key version ID associated with the external key.

Remarks

Required

In this article
Back to top