toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.compute.kotlin.inputs
/
UefiKeyArgs
Uefi
Key
Args
data
class
UefiKeyArgs
(
val
type
:
Output
<
Either
<
String
,
UefiKeyType
>
>
?
=
null
,
val
value
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
UefiKeyArgs
>
A UEFI key signature.
Members
Constructors
Uefi
Key
Args
Link copied to clipboard
constructor
(
type
:
Output
<
Either
<
String
,
UefiKeyType
>
>
?
=
null
,
value
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
Either
<
String
,
UefiKeyType
>
>
?
=
null
The type of key signature.
value
Link copied to clipboard
val
value
:
Output
<
List
<
String
>
>
?
=
null
The value of the key signature.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UefiKeyArgs