ShareAclAccessPolicy

data class ShareAclAccessPolicy(val expiry: String? = null, val permissions: String, val start: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiry: String? = null

The time at which this Access Policy should be valid untilWhen using storage_account_id this should be in RFC3339 format. If using the deprecated storage_account_name property, this uses the 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
val start: String? = null

The time at which this Access Policy should be valid from. When using storage_account_id this should be in RFC3339 format. If using the deprecated storage_account_name property, this uses the ISO8601 format.