Show / Hide Table of Contents

Class KeyDetails

The properties that define the kms keys used by OKE for Image Signature verification.

Inheritance
object
KeyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top