TOM _model.py - add_role_member for Groups #700
-
Dear all, i was trying to use it to add sec. Groups to the security roles of the semantic model, which would make more sense in the enterprise environment. As far as i saw it implements only adding "emails", meaning user(s). Is there any plan to add it, or is it even possible to add it with current function. I have seen there is RoleMemberType for this use-case. As i try to use the security groups instead of member i am getting:
Thanks and regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Created a PR to fix this issue. The PR adds a 'role_member_type' parameter which defaults to 'User' but can be set to 'Group' to allow you to add groups as members of roles. This will be available in the next release. |
Beta Was this translation helpful? Give feedback.
Created a PR to fix this issue. The PR adds a 'role_member_type' parameter which defaults to 'User' but can be set to 'Group' to allow you to add groups as members of roles. This will be available in the next release.