authzExtension

@JvmName(name = "soetemyiadkwdenh")
suspend fun authzExtension(value: Output<AuthzPolicyCustomProviderAuthzExtensionArgs>)
@JvmName(name = "fjlaqotbkddcudxp")
suspend fun authzExtension(value: AuthzPolicyCustomProviderAuthzExtensionArgs?)

Parameters

value

Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified. Structure is documented below.


@JvmName(name = "gcdegcwmwrijflrn")
suspend fun authzExtension(argument: suspend AuthzPolicyCustomProviderAuthzExtensionArgsBuilder.() -> Unit)

Parameters

argument

Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified. Structure is documented below.