pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.outputs
/
ApplicationUserAssignedIdentityResponse
Application
User
Assigned
Identity
Response
data
class
ApplicationUserAssignedIdentityResponse
(
val
name
:
String
,
val
principalId
:
String
)
Types
Constructors
Properties
Constructors
Application
User
Assigned
Identity
Response
Link copied to clipboard
fun
ApplicationUserAssignedIdentityResponse
(
name
:
String
,
principalId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The friendly name of user assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
String
The principal id of user assigned identity.