Permissions

sealed class Permissions

The asset permissions.

Inheritors

Types

Link copied to clipboard
data class S3(val value: List<S3Permission>) : Permissions

The S3 details of the asset permissions.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this Permissions as a S3 and retrieves its kotlin.collections.List value. Throws an exception if the Permissions is not a S3.

Link copied to clipboard

Casts this Permissions as a S3 and retrieves its kotlin.collections.List value. Returns null if the Permissions is not a S3.