toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.compute.kotlin.outputs
/
UefiKeyResponse
Uefi
Key
Response
data
class
UefiKeyResponse
(
val
type
:
String
?
=
null
,
val
value
:
List
<
String
>
?
=
null
)
A UEFI key signature.
Members
Constructors
Uefi
Key
Response
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
value
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
?
=
null
The type of key signature.
value
Link copied to clipboard
val
value
:
List
<
String
>
?
=
null
The value of the key signature.