toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.codesigning.kotlin.inputs
/
AccountSkuArgs
Account
Sku
Args
data
class
AccountSkuArgs
(
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
:
ConvertibleToJava
<
AccountSkuArgs
>
SKU of the trusted signing account.
Members
Constructors
Account
Sku
Args
Link copied to clipboard
constructor
(
name
:
Output
<
Either
<
String
,
SkuName
>
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
Either
<
String
,
SkuName
>
>
Name of the SKU.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AccountSkuArgs