ProjectEnvironmentTypeUserRoleAssignment

data class ProjectEnvironmentTypeUserRoleAssignment(val roles: List<String>, val userId: String)

Constructors

Link copied to clipboard
constructor(roles: List<String>, userId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of roles to assign to the user_id.

Link copied to clipboard

The user object ID that is assigned roles.