Google Cloud Asset Inventory v1 API - Class Asset (3.10.0)

public sealed class Asset : IMessage<Asset>, IEquatable<Asset>, IDeepCloneable<Asset>, IBufferMessage, IMessage

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

An asset in Google Cloud. An asset can be any resource in the Google Cloud resource hierarchy, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. IAM policy), or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP relationship). See Supported asset types for more information.

Inheritance

object > Asset

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

Asset()

public Asset()

Asset(Asset)

public Asset(Asset other)
Parameter
NameDescription
otherAsset

Properties

AccessContextPolicyCase

public Asset.AccessContextPolicyOneofCase AccessContextPolicyCase { get; }
Property Value
TypeDescription
AssetAccessContextPolicyOneofCase

AccessLevel

public AccessLevel AccessLevel { get; set; }

Also refer to the access level user guide.

Property Value
TypeDescription
AccessLevel

AccessPolicy

public AccessPolicy AccessPolicy { get; set; }

Also refer to the access policy user guide.

Property Value
TypeDescription
AccessPolicy

Ancestors

public RepeatedField<string> Ancestors { get; }

The ancestry path of an asset in Google Cloud resource hierarchy, represented as a list of relative resource names. An ancestry path starts with the closest ancestor in the hierarchy and ends at root. If the asset is a project, folder, or organization, the ancestry path starts from the asset itself.

Example: ["projects/123456789", "folders/5432", "organizations/1234"]

Property Value
TypeDescription
RepeatedFieldstring

AssetType

public string AssetType { get; set; }

The type of the asset. Example: compute.googleapis.com/Disk

See Supported asset types for more information.

Property Value
TypeDescription
string

IamPolicy

public Policy IamPolicy { get; set; }

A representation of the IAM policy set on a Google Cloud resource. There can be a maximum of one IAM policy set on any given resource. In addition, IAM policies inherit their granted access scope from any policies set on parent resources in the resource hierarchy. Therefore, the effectively policy is the union of both the policy set on this resource and each policy set on all of the resource's ancestry resource levels in the hierarchy. See this topic for more information.

Property Value
TypeDescription
Policy

Name

public string Name { get; set; }

The full name of the asset. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1

See Resource names for more information.

Property Value
TypeDescription
string

OrgPolicy

public RepeatedField<Policy> OrgPolicy { get; }

A representation of an organization policy. There can be more than one organization policy with different constraints set on a given resource.

Property Value
TypeDescription
RepeatedFieldPolicy

OsInventory

public Inventory OsInventory { get; set; }

A representation of runtime OS Inventory information. See this topic for more information.

Property Value
TypeDescription
Inventory

RelatedAsset

public RelatedAsset RelatedAsset { get; set; }

One related asset of the current asset.

Property Value
TypeDescription
RelatedAsset

RelatedAssets

[Obsolete]
public RelatedAssets RelatedAssets { get; set; }

DEPRECATED. This field only presents for the purpose of backward-compatibility. The server will never generate responses with this field. The related assets of the asset of one relationship type. One asset only represents one type of relationship.

Property Value
TypeDescription
RelatedAssets

Resource

public Resource Resource { get; set; }

A representation of the resource.

Property Value
TypeDescription
Resource

ResourceName

public IResourceName ResourceName { get; set; }

IResourceName-typed view over the Name resource name property.

Property Value
TypeDescription
IResourceName

ServicePerimeter

public ServicePerimeter ServicePerimeter { get; set; }

Also refer to the service perimeter user guide.

Property Value
TypeDescription
ServicePerimeter

UpdateTime

public Timestamp UpdateTime { get; set; }

The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed.

Property Value
TypeDescription
Timestamp