AuthzPolicyCustomProviderArgs

data class AuthzPolicyCustomProviderArgs(val authzExtension: Output<AuthzPolicyCustomProviderAuthzExtensionArgs>? = null, val cloudIap: Output<AuthzPolicyCustomProviderCloudIapArgs>? = null) : ConvertibleToJava<AuthzPolicyCustomProviderArgs>

Constructors

Link copied to clipboard
constructor(authzExtension: Output<AuthzPolicyCustomProviderAuthzExtensionArgs>? = null, cloudIap: Output<AuthzPolicyCustomProviderCloudIapArgs>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Delegates authorization decisions to Cloud IAP. Applicable only for managed load balancers. Enabling Cloud IAP at the AuthzPolicy level is not compatible with Cloud IAP settings in the BackendService. Enabling IAP in both places will result in request failure. Ensure that IAP is enabled in either the AuthzPolicy or the BackendService but not in both places. Structure is documented below.

Functions

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