vertx / io.vertx.kotlin.ext.consul / AclToken

AclToken

fun AclToken(id: String? = null, name: String? = null, rules: String? = null, type: AclTokenType? = null): AclToken

A function providing a DSL for building io.vertx.ext.consul.AclToken objects.

Holds properties of Acl token

Parameters

id - Set ID of token

name - Set name of token

rules - Set rules for token

type - Set type of token