AccessApplicationTargetCriteriaTargetAttributeArgs

data class AccessApplicationTargetCriteriaTargetAttributeArgs(val name: Output<String>, val values: Output<List<String>>) : ConvertibleToJava<AccessApplicationTargetCriteriaTargetAttributeArgs>

Constructors

constructor(name: Output<String>, values: Output<List<String>>)

Properties

Link copied to clipboard
val name: Output<String>

The key of the attribute.

Link copied to clipboard
val values: Output<List<String>>

The values of the attribute.

Functions

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