ApiShieldAuthIdCharacteristicArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the characteristic field, i.e., the header or cookie name.

Link copied to clipboard
val type: Output<String>

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

Functions

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