> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/object-types/abac-comparison-expression-string-list-literal.md).

# AbacComparisonExpressionStringListLiteral

Represents a literal of type string list.

```graphql
type AbacComparisonExpressionStringListLiteral {
  value: [String!]
}
```

### Fields

#### value ● [`[String!]`](/api/graphql/data-access/scalars/string.md) list scalar <a href="#value" id="value"></a>

### Implemented By

[`AbacComparisonExpressionOperand`](/api/graphql/data-access/unions/abac-comparison-expression-operand.md) union
