Skip to content

Index

armis_sdk.entities.asset.Asset

Bases: BaseEntity

A base class for all assets type to inherit from.

Attributes:

Name Type Description
custom dict[str, Any]

Custom properties of the asset. Values can by anything.

integration dict[str, Any]

Integration properties of the asset. Values can by anything.

custom = Field(default_factory=dict) class-attribute instance-attribute

Custom properties of the asset. Values can by anything.

integration = Field(default_factory=dict) class-attribute instance-attribute

Integration properties of the asset. Values can by anything.