Show / Hide Table of Contents

Class AnalyzeIamPolicyResponse

A response message for AssetService.AnalyzeIamPolicy.

Inheritance
object
AnalyzeIamPolicyResponse
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 AnalyzeIamPolicyResponse : IDirectResponseSchema

Properties

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 main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.

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

MainAnalysis

The main analysis that matches the original request.

Declaration
[JsonProperty("mainAnalysis")]
public virtual IamPolicyAnalysis MainAnalysis { get; set; }
Property Value
Type Description
IamPolicyAnalysis

ServiceAccountImpersonationAnalysis

The service account impersonation analysis if IamPolicyAnalysisQuery.Options.analyze_service_account_impersonation is enabled.

Declaration
[JsonProperty("serviceAccountImpersonationAnalysis")]
public virtual IList<IamPolicyAnalysis> ServiceAccountImpersonationAnalysis { get; set; }
Property Value
Type Description
IList<IamPolicyAnalysis>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX