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.



839
840
841
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 839

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

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



844
845
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 844

def update!(**args)
end