FlowAccessControlConfigurationPolicyArgs

data class FlowAccessControlConfigurationPolicyArgs(val allowedCallerIpAddresses: Output<List<IpAddressRangeArgs>>? = null, val openAuthenticationPolicies: Output<OpenAuthenticationAccessPoliciesArgs>? = null) : ConvertibleToJava<FlowAccessControlConfigurationPolicyArgs>

The access control configuration policy.

Constructors

Link copied to clipboard
constructor(allowedCallerIpAddresses: Output<List<IpAddressRangeArgs>>? = null, openAuthenticationPolicies: Output<OpenAuthenticationAccessPoliciesArgs>? = null)

Properties

Link copied to clipboard

The allowed caller IP address ranges.

Link copied to clipboard

The authentication policies for workflow.

Functions

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