INPUT_OBJECT
GcpNativeProjectFilters
Description
Filters for list of GCP projects.
link GraphQL Schema definition
- input GcpNativeProjectFilters {
- # Filter by name or ID substring.
- GcpNativeProjectNameOrNumberSubstringFilter :
- # Filter GCP projects by their native ID.
- GcpNativeProjectIdSubstringFilter :
- # Filter by the effective SLA Domain.
- EffectiveSlaFilter :
- }