Class RelatedAsset (3.15.0)

RelatedAsset(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An asset identifier in Google Cloud which contains its name, type and ancestors. An asset can be any resource in the Google Cloud resource hierarchy <https://cloud.google.com/resource-manager/docs/cloud-platform-resource-hierarchy>, a resource outside the Google Cloud resource hierarchy (such as Google Kubernetes Engine clusters and objects), or a policy (e.g. Cloud IAM policy). See Supported asset types <https://cloud.google.com/asset-inventory/docs/supported-asset-types> for more information.

Attributes

NameDescription
asset str
The full name of the asset. Example: //compute.googleapis.com/projects/my_project_123/zones/zone1/instances/instance1 See `Resource names
asset_type str
The type of the asset. Example: compute.googleapis.com/Disk See `Supported asset types
ancestors MutableSequence[str]
The ancestors of an asset in Google Cloud `resource hierarchy
relationship_type str
The unique identifier of the relationship type. Example: INSTANCE_TO_INSTANCEGROUP