WorkflowAccessControlTriggerArgs

data class WorkflowAccessControlTriggerArgs(val allowedCallerIpAddressRanges: Output<List<String>>, val openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null) : ConvertibleToJava<WorkflowAccessControlTriggerArgs>

Constructors

Link copied to clipboard
constructor(allowedCallerIpAddressRanges: Output<List<String>>, openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null)

Properties

Link copied to clipboard

A list of the allowed caller IP address ranges.

Link copied to clipboard

A open_authentication_policy block as defined below.

Functions

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