GetShareAclAccessPolicy

data class GetShareAclAccessPolicy(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 time at which this Access Policy is valid until.

Link copied to clipboard

The permissions which should be associated with this Shared Identifier. Possible value is combination of r (read), w (write), d (delete), and l (list).

Link copied to clipboard

The time at which this Access Policy is valid from.