Create
List
Get
Update
Delete
Types
Policy
| Field | Type | Description |
|---|---|---|
ID | string | Policy ID |
Name | string | Policy name |
Effect | string | "allow" or "deny" |
Priority | int | Evaluation priority |
AgentID | *string | Scope to specific agent |
PrincipalID | *string | Scope to specific user |
Scopes | []string | Affected scopes |
TimeOfDayStart | *string | Start time (HH:MM) |
TimeOfDayEnd | *string | End time (HH:MM) |
CreatedAt | string | ISO 8601 timestamp |
UpdatedAt | string | ISO 8601 timestamp |