Network Security v1 API - Class AuthzPolicy.Types.CustomProvider (1.0.0-beta01)

public sealed class AuthzPolicy.Types.CustomProvider : IMessage<AuthzPolicy.Types.CustomProvider>, IEquatable<AuthzPolicy.Types.CustomProvider>, IDeepCloneable<AuthzPolicy.Types.CustomProvider>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class AuthzPolicy.Types.CustomProvider.

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

Inheritance

object > AuthzPolicy.Types.CustomProvider

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

CustomProvider()

public CustomProvider()

CustomProvider(CustomProvider)

public CustomProvider(AuthzPolicy.Types.CustomProvider other)
Parameter
Name Description
other AuthzPolicyTypesCustomProvider

Properties

AuthzExtension

public AuthzPolicy.Types.CustomProvider.Types.AuthzExtension AuthzExtension { get; set; }

Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified.

Property Value
Type Description
AuthzPolicyTypesCustomProviderTypesAuthzExtension

CloudIap

public AuthzPolicy.Types.CustomProvider.Types.CloudIap CloudIap { get; set; }

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.

Property Value
Type Description
AuthzPolicyTypesCustomProviderTypesCloudIap