aclPolicies property

List<AclPolicy>? aclPolicies
getter/setter pair

A list of ACL policies in the project in the specified location, or across all locations.

If the location_id in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated.

Implementation

core.List<AclPolicy>? aclPolicies;