AssetsSearch
No description
input AssetsSearch {
id: [String!]
name: String
technology: [String!]
tags: [String!]
architectureType: [AssetArch!]
lifeCycle: [AssetLifeCycle!]
dataClassification: [DataClassification!]
integrationTypes: [IntegrationsTypes!]
businessImpact: [BusinessImpactLevel!]
teamIds: [ID!]
createdAt: DateTimeSearch
updatedAt: DateTimeSearch
exploitability: [Exploitability!]
threat: [ThreatLevel!]
sortBy: AssetSortByEnum
order: OrderEnum
}
Fields
AssetsSearch.id
● [String!]
list scalar
List of asset IDs to filter by
AssetsSearch.name
● String
scalar
Name of the asset to search for
AssetsSearch.technology
● [String!]
list scalar
List of technologies used in the asset to filter by
AssetsSearch.tags
● [String!]
list scalar
List of tags associated with the asset
AssetsSearch.architectureType
● [AssetArch!]
list enum
AssetsSearch.lifeCycle
● [AssetLifeCycle!]
list enum
AssetsSearch.dataClassification
● [DataClassification!]
list enum
Levels of data classification applied to the asset
AssetsSearch.integrationTypes
● [IntegrationsTypes!]
list enum
Integrations connected to the asset
AssetsSearch.businessImpact
● [BusinessImpactLevel!]
list enum
Levels of business impact associated with the asset
AssetsSearch.teamIds
● [ID!]
list scalar
IDs of teams responsible for or associated with the asset
AssetsSearch.createdAt
● DateTimeSearch
input
Filter for the creation date of the asset
AssetsSearch.updatedAt
● DateTimeSearch
input
Filter for the date the asset was last updated
AssetsSearch.exploitability
● [Exploitability!]
list enum
Levels of exploitability risk for the asset
AssetsSearch.threat
● [ThreatLevel!]
list enum
Threat levels associated with the asset
AssetsSearch.sortBy
● AssetSortByEnum
enum
Field to sort the search results by (e.g., name, updated_at)
AssetsSearch.order
● OrderEnum
enum
Order of the sorting: ascending or descending
Member Of
assets
query