Class KeyDetails
The properties that define the kms keys used by OKE for Image Signature verification.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class KeyDetails
Properties
KmsKeyId
Declaration
[JsonProperty(PropertyName = "kmsKeyId")]
public string KmsKeyId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCIDs of the KMS key that will be used to verify whether the images are signed by an approved source. |