AuthzPolicyCustomProvider

data class AuthzPolicyCustomProvider(val authzExtension: AuthzPolicyCustomProviderAuthzExtension? = null, val cloudIap: AuthzPolicyCustomProviderCloudIap? = null)

Constructors

Link copied to clipboard
constructor(authzExtension: AuthzPolicyCustomProviderAuthzExtension? = null, cloudIap: AuthzPolicyCustomProviderCloudIap? = null)

Types

Link copied to clipboard
object Companion

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.