iapConfigurations property

List<IapConfiguration> iapConfigurations
final

The list of IAP configurations to use for authenticating with an Identity-Aware Proxy (IAP).

If a service is protected by an Identity-Aware Proxy (IAP), provide its IapConfiguration here. If an IAP challenge is received, it will be compared against the IAP configurations. If a matching configuration is found, it will be used to prompt the user to sign in. Otherwise, the IAP challenge will fail.

Implementation

final List<IapConfiguration> iapConfigurations;