GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis (google_api_cloud_asset v0.19.1) View Source
An analysis message to group the query and results.
Attributes
-
analysisQuery(type:GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisQuery.t, default:nil) - The analysis query. -
analysisResults(type:list(GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisResult.t), default:nil) - A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found. -
fullyExplored(type:boolean(), default:nil) - Represents whether all entries in the analysis_results have been fully explored to answer the query. -
nonCriticalErrors(type:list(GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t), default:nil) - A list of non-critical errors happened during the query handling.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis{
analysisQuery: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisQuery.t(),
analysisResults: [GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisResult.t()],
fullyExplored: boolean(),
nonCriticalErrors: [GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.