toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.inputs
/
ApplicationUserAssignedIdentityArgs
Application
User
Assigned
Identity
Args
data
class
ApplicationUserAssignedIdentityArgs
(
val
name
:
Output
<
String
>
,
val
principalId
:
Output
<
String
>
)
:
ConvertibleToJava
<
ApplicationUserAssignedIdentityArgs
>
Members
Constructors
Application
User
Assigned
Identity
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
principalId
:
Output
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The friendly name of user assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
The principal id of user assigned identity.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ApplicationUserAssignedIdentityArgs