Class ExternalKeyReference
A reference to the key on external key manager.
Inherited Members
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