Google Cloud Asset Inventory v1 API - Class AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer (3.9.0)

public sealed class AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer : IMessage<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IEquatable<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IDeepCloneable<AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer.

The organization/folder/project resource governed by organization policies of [AnalyzeOrgPolicyGovernedContainersRequest.constraint][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersRequest.constraint].

Inheritance

object > AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GovernedContainer()

public GovernedContainer()

GovernedContainer(GovernedContainer)

public GovernedContainer(AnalyzeOrgPolicyGovernedContainersResponse.Types.GovernedContainer other)
Parameter
NameDescription
otherAnalyzeOrgPolicyGovernedContainersResponseTypesGovernedContainer

Properties

ConsolidatedPolicy

public AnalyzerOrgPolicy ConsolidatedPolicy { get; set; }

The consolidated organization policy for the analyzed resource. The consolidated organization policy is computed by merging and evaluating [AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.policy_bundle]. The evaluation will respect the organization policy hierarchy rules.

Property Value
TypeDescription
AnalyzerOrgPolicy

EffectiveTags

public RepeatedField<EffectiveTagDetails> EffectiveTags { get; }

The effective tags on this resource.

Property Value
TypeDescription
RepeatedFieldEffectiveTagDetails

Folders

public RepeatedField<string> Folders { get; }

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.

Property Value
TypeDescription
RepeatedFieldstring

FullResourceName

public string FullResourceName { get; set; }

The full resource name of an organization/folder/project resource.

Property Value
TypeDescription
string

Organization

public string Organization { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

The full resource name of the parent of [AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.full_resource_name].

Property Value
TypeDescription
string

PolicyBundle

public RepeatedField<AnalyzerOrgPolicy> PolicyBundle { get; }

The ordered list of all organization policies from the [AnalyzeOrgPoliciesResponse.OrgPolicyResult.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.

Property Value
TypeDescription
RepeatedFieldAnalyzerOrgPolicy

Project

public string Project { get; set; }

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.

Property Value
TypeDescription
string