WorkflowAccessControlTrigger

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)

Types

Link copied to clipboard
object Companion

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.