Google Cloud Asset Inventory v1 API - Class SearchAllIamPoliciesResponse (3.9.0)

public sealed class SearchAllIamPoliciesResponse : IMessage<SearchAllIamPoliciesResponse>, IEquatable<SearchAllIamPoliciesResponse>, IDeepCloneable<SearchAllIamPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<IamPolicySearchResult>, IEnumerable<IamPolicySearchResult>, IEnumerable

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class SearchAllIamPoliciesResponse.

Search all IAM policies response.

Inheritance

object > SearchAllIamPoliciesResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

SearchAllIamPoliciesResponse()

public SearchAllIamPoliciesResponse()

SearchAllIamPoliciesResponse(SearchAllIamPoliciesResponse)

public SearchAllIamPoliciesResponse(SearchAllIamPoliciesResponse other)
Parameter
NameDescription
otherSearchAllIamPoliciesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Set if there are more results than those appearing in this response; to get the next set of results, call this method again, using this value as the page_token.

Property Value
TypeDescription
string

Results

public RepeatedField<IamPolicySearchResult> Results { get; }

A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.

Property Value
TypeDescription
RepeatedFieldIamPolicySearchResult

Methods

GetEnumerator()

public IEnumerator<IamPolicySearchResult> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorIamPolicySearchResult