Package version:

Interface TableAccessPolicy

Table Access Policy Properties Object.

interface TableAccessPolicy {
    expiryTime?: any;
    permission: string;
    startTime?: any;
}

Properties

expiryTime?: any

Expiry time of the access policy

permission: string

Required. List of abbreviated permissions. Supported permission values include 'r','a','u','d'

startTime?: any

Start time of the access policy