pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.inputs
/
UserAssignedIdentityArgs
User
Assigned
Identity
Args
data
class
UserAssignedIdentityArgs
(
val
clientId
:
Output
<
String
>
?
=
null
,
val
principalId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
UserAssignedIdentityArgs
>
Constructors
Functions
Properties
Constructors
User
Assigned
Identity
Args
Link copied to clipboard
fun
UserAssignedIdentityArgs
(
clientId
:
Output
<
String
>
?
=
null
,
principalId
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UserAssignedIdentityArgs
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
?
=
null
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null