results property

List<IamPolicySearchResult>? results
getter/setter pair

A list of IAM policies that match the search query.

Related information such as the associated resource is returned along with the policy.

Implementation

core.List<IamPolicySearchResult>? results;