public sealed class SearchAllIamPoliciesResponse : IMessage<SearchAllIamPoliciesResponse>, IEquatable<SearchAllIamPoliciesResponse>, IDeepCloneable<SearchAllIamPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<IamPolicySearchResult>, IEnumerable<IamPolicySearchResult>, IEnumerableReference documentation and code samples for the Google Cloud Asset Inventory v1 API class SearchAllIamPoliciesResponse.
Search all IAM policies response.
Implements
IMessage<SearchAllIamPoliciesResponse>, IEquatable<SearchAllIamPoliciesResponse>, IDeepCloneable<SearchAllIamPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<IamPolicySearchResult>, IEnumerable<IamPolicySearchResult>, 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 IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<IamPolicySearchResult> |
|
Methods
GetEnumerator()
public IEnumerator<IamPolicySearchResult> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<IamPolicySearchResult> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|