TableAccessPolicyResponse

data class TableAccessPolicyResponse(val expiryTime: String? = null, val permission: String, val startTime: String? = null)

Table Access Policy Properties Object.

Constructors

Link copied to clipboard
constructor(expiryTime: String? = null, permission: String, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiryTime: String? = null

Expiry time of the access policy

Link copied to clipboard

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

Link copied to clipboard
val startTime: String? = null

Start time of the access policy