pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Principals
Response
Link copied to clipboard
fun
PrincipalsResponse
(
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.