Class AnalyzeOrgPoliciesResponse
The response message for AssetService.AnalyzeOrgPolicies.
Implements
Inherited Members
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> |