Package version:

Interface UserRoleAssignmentValue

Mapping of user object ID to role assignments.

Hierarchy

  • UserRoleAssignmentValue

Properties

Properties

roles?: {
    [propertyName: string]: EnvironmentRole;
}

A map of roles to assign to the parent user.

Type declaration

Generated using TypeDoc