Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::ListGrantsResponse.
Message for response to listing grants.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#grants
def grants() -> ::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant>
Returns
- (::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant>) — The list of grants.
#grants=
def grants=(value) -> ::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant>
Parameter
- value (::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant>) — The list of grants.
Returns
- (::Array<::Google::Cloud::PrivilegedAccessManager::V1::Grant>) — The list of grants.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.