UefiKeyArgs

data class UefiKeyArgs(val type: Output<Either<String, UefiKeyType>>? = null, val value: Output<List<String>>? = null) : ConvertibleToJava<UefiKeyArgs>

A UEFI key signature.

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, UefiKeyType>>? = null, value: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<Either<String, UefiKeyType>>? = null

The type of key signature.

Link copied to clipboard
val value: Output<List<String>>? = null

The value of the key signature.

Functions

Link copied to clipboard
open override fun toJava(): UefiKeyArgs