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
fun WorkflowAccessControlTriggerArgs(allowedCallerIpAddressRanges: Output<List<String>>, openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null)
Functions
Properties
Link copied to clipboard
val openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null