toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerregistry.kotlin.outputs
/
UserIdentityPropertiesResponse
User
Identity
Properties
Response
data
class
UserIdentityPropertiesResponse
(
val
clientId
:
String
?
=
null
,
val
principalId
:
String
?
=
null
)
Members
Constructors
User
Identity
Properties
Response
Link copied to clipboard
constructor
(
clientId
:
String
?
=
null
,
principalId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
?
=
null
The client id of user assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
String
?
=
null
The principal id of user assigned identity.