SpacesKeyGrant

data class SpacesKeyGrant(val bucket: String, val permission: String)

Constructors

Link copied to clipboard
constructor(bucket: String, permission: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the bucket associated with this grant. In case of a fullaccess permission, this value should be an empty string.

Link copied to clipboard

Permission associated with this grant. Values can be read, readwrite, fullaccess.