Show / Hide Table of Contents

Class AnalyzeOrgPoliciesResponse

The response message for AssetService.AnalyzeOrgPolicies.

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

Properties

Constraint

The definition of the constraint in the request.

Declaration
[JsonProperty("constraint")]
public virtual AnalyzerOrgPolicyConstraint Constraint { get; set; }
Property Value
Type Description
AnalyzerOrgPolicyConstraint

ETag

The ETag of the item.

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

NextPageToken

The page token to fetch the next page for AnalyzeOrgPoliciesResponse.org_policy_results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

OrgPolicyResults

The organization policies under the AnalyzeOrgPoliciesRequest.scope with the AnalyzeOrgPoliciesRequest.constraint.

Declaration
[JsonProperty("orgPolicyResults")]
public virtual IList<OrgPolicyResult> OrgPolicyResults { get; set; }
Property Value
Type Description
IList<OrgPolicyResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX