Class AuthzPolicyCustomProvider
Allows delegating authorization decisions to Cloud IAP or to Service Extensions.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class AuthzPolicyCustomProvider : IDirectResponseSchema
Properties
AuthzExtension
Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified.
Declaration
[JsonProperty("authzExtension")]
public virtual AuthzPolicyCustomProviderAuthzExtension AuthzExtension { get; set; }
Property Value
Type | Description |
---|---|
AuthzPolicyCustomProviderAuthzExtension |
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.
Declaration
[JsonProperty("cloudIap")]
public virtual AuthzPolicyCustomProviderCloudIap CloudIap { get; set; }
Property Value
Type | Description |
---|---|
AuthzPolicyCustomProviderCloudIap |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |