Table
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The table name |
accessPolicies | TableAccessPolicy[] | Stored access policies for the table. Managing these requires 'accountKey' authentication, because the table ACL API does not accept Microsoft Entra tokens. | |
url | string | Read-only | The table URL |
TableAccessPolicy
| Property | Type | Attributes | Description |
|---|---|---|---|
id | string | Required | The signed identifier of the policy |
permissions | string | Required | The permissions granted by the policy, as a combination of 'r' (query), 'a' (add), 'u' (update) and 'd' (delete) |
expiry | string | When the policy expires, as an ISO 8601 timestamp | |
start | string | When the policy becomes valid, as an ISO 8601 timestamp |