Class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb

Overview

Optional. 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.

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuthzPolicyCustomProviderCloudIap

Returns a new instance of AuthzPolicyCustomProviderCloudIap.



759
760
761
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 759

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



764
765
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 764

def update!(**args)
end