toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.workloads.kotlin.outputs
/
SAPVirtualInstanceIdentityResponseUserAssignedIdentities
SAPVirtual
Instance
Identity
Response
User
Assigned
Identities
data
class
SAPVirtualInstanceIdentityResponseUserAssignedIdentities
(
val
clientId
:
String
,
val
principalId
:
String
)
Members
Constructors
SAPVirtual
Instance
Identity
Response
User
Assigned
Identities
Link copied to clipboard
constructor
(
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 the assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
String
The principal ID of the assigned identity.