directRoles property

List<String>? directRoles
getter/setter pair

Roles directly assigned to this user for this account or property.

Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.

Implementation

core.List<core.String>? directRoles;