Workflow Access Control Trigger Args
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
val openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null
A open_authentication_policy
block as defined below.