AssetWhereInput
input
Asset filtering options. Within the same input, the fields will be groups together based on their closest AND or OR ancestor. If no ancestor exists the operator will default to AND.
Input Fields
and
[AssetWhereInput!]
Filter asset by a combination of filters, where asset meets all supplied criteria.
or
[AssetWhereInput!]
Filter asset by a combination of filters, where asset meets any of the supplied criteria.
text
TextFilterInput
Filter asset by text.
partner
AssetPartnerWhereInput
Filter asset by Partner.
serviceOrganization
AssetServiceOrganizationWhereInput
Filter asset by Service Organization.
customer
AssetCustomerWhereInput
Filter asset by Customer.
site
AssetSiteWhereInput
Filter asset by Site.
operatingSystem
AssetOperatingSystemWhereInput
Filter asset by Operating System.
name
StringFilterInput
Filter asset by Name
systemInfo
AssetSystemInfoWhereInput
Filter asset by System Info
description
StringFilterInput
Filter asset by Description
cpu
AssetCpuWhereInput
Filter asset by CPU Info.
tpm
AssetTpmWhereInput
Filter asset by TPM Info.
secureBoot
AssetSecureBootWhereInput
Filter asset by Secure boot.
bitlocker
AssetBitlockerWhereInput
Filter asset by Bitlocker properties.
azureVmInstance
AssetAzureVmInstanceWhereInput
Filter asset by Azure VM Info.
agentConnection
AssetAgentConnectionWhereInput
Filter asset by agent status.
externalIpAddress
StringFilterInput
Filter asset by external IP address.
loggedInUsers
[AssetUserWhereInput]
Filter asset by logged in user.
chassis
AssetChassisWhereInput
Filter asset by chassis.
localTimezone
StringFilterInput
Filter asset by local time zone.
lastBootedAt
DateTimeFilterInput
Filter asset by last boot time.
networkInterfaces
[AssetNetworkInterfaceWhereInput]
Filter asset by network interface info.
tags
AssetTagWhereInput
Filter asset by tags.
isManaged
BooleanFilterInput
Filter asset by Managed status.
isClone
BooleanFilterInput
Filter asset by whether it is a clone.