Asset(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An asset in Google Cloud. 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.
IAM policy), or a relationship (e.g. an INSTANCE_TO_INSTANCEGROUP
relationship). See Supported asset
types <https://cloud.google.com/asset-inventory/docs/supported-asset-types>
for more information.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The last update timestamp of an asset. update_time is updated when create/update/delete operation is performed. |
name |
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 |
resource |
google.cloud.asset_v1.types.Resource
A representation of the resource. |
iam_policy |
google.iam.v1.policy_pb2.Policy
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 |
org_policy |
MutableSequence[google.cloud.orgpolicy.v1.orgpolicy_pb2.Policy]
A representation of an `organization policy |
access_policy |
google.identity.accesscontextmanager.v1.access_policy_pb2.AccessPolicy
Also refer to the `access policy user guide |
access_level |
google.identity.accesscontextmanager.v1.access_level_pb2.AccessLevel
Also refer to the `access level user guide |
service_perimeter |
google.identity.accesscontextmanager.v1.service_perimeter_pb2.ServicePerimeter
Also refer to the `service perimeter user guide |
os_inventory |
google.cloud.osconfig_v1.types.Inventory
A representation of runtime OS Inventory information. See `this topic |
related_assets |
google.cloud.asset_v1.types.RelatedAssets
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. |
related_asset |
google.cloud.asset_v1.types.RelatedAsset
One related asset of the current asset. |
ancestors |
MutableSequence[str]
The ancestry path of an asset in Google Cloud `resource hierarchy |