Privileged Access Manager v1 API - Class SearchGrantsResponse (1.0.0-beta01)

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.

Inheritance

object > SearchGrantsResponse

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

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