2025.2 Series Release Notes¶
3.21.0¶
New Features¶
New attribute
has_global_accessis added to the context object. Value of this attribute is set based on the API policy rulecontext_with_global_accessand should be used in case when there are custom roles with access to the resources from all projects. For example,auditorrole which should have read only access to all of the resources in the cloud. By defaultcontext.has_global_accessis granted to no one.