RevokePermissionRequest
- Stability:
stable
Removes an authorization edge so the principal no longer has the specified permission on the resource. Use this to revoke access during offboarding or policy changes.
- Qualified id:
com.dataspine.controlplane.RevokePermissionRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
principal_id | Uuid | Principal whose permission edge should be removed. |
resource | String | Resource portion of the tuple to revoke. |
permission | String | Permission or relation name to revoke. |