Workflow Access Control Trigger
data class WorkflowAccessControlTrigger(val allowedCallerIpAddressRanges: List<String>, val openAuthenticationPolicies: List<WorkflowAccessControlTriggerOpenAuthenticationPolicy>? = null)
Constructors
Link copied to clipboard
constructor(allowedCallerIpAddressRanges: List<String>, openAuthenticationPolicies: List<WorkflowAccessControlTriggerOpenAuthenticationPolicy>? = null)