ShareAclAccessPolicyArgs

data class ShareAclAccessPolicyArgs(val expiry: Output<String>? = null, val permissions: Output<String>, val start: Output<String>? = null) : ConvertibleToJava<ShareAclAccessPolicyArgs>

Constructors

Link copied to clipboard
constructor(expiry: Output<String>? = null, permissions: Output<String>, start: Output<String>? = null)

Properties

Link copied to clipboard
val expiry: Output<String>? = null

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

Link copied to clipboard
val permissions: Output<String>

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
val start: Output<String>? = null

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

Functions

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