Show / Hide Table of Contents

Class KeyDetails

The properties that define the kms keys used by Functions 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.FunctionsService.Models
Assembly: OCI.DotNetSDK.Functions.dll
Syntax
public class KeyDetails

Properties

KmsKeyId

Declaration
[Required(ErrorMessage = "KmsKeyId is required.")]
[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 the image signature.

Remarks

Required

In this article
Back to top