pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devices.kotlin.inputs
/
ManagedIdentityArgs
Managed
Identity
Args
data
class
ManagedIdentityArgs
(
val
userAssignedIdentity
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ManagedIdentityArgs
>
The properties of the Managed identity.
Constructors
Functions
Properties
Constructors
Managed
Identity
Args
Link copied to clipboard
fun
ManagedIdentityArgs
(
userAssignedIdentity
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ManagedIdentityArgs
Properties
user
Assigned
Identity
Link copied to clipboard
val
userAssignedIdentity
:
Output
<
String
>
?
=
null
The user assigned identity.