toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.deploymentmanager.kotlin.inputs
/
IdentityArgs
Identity
Args
data
class
IdentityArgs
(
val
identityIds
:
Output
<
List
<
String
>
>
,
val
type
:
Output
<
String
>
)
:
ConvertibleToJava
<
IdentityArgs
>
Identity for the resource.
Members
Constructors
Identity
Args
Link copied to clipboard
constructor
(
identityIds
:
Output
<
List
<
String
>
>
,
type
:
Output
<
String
>
)
Properties
identity
Ids
Link copied to clipboard
val
identityIds
:
Output
<
List
<
String
>
>
The list of identities.
type
Link copied to clipboard
val
type
:
Output
<
String
>
The identity type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IdentityArgs