View Source GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis (google_api_cloud_asset v0.35.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysis{
  analysisQuery: GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisQuery.t() | nil,
  analysisResults:
    [GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisResult.t()] | nil,
  fullyExplored: boolean() | nil,
  nonCriticalErrors:
    [GoogleApi.CloudAsset.V1.Model.IamPolicyAnalysisState.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.