Class GoogleCloudAssetV1GovernedContainer
The organization/folder/project resource governed by organization policies of AnalyzeOrgPolicyGovernedContainersRequest.constraint.
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1.Data
Assembly: Google.Apis.CloudAsset.v1.dll
Syntax
public class GoogleCloudAssetV1GovernedContainer : IDirectResponseSchema
Properties
ConsolidatedPolicy
The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle. The evaluation will respect the organization policy hierarchy rules.
Declaration
[JsonProperty("consolidatedPolicy")]
public virtual AnalyzerOrgPolicy ConsolidatedPolicy { get; set; }
Property Value
Type | Description |
---|---|
AnalyzerOrgPolicy |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveTags
The effective tags on this resource.
Declaration
[JsonProperty("effectiveTags")]
public virtual IList<EffectiveTagDetails> EffectiveTags { get; set; }
Property Value
Type | Description |
---|---|
IList<EffectiveTagDetails> |
Folders
The folder(s) that this resource belongs to, in the format of folders/{FOLDER_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to one or more folders.
Declaration
[JsonProperty("folders")]
public virtual IList<string> Folders { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
FullResourceName
The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of an organization/folder/project resource.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Organization
The organization that this resource belongs to, in the format of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs (directly or cascadingly) to an organization.
Declaration
[JsonProperty("organization")]
public virtual string Organization { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
The [full resource name] (https://cloud.google.com/asset-inventory/docs/resource-name-format) of the parent of AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
PolicyBundle
The ordered list of all organization policies from the consolidated_policy.attached_resource. to the scope specified in the request. If the constraint is defined with default policy, it will also appear in the list.
Declaration
[JsonProperty("policyBundle")]
public virtual IList<AnalyzerOrgPolicy> PolicyBundle { get; set; }
Property Value
Type | Description |
---|---|
IList<AnalyzerOrgPolicy> |
Project
The project that this resource belongs to, in the format of projects/{PROJECT_NUMBER}. This field is available when the resource belongs to a project.
Declaration
[JsonProperty("project")]
public virtual string Project { get; set; }
Property Value
Type | Description |
---|---|
string |