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