GetAccountSASPermissions

data class GetAccountSASPermissions(val add: Boolean, val create: Boolean, val delete: Boolean, val filter: Boolean, val list: Boolean, val process: Boolean, val read: Boolean, val tag: Boolean, val update: Boolean, val write: Boolean) : ConvertibleToJava<GetAccountSASPermissions>

Constructors

Link copied to clipboard
constructor(add: Boolean, create: Boolean, delete: Boolean, filter: Boolean, list: Boolean, process: Boolean, read: Boolean, tag: Boolean, update: Boolean, write: Boolean)

Properties

Link copied to clipboard

Should Add permissions be enabled for this SAS?

Link copied to clipboard

Should Create permissions be enabled for this SAS?

Link copied to clipboard

Should Delete permissions be enabled for this SAS?

Link copied to clipboard

Should Filter by Index Tags permissions be enabled for this SAS? Refer to the SAS creation reference from Azure for additional details on the fields above.

Link copied to clipboard

Should List permissions be enabled for this SAS?

Link copied to clipboard

Should Process permissions be enabled for this SAS?

Link copied to clipboard

Should Read permissions be enabled for this SAS?

Link copied to clipboard

Should Get / Set Index Tags permissions be enabled for this SAS?

Link copied to clipboard

Should Update permissions be enabled for this SAS?

Link copied to clipboard

Should Write permissions be enabled for this SAS?

Functions

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