pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.automation.kotlin.outputs
/
UserAssignedIdentitiesPropertiesResponse
User
Assigned
Identities
Properties
Response
data
class
UserAssignedIdentitiesPropertiesResponse
(
val
clientId
:
String
,
val
principalId
:
String
)
Types
Constructors
Properties
Constructors
User
Assigned
Identities
Properties
Response
Link copied to clipboard
fun
UserAssignedIdentitiesPropertiesResponse
(
clientId
:
String
,
principalId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
The client id of user assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
String
The principal id of user assigned identity.