INPUT_OBJECT

VirtualConnection_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input VirtualConnection_Filter {
  • # Vizportal URL ID; used for URL generation
  • vizportalUrlId: String
  • # Vizportal URL ID; used for URL generation
  • vizportalUrlIdWithin: [String]
  • # True if the virtual connection has an active data quality warning
  • hasActiveWarning: Boolean
  • # True if the virtual connection has an active data quality warning
  • hasActiveWarningWithin: [Boolean]
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luid: String
  • # Locally unique identifier used for the REST API on the Tableau Server
  • luidWithin: [String]
  • # The name of the container in which the virtual connection is visible and usable.
  • # Either a personal space or project.
  • containerName: String
  • # The name of the container in which the virtual connection is visible and usable.
  • # Either a personal space or project.
  • containerNameWithin: [String]
  • # True if this virtual connection contains an active data quality certification
  • isCertified: Boolean
  • # True if this virtual connection contains an active data quality certification
  • isCertifiedWithin: [Boolean]
  • # Name shown in server and desktop clients
  • name: String
  • # Name shown in server and desktop clients
  • nameWithin: [String]
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • id: ID
  • # Unique identifier used by the metadata API. Not the same as the numeric ID used
  • # on server
  • idWithin: [ID]
  • # The name of the project that contains this virtual connection.
  • projectName: String
  • # The name of the project that contains this virtual connection.
  • projectNameWithin: [String]
  • # Connection type of this virtual connection
  • connectionType: String
  • # Connection type of this virtual connection
  • connectionTypeWithin: [String]
  • }

link Require by