FeatureFlagOrgCondition
FeatureFlagOrgCondition
A condition to be used against FeatureFlagOrg object types. All fields are
tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| key | String | Checks for equality with the object’s `key` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| value | Boolean | Checks for equality with the object’s `value` field. | |
| customValue | Boolean | Checks for equality with the object’s `customValue` field. | |
| customizable | Boolean | Checks for equality with the object’s `customizable` field. | |