GetSpacesKeyGrant

data class GetSpacesKeyGrant(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

The name of the bucket to grant the key access to.

Link copied to clipboard

The permission to grant the key. Valid values are read, readwrite, or fullaccess.