Writer APIs
The Directory Writer APIs are in the aserto.directory.writer.v2.Writer
service.
DeleteObject
- delete an object byid
, or by the combination oftype
andkey
DeleteObjectType
- delete an object type byid
or byname
DeletePermission
- delete a permission byid
or byname
DeleteRelation
- delete a relation by its object, relation, and subjectDeleteRelationType
- delete a relation type byid
or byobject_type
andname
SetObject
- create or update an object byid
, or by the combination oftype
andkey
SetObjectType
- create or update an object type byid
or byname
SetPermission
- create or update a permission byid
or byname
SetRelation
- create or update a relation by its object, relation, and subjectSetRelationType
- create or update a relation type byid
or byobject_type
andname