INPUT_OBJECT

TanzuHubPolicyFilter

Policy filter

link GraphQL Schema definition

  • input TanzuHubPolicyFilter {
  • # Filter by createdBy - This is account identifier string used by the user to log
  • # in. Users might not necessarily use their email.
  • # e.g. If user logs in using email id, value should be 'username@email.com'
  • createdBy: String
  • # Filter by policy Id
  • policyId: [String!]
  • # Filter by policy name. Name string matches partial text matches.
  • policyName: [String!]
  • # Show enabled/disabled polices
  • status: Boolean
  • # Filter by updatedBy - This is account identifier string used by the user to log
  • # in. Users might not necessarily use their email.
  • # e.g. If user logs in using email id, value should be 'username@email.com'
  • updatedBy: String
  • }