toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.datacatalog.kotlin.outputs
/
PrincipalsResponse
Principals
Response
data
class
PrincipalsResponse
(
val
objectId
:
String
?
=
null
,
val
upn
:
String
?
=
null
)
User principals.
Members
Constructors
Principals
Response
Link copied to clipboard
constructor
(
objectId
:
String
?
=
null
,
upn
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
object
Id
Link copied to clipboard
val
objectId
:
String
?
=
null
Object Id for the user
upn
Link copied to clipboard
val
upn
:
String
?
=
null
UPN of the user.