Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::SearchAllIamPoliciesResponse.
Search all IAM policies response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Set if there are more results than those appearing in this response; to get
the next set of results, call this method again, using this value as the
page_token
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Set if there are more results than those appearing in this response; to get
the next set of results, call this method again, using this value as the
page_token
.
Returns
-
(::String) — Set if there are more results than those appearing in this response; to get
the next set of results, call this method again, using this value as the
page_token
.
#results
def results() -> ::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>
Returns
- (::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>) — A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.
#results=
def results=(value) -> ::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>) — A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.
Returns
- (::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>) — A list of IAM policies that match the search query. Related information such as the associated resource is returned along with the policy.