Class SearchAllIamPoliciesResponse (3.1.0)

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

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 IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

Property Value
TypeDescription
RepeatedField<IamPolicySearchResult>

Methods

GetEnumerator()

public IEnumerator<IamPolicySearchResult> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<IamPolicySearchResult>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator