Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 646 Bytes

File metadata and controls

11 lines (7 loc) · 646 Bytes

OpenFga.Sdk.Model.WriteRequestWrites

Properties

Name Type Description Notes
TupleKeys List<TupleKey>
OnDuplicate string On 'error' ( or unspecified ), the API returns an error if an identical tuple already exists. On 'ignore', identical writes are treated as no-ops (matching on user, relation, object, and RelationshipCondition). [optional] [default to OnDuplicateEnum.Error]

[Back to Model list] [Back to API list] [Back to README]