Skip to main content

ServiceAccountsFilter

Filter criteria for narrowing which service accounts are returned.

All filters are combined with AND logic — a service account must match every specified filter to appear in the results. Omit a filter to not restrict on that field.

input ServiceAccountsFilter {
search: String
id: IdFilter
}

Fields

Case-insensitive substring search across the service account's name and description.

Useful for finding a service account when you remember part of what it's called or what it does but don't have its exact id. So search: "deploy" will match a service account named ci-deploy-bot, one whose description mentions "deploys to staging", and any other combination of substring matches in either field.

Blank or whitespace-only values skip this filter. When search is active and no explicit sort is provided, results are ranked by relevance — name-prefix matches outrank tsvector-only matches in either field.

ServiceAccountsFilter.id ● IdFilter input {#id}

Restrict results to one or more service accounts by their unique identifier.

Member Of

serviceAccounts query