Show / Hide Table of Contents

Class AnalyzeOrgPolicyGovernedAssetsResponse

The response message for AssetService.AnalyzeOrgPolicyGovernedAssets.

Inheritance
object
AnalyzeOrgPolicyGovernedAssetsResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX