get
https://Use API Lookup for a base URL/resourcePolicies
Get a list of Resource Policies. If an unscoped access token is used, all resource policies(unscoped and scoped) within the realm of the caller are returned. If a project scoped access token is used, resource policies within the project are returned.
Access Control:
- The calling principal must have "readResourcePolicies" action permission in the "authorization" service.
- The unscoped access to this api is granted via the default authorization policy.
- The scoped access to this api is granted via the default "projectEnabled" action for members of the project.
- This API works for tokens with or without a project scope.