Skip to content

Index

armis_sdk.entities.collector_image.CollectorImage

Bases: BaseEntity

An entity that represents the details required to download and run a collector image.

Attributes:

Name Type Description
image_type CollectorImageType

The type of the image.

image_password str

The password for the OS that is encapsulated by the image.

url str

The temporary, presigned URL from which the OS image file can be downloaded.

url_expiration_date datetime

Expiration date of the URL.

image_type instance-attribute

The type of the image.

image_password instance-attribute

The password for the OS that is encapsulated by the image.

url instance-attribute

The temporary, presigned URL from which the OS image file can be downloaded.

url_expiration_date = Field(strict=False) class-attribute instance-attribute

Expiration date of the URL.