UserRoleAssignmentArgs

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

Mapping of user object ID to role assignments.

Constructors

Link copied to clipboard
fun UserRoleAssignmentArgs(roles: Output<Map<String, Any>>? = null)

Functions

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

Properties

Link copied to clipboard
val roles: Output<Map<String, Any>>? = null

A map of roles to assign to the parent user.