MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / IdentityOverrideV2

Class IdentityOverrideV2

api/environments/dynamodb/types.py:86–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85
86class IdentityOverrideV2(BaseModel):
87 environment_id: str
88 document_key: str
89 environment_api_key: str
90 identifier: str
91 identity_uuid: str
92 feature_state: FeatureStateModel
93 created_date: datetime = Field(default_factory=timezone.now)
94
95
96@dataclass

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…