Class ExternalKeyReferenceDetails
Key reference data to be returned to the customer as a response.
Inherited Members
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