toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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
>
Members
Constructors
User
Assigned
Identity
Args
Link copied to clipboard
constructor
(
clientId
:
Output
<
String
>
?
=
null
,
principalId
:
Output
<
String
>
?
=
null
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
?
=
null
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UserAssignedIdentityArgs