Show / Hide Table of Contents

Class AuthzPolicyCustomProvider

Allows delegating authorization decisions to Cloud IAP or to Service Extensions.

Inheritance
object
AuthzPolicyCustomProvider
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX