pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.batch.kotlin.outputs
/
BatchAccountIdentityResponseUserAssignedIdentities
Batch
Account
Identity
Response
User
Assigned
Identities
data
class
BatchAccountIdentityResponseUserAssignedIdentities
(
val
clientId
:
String
,
val
principalId
:
String
)
Types
Constructors
Properties
Constructors
Batch
Account
Identity
Response
User
Assigned
Identities
Link copied to clipboard
fun
BatchAccountIdentityResponseUserAssignedIdentities
(
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.