target Attributes
suspend fun targetAttributes(value: Output<List<ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgs>>)
suspend fun targetAttributes(value: List<ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgs>)
Parameters
value
Contains a map of target attribute keys to target attribute values.
suspend fun targetAttributes(vararg values: Output<ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgs>)
suspend fun targetAttributes(values: List<Output<ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgs>>)
suspend fun targetAttributes(vararg values: ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgs)
Parameters
values
Contains a map of target attribute keys to target attribute values.
suspend fun targetAttributes(argument: List<suspend ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit>)
suspend fun targetAttributes(vararg argument: suspend ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit)
suspend fun targetAttributes(argument: suspend ZeroTrustAccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit)
Parameters
argument
Contains a map of target attribute keys to target attribute values.