toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.devcenter.kotlin.outputs
/
UserRoleAssignmentResponse
User
Role
Assignment
Response
data
class
UserRoleAssignmentResponse
(
val
roles
:
Map
<
String
,
EnvironmentRoleResponse
>
?
=
null
)
Mapping of user object ID to role assignments.
Members
Constructors
User
Role
Assignment
Response
Link copied to clipboard
constructor
(
roles
:
Map
<
String
,
EnvironmentRoleResponse
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
roles
Link copied to clipboard
val
roles
:
Map
<
String
,
EnvironmentRoleResponse
>
?
=
null
A map of roles to assign to the parent user.