Class AuthzPolicyCustomProviderAuthzExtension
Optional. Delegate authorization decision to user authored extension. Only one of cloudIap or authzExtension can be specified.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class AuthzPolicyCustomProviderAuthzExtension : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resources
Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.
Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |