GrantPermissionRequest
- Stability:
stable
Creates an authorization edge that allows a principal to act on a specific resource. Use this to grant access (for example, to administer a data product, mutate an organization, or manage applications) according to your deployment's permission model.
- Qualified id:
com.dataspine.controlplane.GrantPermissionRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
principal_id | Uuid | Principal receiving the new permission edge. |
resource | String | Resource identifier or object string understood by the authorization engine. |
permission | String | Permission or relation name to grant on the resource. |