| id |
string |
The unique identifier for the flag. |
| projectId |
string |
The project ID the flag belongs to. |
| key |
string |
The unique key used to reference the flag in code. |
| name |
string |
The display name of the flag. |
| description |
string |
A description of the flag's purpose. |
| enabled |
boolean |
Whether the flag is enabled. |
| evaluationMode |
string |
The evaluation mode, either local or remote. |
| bucketingKey |
string |
The property used for bucketing users into variants. |
| bucketingSalt |
string |
The salt used for hashing during bucketing. |
| variants |
array |
Array of variant configurations. |
| deployments |
array |
Array of deployment IDs the flag is deployed to. |
| segments |
array |
Array of targeting segment configurations. |
| state |
string |
The current state of the flag. |