UserRoleAssignmentArgs

data class UserRoleAssignmentArgs(val roles: Output<List<String>>? = null) : ConvertibleToJava<UserRoleAssignmentArgs>

Mapping of user object ID to role assignments.

Constructors

Link copied to clipboard
constructor(roles: Output<List<String>>? = null)

Properties

Link copied to clipboard
val roles: Output<List<String>>? = null

A map of roles to assign to the parent user.

Functions

Link copied to clipboard
open override fun toJava(): UserRoleAssignmentArgs