Class: Google::Apis::NetworksecurityV1::AuthzPolicyCustomProviderCloudIap
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1::AuthzPolicyCustomProviderCloudIap
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networksecurity_v1/classes.rb,
lib/google/apis/networksecurity_v1/representations.rb,
lib/google/apis/networksecurity_v1/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
-
#initialize(**args) ⇒ AuthzPolicyCustomProviderCloudIap
constructor
A new instance of AuthzPolicyCustomProviderCloudIap.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AuthzPolicyCustomProviderCloudIap
Returns a new instance of AuthzPolicyCustomProviderCloudIap.
860 861 862 |
# File 'lib/google/apis/networksecurity_v1/classes.rb', line 860 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
865 866 |
# File 'lib/google/apis/networksecurity_v1/classes.rb', line 865 def update!(**args) end |