public sealed class ListGrantsResponse : IMessage<ListGrantsResponse>, IEquatable<ListGrantsResponse>, IDeepCloneable<ListGrantsResponse>, IBufferMessage, IMessage, IPageResponse<Grant>, IEnumerable<Grant>, IEnumerable
Reference documentation and code samples for the Privileged Access Manager v1 API class ListGrantsResponse.
Message for response to listing grants.
Implements
IMessageListGrantsResponse, IEquatableListGrantsResponse, IDeepCloneableListGrantsResponse, IBufferMessage, IMessage, IPageResponseGrant, IEnumerableGrant, IEnumerableNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
ListGrantsResponse()
public ListGrantsResponse()
ListGrantsResponse(ListGrantsResponse)
public ListGrantsResponse(ListGrantsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListGrantsResponse |
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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Grant> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorGrant |