open Authentication Policies
suspend fun openAuthenticationPolicies(value: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>)
suspend fun openAuthenticationPolicies(value: List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>?)
Parameters
value
A open_authentication_policy
block as defined below.
suspend fun openAuthenticationPolicies(vararg values: Output<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>)
suspend fun openAuthenticationPolicies(values: List<Output<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>)
suspend fun openAuthenticationPolicies(vararg values: WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs)
Parameters
values
A open_authentication_policy
block as defined below.
suspend fun openAuthenticationPolicies(argument: List<suspend WorkflowAccessControlTriggerOpenAuthenticationPolicyArgsBuilder.() -> Unit>)
suspend fun openAuthenticationPolicies(vararg argument: suspend WorkflowAccessControlTriggerOpenAuthenticationPolicyArgsBuilder.() -> Unit)
suspend fun openAuthenticationPolicies(argument: suspend WorkflowAccessControlTriggerOpenAuthenticationPolicyArgsBuilder.() -> Unit)
Parameters
argument
A open_authentication_policy
block as defined below.