Skip to main content

Table

Properties

PropertyTypeAttributesDescription
namestringRequired, IdentifierThe table name
accessPoliciesTableAccessPolicy[]Stored access policies for the table. Managing these requires 'accountKey' authentication, because the table ACL API does not accept Microsoft Entra tokens.
urlstringRead-onlyThe table URL

TableAccessPolicy

PropertyTypeAttributesDescription
idstringRequiredThe signed identifier of the policy
permissionsstringRequiredThe permissions granted by the policy, as a combination of 'r' (query), 'a' (add), 'u' (update) and 'd' (delete)
expirystringWhen the policy expires, as an ISO 8601 timestamp
startstringWhen the policy becomes valid, as an ISO 8601 timestamp