GetAccountSASResourceTypes

data class GetAccountSASResourceTypes(val container: Boolean, val object: Boolean, val service: Boolean) : ConvertibleToJava<GetAccountSASResourceTypes>

Constructors

Link copied to clipboard
constructor(container: Boolean, object: Boolean, service: Boolean)

Properties

Link copied to clipboard

Should permission be granted to the container?

Link copied to clipboard

Should permission be granted only to a specific object?

Link copied to clipboard

Should permission be granted to the entire service?

Functions

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