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