custom Oidc V2s
suspend fun customOidcV2s(value: Output<List<WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2Args>>)
Parameters
value
Zero or more custom_oidc_v2
blocks as defined below.
suspend fun customOidcV2s(vararg values: Output<WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2Args>)
suspend fun customOidcV2s(values: List<Output<WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2Args>>)
Parameters
values
Zero or more custom_oidc_v2
blocks as defined below.
suspend fun customOidcV2s(argument: List<suspend WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2ArgsBuilder.() -> Unit>)
suspend fun customOidcV2s(vararg argument: suspend WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2ArgsBuilder.() -> Unit)
suspend fun customOidcV2s(argument: suspend WindowsFunctionAppSlotAuthSettingsV2CustomOidcV2ArgsBuilder.() -> Unit)
Parameters
argument
Zero or more custom_oidc_v2
blocks as defined below.