GetShareAclAccessPolicy

data class GetShareAclAccessPolicy(val expiry: String, val permissions: String, val start: String) : ConvertibleToJava<GetShareAclAccessPolicy>

Constructors

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

Properties

Link copied to clipboard

The time at which this Access Policy should be valid until, in ISO8601 format.

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 should be valid from, in ISO8601 format.

Functions

Link copied to clipboard
open override fun toJava(): GetShareAclAccessPolicy