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 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.

Functions

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