ApiTokenPolicy

data class ApiTokenPolicy(val effect: String? = null, val permissionGroups: List<String>, val resources: Map<String, String>)

Constructors

Link copied to clipboard
constructor(effect: String? = null, permissionGroups: List<String>, resources: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effect: String? = null

Effect of the policy. Available values: allow, deny. Defaults to allow.

Link copied to clipboard

List of permissions groups IDs. See documentation for more information.

Link copied to clipboard

Describes what operations against which resources are allowed or denied.