GoogleApi.CloudAsset.V1.Model.AnalyzeIamPolicyResponse (google_api_cloud_asset v0.42.0)
View SourceA response message for AssetService.AnalyzeIamPolicy.
Attributes
-
fullyExplored(type:boolean(), default:nil) - Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request. -
mainAnalysis(type:GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t, default:nil) - The main analysis that matches the original request. -
serviceAccountImpersonationAnalysis(type:list(GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t), default:nil) - The service account impersonation analysis if IamPolicyAnalysisQuery.Options.analyze_service_account_impersonation is enabled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.AnalyzeIamPolicyResponse{ fullyExplored: boolean() | nil, mainAnalysis: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t() | nil, serviceAccountImpersonationAnalysis: [GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis.t()] | nil }