Scope

class Scope

You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.

For more information, see Manage the scope of your access points for directory buckets.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can include one or more API operations as permissions.

Link copied to clipboard

You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.

Functions

Link copied to clipboard
inline fun copy(block: Scope.Builder.() -> Unit = {}): Scope
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String