Class: Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap
- Inherits:
-
Object
- Object
- Google::Apis::NetworksecurityV1beta1::AuthzPolicyCustomProviderCloudIap
- 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
-
#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.
667 668 669 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 667 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
672 673 |
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 672 def update!(**args) end |