ENUM

TargetMappingQueryFilterField

Description

Target mapping filter field.

link GraphQL Schema definition

  • enum TargetMappingQueryFilterField {
  • # Filter by target mapping ID.
  • ARCHIVAL_GROUP_ID
  • # Filter by target mapping type.
  • ARCHIVAL_GROUP_TYPE
  • # Filter by target mapping type.
  • ARCHIVAL_LOCATION_TYPE
  • # Filter by cloud account ID.
  • CLOUD_ACCOUNT_ID
  • # Filter by cloud native use case.
  • CLOUD_NATIVE_USE_CASE
  • # Filter by excluding target type.
  • EXCLUDE_ARCHIVAL_LOCATION_TYPE
  • # Filter to exclude group types.
  • EXCLUDE_GROUP_TYPE
  • # Filter by target mapping name.
  • NAME
  • }