DefinitelyNotSam
11/10/2021, 1:51 PM{
ResourceType: Client,
ResourceID: "test_client1",
Relation: ClientRelationAdmin,
SubjectType: User,
SubjectID: "test_user1",
}
When deleting this relation I am passing all of this info. The only part that I am iffy on is I include the relation type in the RelationshipFilter.OptionalRelation
field not the SubjectFilter.OptionalRelation
Am I missing something