Show / Hide Table of Contents

Class IamPolicyAnalysis

An analysis message to group the query and results.

Inheritance
object
IamPolicyAnalysis
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class IamPolicyAnalysis : IDirectResponseSchema

Properties

AnalysisQuery

The analysis query.

Declaration
[JsonProperty("analysisQuery")]
public virtual IamPolicyAnalysisQuery AnalysisQuery { get; set; }
Property Value
Type Description
IamPolicyAnalysisQuery

AnalysisResults

A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.

Declaration
[JsonProperty("analysisResults")]
public virtual IList<IamPolicyAnalysisResult> AnalysisResults { get; set; }
Property Value
Type Description
IList<IamPolicyAnalysisResult>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullyExplored

Represents whether all entries in the analysis_results have been fully explored to answer the query.

Declaration
[JsonProperty("fullyExplored")]
public virtual bool? FullyExplored { get; set; }
Property Value
Type Description
bool?

NonCriticalErrors

A list of non-critical errors happened during the query handling.

Declaration
[JsonProperty("nonCriticalErrors")]
public virtual IList<IamPolicyAnalysisState> NonCriticalErrors { get; set; }
Property Value
Type Description
IList<IamPolicyAnalysisState>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX