GetApiTokenPermissionGroupsResult

data class GetApiTokenPermissionGroupsResult(val account: Map<String, String>, val id: String, val permissions: Map<String, String>, val r2: Map<String, String>, val user: Map<String, String>, val zone: Map<String, String>)

A collection of values returned by getApiTokenPermissionGroups.

Constructors

Link copied to clipboard
constructor(account: Map<String, String>, id: String, permissions: Map<String, String>, r2: Map<String, String>, user: Map<String, String>, zone: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Map of permissions for account level resources.

Link copied to clipboard
val id: String

Checksum of permissions.

Link copied to clipboard

Map of all permissions available. Should not be used as some permissions will overlap resource scope. Instead, use resource level specific attributes.

Link copied to clipboard

Map of permissions for r2 level resources.

Link copied to clipboard

Map of permissions for user level resources.

Link copied to clipboard

Map of permissions for zone level resources.