Class AnalyzeOrgPolicyGovernedContainersResponse
The response message for AssetService.AnalyzeOrgPolicyGovernedContainers.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class AnalyzeOrgPolicyGovernedContainersResponse : 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 |
GovernedContainers
The list of the analyzed governed containers.
Declaration
[JsonProperty("governedContainers")]
public virtual IList<GoogleCloudAssetV1GovernedContainer> GovernedContainers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudAssetV1GovernedContainer> |
NextPageToken
The page token to fetch the next page for AnalyzeOrgPolicyGovernedContainersResponse.governed_containers.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |