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.
Implements
IMessageSearchAllIamPoliciesResponse, IEquatableSearchAllIamPoliciesResponse, IDeepCloneableSearchAllIamPoliciesResponse, IBufferMessage, IMessage, IPageResponseIamPolicySearchResult, IEnumerableIamPolicySearchResult, IEnumerableNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
SearchAllIamPoliciesResponse()
public SearchAllIamPoliciesResponse()
SearchAllIamPoliciesResponse(SearchAllIamPoliciesResponse)
public SearchAllIamPoliciesResponse(SearchAllIamPoliciesResponse other)
Parameter | |
---|---|
Name | Description |
other | SearchAllIamPoliciesResponse |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldIamPolicySearchResult |
Methods
GetEnumerator()
public IEnumerator<IamPolicySearchResult> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorIamPolicySearchResult |