Class: Google::Cloud::Asset::V1::SearchAllIamPoliciesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/asset/v1/asset_service.rb

Overview

Search all IAM policies response.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns 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.



623
624
625
626
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 623

class SearchAllIamPoliciesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#results::Array<::Google::Cloud::Asset::V1::IamPolicySearchResult>

Returns A list of IamPolicy that match the search query. Related information such as the associated resource is returned along with the policy.

Returns:



623
624
625
626
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 623

class SearchAllIamPoliciesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end