Class: Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis

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

An analysis message to group the query and results.

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_query::Google::Cloud::Asset::V1::IamPolicyAnalysisQuery

Returns The analysis query.

Returns:



1123
1124
1125
1126
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1123

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

#analysis_results::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult>

Returns A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.

Returns:



1123
1124
1125
1126
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1123

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

#fully_explored::Boolean

Returns Represents whether all entries in the analysis_results have been fully explored to answer the query.

Returns:

  • (::Boolean)

    Represents whether all entries in the analysis_results have been fully explored to answer the query.



1123
1124
1125
1126
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1123

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

#non_critical_errors::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisState>

Returns A list of non-critical errors happened during the query handling.

Returns:



1123
1124
1125
1126
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 1123

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