page_title | subcategory | description |
---|---|---|
unleash_segment Resource - terraform-provider-unleash |
Segment resource |
Segment resource
name
(String) The name of this segment
constraints
(Attributes List) The list of constraints that make up this segment (see below for nested schema)description
(String) A description of what the segment is forproject
(String) The name of project this segment belongs to
id
(String) ID of this segmentid_int
(Number) ID of this segment as int
Required:
context_name
(String) Context nameoperator
(String) Operator
Optional:
case_insensitive
(Boolean) Case insensitive flaginverted
(Boolean) Inverted flagvalue
(String) Value The context value that should be used for constraint evaluation. Use this property instead ofvalues
for properties that only accept single values.values_json
(String) An array of string values encoded in JSON. This need to be JSON to avoid performance issue with large number of values.