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
id - Set ID of token
id
name - Set name of token
name
rules - Set rules for token
rules
type - Set type of token
type