toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.devcenter.kotlin.outputs
/
ProjectEnvironmentTypeUserRoleAssignment
Project
Environment
Type
User
Role
Assignment
data
class
ProjectEnvironmentTypeUserRoleAssignment
(
val
roles
:
List
<
String
>
,
val
userId
:
String
)
Members
Constructors
Project
Environment
Type
User
Role
Assignment
Link copied to clipboard
constructor
(
roles
:
List
<
String
>
,
userId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
roles
Link copied to clipboard
val
roles
:
List
<
String
>
A list of roles to assign to the
user_id
.
user
Id
Link copied to clipboard
val
userId
:
String
The user object ID that is assigned roles.