Reference documentation and code samples for the Privileged Access Manager V1 API class Google::Cloud::PrivilegedAccessManager::V1::SearchGrantsResponse.
Response message for SearchGrants method.
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.