SkillScriptGrant
The record carrying permission to execute a skill script.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
no | string (uuid) |
The grant record identifier. A time-ordered UUID (v7). | — |
tenantId |
yes | string |
The tenant the grant belongs to. | — |
skillName |
yes | string |
The name of the skill granted. | — |
scriptName |
no | string |
The name of the script granted. If null, all of the skill’s scripts are covered. |
— |
grantedBy |
no | string |
The actor who gave the grant. | — |
grantedAt |
no | string (date-time) |
The moment the grant was given (UTC). | — |
expiresAt |
no | string (date-time) |
The moment the grant expires. Never expires if null. |
— |
revokedAt |
no | string (date-time) |
The moment the grant was revoked. Active if null. |
— |