This object represents a relationship between the client and role or the policy of your access control system.
Endpoint
GET /get_all_relationship_by_createdby_id
GET /get_relatioinship_by_id
GET /is_authorized
POST /save_relationship
POST /save_relationship_abac
DELETE /delete_relationship
Relationship Object
Attributes
- client_role_rel_id string
- Unique identifier for the object.
- client string
- role string
- permission string
- Permission of the client in the relationship.
- added_date_time string
- Date and time when the relationship is created.
- created_by_id string
- The user who created the client.
- client_attribute list
- role_attribute list
Get All Relationship
Get Relationship by Id
Save Relationship (Role-Based)
Save Relationship ABAC (Attribute Based)
Delete Relationship
Is Authorized