CustomerAssetSet

  • CustomerAssetSet links a customer and an asset set.

  • Adding a CustomerAssetSet links an asset set with a customer.

  • The resource_name field identifies the CustomerAssetSet using the customer ID and asset set ID.

  • The asset_set and customer fields are immutable and link the specific asset set and customer.

  • The status field indicates the read-only status of the customer asset set link.

CustomerAssetSet is the linkage between a customer and an asset set. Adding a CustomerAssetSet links an asset set with a customer.

Fields

resource_name

string

Immutable. The resource name of the customer asset set. Asset set asset resource names have the form:

customers/{customer_id}/customerAssetSets/{asset_set_id}

asset_set

string

Immutable. The asset set which is linked to the customer.

customer

string

Immutable. The customer to which this asset set is linked.

status

AssetSetLinkStatus

Output only. The status of the customer asset set asset. Read-only.