TableAclAccessPolicy

data class TableAclAccessPolicy(val expiry: String, val permissions: String, val start: String)

Constructors

Link copied to clipboard
constructor(expiry: String, permissions: String, start: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ISO8061 UTC time at which this Access Policy should be valid until.

Link copied to clipboard

The permissions which should associated with this Shared Identifier.

Link copied to clipboard

The ISO8061 UTC time at which this Access Policy should be valid from.