data class ShareAclAccessPolicyArgs(val expiry: Output<String>? = null, val permissions: Output<String>, val start: Output<String>? = null) : ConvertibleToJava<ShareAclAccessPolicyArgs>
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.
The permissions which should be associated with this Shared Identifier. Possible value is combination of r (read), w (write), d (delete), and l (list).
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.