Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider.
Allows delegating authorization decisions to Cloud IAP or to Service Extensions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authz_extension
def authz_extension() -> ::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension
Returns
- (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension) — Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified.
#authz_extension=
def authz_extension=(value) -> ::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension) — Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified.
Returns
- (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension) — Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified.
#cloud_iap
def cloud_iap() -> ::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::CloudIap
Returns
- (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::CloudIap) — 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.
#cloud_iap=
def cloud_iap=(value) -> ::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::CloudIap
Parameter
- value (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::CloudIap) — 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.
Returns
- (::Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::CloudIap) — 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.