Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse.
A response message for AssetService.AnalyzeIamPolicy.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#fully_explored
def fully_explored() -> ::Boolean
Returns
- (::Boolean) — Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.
#fully_explored=
def fully_explored=(value) -> ::Boolean
Parameter
- value (::Boolean) — Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.
Returns
- (::Boolean) — Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.
#main_analysis
def main_analysis() -> ::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis
Returns
- (::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis) — The main analysis that matches the original request.
#main_analysis=
def main_analysis=(value) -> ::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis
Parameter
- value (::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis) — The main analysis that matches the original request.
Returns
- (::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis) — The main analysis that matches the original request.
#service_account_impersonation_analysis
def service_account_impersonation_analysis() -> ::Array<::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis>
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis>) — The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
#service_account_impersonation_analysis=
def service_account_impersonation_analysis=(value) -> ::Array<::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis>
Parameter
- value (::Array<::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis>) — The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.
Returns
- (::Array<::Google::Cloud::Asset::V1::AnalyzeIamPolicyResponse::IamPolicyAnalysis>) — The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled.