Class KeyDetails
The properties that define the kms keys used by Functions for Image Signature verification.
Inherited Members
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