INPUT_OBJECT

GcpNativeProjectIdSubstringFilter

Description

Filter to return GCP projects with the given string in their project ID.

link GraphQL Schema definition

  • input GcpNativeProjectIdSubstringFilter {
  • # Native ID of the GCP project.
  • idSubstring: String!
  • }