ApiShieldAuthIdCharacteristicArgs

data class ApiShieldAuthIdCharacteristicArgs(val name: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ApiShieldAuthIdCharacteristicArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the characteristic.

Link copied to clipboard
val type: Output<String>? = null

The type of characteristic. Available values: header, cookie.

Functions

Link copied to clipboard
open override fun toJava(): ApiShieldAuthIdCharacteristicArgs