Google Cloud Asset Inventory v1 API - Class AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource (3.10.0)

public sealed class AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource : IMessage<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource>, IEquatable<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource>, IDeepCloneable<AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource>, IBufferMessage, IMessage

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

The Google Cloud resources governed by the organization policies of the [AnalyzeOrgPolicyGovernedAssetsRequest.constraint][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsRequest.constraint].

Inheritance

object > AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GovernedResource()

public GovernedResource()

GovernedResource(GovernedResource)

public GovernedResource(AnalyzeOrgPolicyGovernedAssetsResponse.Types.GovernedResource other)
Parameter
NameDescription
otherAnalyzeOrgPolicyGovernedAssetsResponseTypesGovernedResource

Properties

AssetType

public string AssetType { get; set; }

The asset type of the [AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name] Example: cloudresourcemanager.googleapis.com/Project See Cloud Asset Inventory Supported Asset Types for all supported asset types.

Property Value
TypeDescription
string

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 the Google Cloud 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 [AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name].

Property Value
TypeDescription
string

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