You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to deprecating legacy role assignments, fd47fda (googleapis/google-cloud-python#9869) deprecated the Policy.user, Policy.service_account, Policy.group, Policy.domain, Policy.all_users, and Policy.authenticated_users entity factory helpers.
ISTM that those helpers should not be deprecated: they hide spelling details from users, and were not part of the "binding assigments" bit being deprecated (the assignable Policy.owners, Policy.editors, Policy.viewers properties): one still has to be able to construct the correctly-spelled entity when using the expected Policy.bindings[<ROLENAME>] spelling.
The text was updated successfully, but these errors were encountered:
In addition to deprecating legacy role assignments, fd47fda (googleapis/google-cloud-python#9869) deprecated the
Policy.user
,Policy.service_account
,Policy.group
,Policy.domain
,Policy.all_users
, andPolicy.authenticated_users
entity factory helpers.ISTM that those helpers should not be deprecated: they hide spelling details from users, and were not part of the "binding assigments" bit being deprecated (the assignable
Policy.owners
,Policy.editors
,Policy.viewers
properties): one still has to be able to construct the correctly-spelled entity when using the expectedPolicy.bindings[<ROLENAME>]
spelling.The text was updated successfully, but these errors were encountered: