public sealed class AnalyzeOrgPolicyGovernedAssetsResponse : IMessage<AnalyzeOrgPolicyGovernedAssetsResponse>, IEquatable<AnalyzeOrgPolicyGovernedAssetsResponse>, IDeepCloneable<AnalyzeOrgPolicyGovernedAssetsResponse>, IBufferMessage, IMessage, IPageResponse<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset>, IEnumerable<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset>, IEnumerable
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeOrgPolicyGovernedAssetsResponse.
The response message for [AssetService.AnalyzeOrgPolicyGovernedAssets][google.cloud.asset.v1.AssetService.AnalyzeOrgPolicyGovernedAssets].
Implements
IMessageAnalyzeOrgPolicyGovernedAssetsResponse, IEquatableAnalyzeOrgPolicyGovernedAssetsResponse, IDeepCloneableAnalyzeOrgPolicyGovernedAssetsResponse, IBufferMessage, IMessage, IPageResponseAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset, IEnumerableAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset, IEnumerableNamespace
GoogleCloudGoogle.Cloud.AssetV1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AnalyzeOrgPolicyGovernedAssetsResponse()
public AnalyzeOrgPolicyGovernedAssetsResponse()
AnalyzeOrgPolicyGovernedAssetsResponse(AnalyzeOrgPolicyGovernedAssetsResponse)
public AnalyzeOrgPolicyGovernedAssetsResponse(AnalyzeOrgPolicyGovernedAssetsResponse other)
Parameter | |
---|---|
Name | Description |
other | AnalyzeOrgPolicyGovernedAssetsResponse |
Properties
Constraint
public AnalyzerOrgPolicyConstraint Constraint { get; set; }
The definition of the constraint in the request.
Property Value | |
---|---|
Type | Description |
AnalyzerOrgPolicyConstraint |
GovernedAssets
public RepeatedField<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset> GovernedAssets { get; }
The list of the analyzed governed assets.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset |
NextPageToken
public string NextPageToken { get; set; }
The page token to fetch the next page for [AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets].
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedAsset> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedAsset |