Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::AuthzPolicy::CustomProvider::AuthzExtension.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#resources

def resources() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.

#resources=

def resources=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.
Returns
  • (::Array<::String>) — Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.