toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerregistry.kotlin.inputs
/
UserIdentityPropertiesArgs
User
Identity
Properties
Args
data
class
UserIdentityPropertiesArgs
(
val
clientId
:
Output
<
String
>
?
=
null
,
val
principalId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
UserIdentityPropertiesArgs
>
Members
Constructors
User
Identity
Properties
Args
Link copied to clipboard
constructor
(
clientId
:
Output
<
String
>
?
=
null
,
principalId
:
Output
<
String
>
?
=
null
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
?
=
null
The client id of user assigned identity.
principal
Id
Link copied to clipboard
val
principalId
:
Output
<
String
>
?
=
null
The principal id of user assigned identity.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
UserIdentityPropertiesArgs