Class: Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis
- 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
-
#analysis_query ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisQuery
The analysis query.
-
#analysis_results ⇒ ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisResult>
A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.
-
#fully_explored ⇒ ::Boolean
Represents whether all entries in the analysis_results have been fully explored to answer the query.
-
#non_critical_errors ⇒ ::Array<::Google::Cloud::Asset::V1::IamPolicyAnalysisState>
A list of non-critical errors happened during the query handling.
Instance Attribute Details
#analysis_query ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisQuery
Returns The analysis 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 |
#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.
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.
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.
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 |