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'
- String :
- # Filter by policy Id
- String!] : [
- # Filter by policy name. Name string matches partial text matches.
- String!] : [
- # Show enabled/disabled polices
- 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'
- String :
- }