public sealed class SearchGrantsResponse : IMessage<SearchGrantsResponse>, IEquatable<SearchGrantsResponse>, IDeepCloneable<SearchGrantsResponse>, IBufferMessage, IMessage, IPageResponse<Grant>, IEnumerable<Grant>, IEnumerable
Reference documentation and code samples for the Privileged Access Manager v1 API class SearchGrantsResponse.
Response message for SearchGrants
method.
Implements
IMessageSearchGrantsResponse, IEquatableSearchGrantsResponse, IDeepCloneableSearchGrantsResponse, IBufferMessage, IMessage, IPageResponseGrant, IEnumerableGrant, IEnumerableNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
SearchGrantsResponse()
public SearchGrantsResponse()
SearchGrantsResponse(SearchGrantsResponse)
public SearchGrantsResponse(SearchGrantsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SearchGrantsResponse |
Properties
Grants
public RepeatedField<Grant> Grants { get; }
The list of grants.
Property Value | |
---|---|
Type | Description |
RepeatedFieldGrant |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<Grant> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGrant |