customProvider

@JvmName(name = "vprxoxqxhwhiogkn")
suspend fun customProvider(value: Output<AuthzPolicyCustomProviderArgs>)
@JvmName(name = "mgtgllychiwrmggx")
suspend fun customProvider(value: AuthzPolicyCustomProviderArgs?)

Parameters

value

Required if the action is CUSTOM. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of cloudIap or authzExtension must be specified.


@JvmName(name = "vopjpvwgauawiecb")
suspend fun customProvider(argument: suspend AuthzPolicyCustomProviderArgsBuilder.() -> Unit)

Parameters

argument

Required if the action is CUSTOM. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of cloudIap or authzExtension must be specified.