PermissionResponse

data class PermissionResponse(val dataActions: List<String>? = null, val id: String? = null, val notDataActions: List<String>? = null)

The set of data plane operations permitted through this Role Definition.

Constructors

Link copied to clipboard
constructor(dataActions: List<String>? = null, id: String? = null, notDataActions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataActions: List<String>? = null

An array of data actions that are allowed.

Link copied to clipboard
val id: String? = null

The id for the permission.

Link copied to clipboard
val notDataActions: List<String>? = null

An array of data actions that are denied.