Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::AuthzExtension.
AuthzExtension is a resource that allows traffic forwarding
to a callout backend service to make an authorization decision.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#authority
def authority() -> ::String-
(::String) — Optional. The
:authorityheader in the gRPC request sent from Envoy to the extension service. It is required when theservicefield points to a backend service or a wasm plugin.
#authority=
def authority=(value) -> ::String-
value (::String) — Optional. The
:authorityheader in the gRPC request sent from Envoy to the extension service. It is required when theservicefield points to a backend service or a wasm plugin.
-
(::String) — Optional. The
:authorityheader in the gRPC request sent from Envoy to the extension service. It is required when theservicefield points to a backend service or a wasm plugin.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was created.
#description
def description() -> ::String- (::String) — Optional. A human-readable description of the resource.
#description=
def description=(value) -> ::String- value (::String) — Optional. A human-readable description of the resource.
- (::String) — Optional. A human-readable description of the resource.
#fail_open
def fail_open() -> ::Boolean-
(::Boolean) —
Optional. Determines how the proxy behaves if the call to the extension fails or times out.
When set to
TRUE, request or response processing continues without error. Any subsequent extensions in the extension chain are also executed. When set toFALSEor the default setting ofFALSEis used, one of the following happens:If response headers have not been delivered to the downstream client, a generic 500 error is returned to the client. The error response can be tailored by configuring a custom error response in the load balancer.
If response headers have been delivered, then the HTTP stream to the downstream client is reset.
#fail_open=
def fail_open=(value) -> ::Boolean-
value (::Boolean) —
Optional. Determines how the proxy behaves if the call to the extension fails or times out.
When set to
TRUE, request or response processing continues without error. Any subsequent extensions in the extension chain are also executed. When set toFALSEor the default setting ofFALSEis used, one of the following happens:If response headers have not been delivered to the downstream client, a generic 500 error is returned to the client. The error response can be tailored by configuring a custom error response in the load balancer.
If response headers have been delivered, then the HTTP stream to the downstream client is reset.
-
(::Boolean) —
Optional. Determines how the proxy behaves if the call to the extension fails or times out.
When set to
TRUE, request or response processing continues without error. Any subsequent extensions in the extension chain are also executed. When set toFALSEor the default setting ofFALSEis used, one of the following happens:If response headers have not been delivered to the downstream client, a generic 500 error is returned to the client. The error response can be tailored by configuring a custom error response in the load balancer.
If response headers have been delivered, then the HTTP stream to the downstream client is reset.
#forward_attributes
def forward_attributes() -> ::Array<::String>-
(::Array<::String>) — Optional. List of the Envoy attributes to forward to the extension server.
The attributes provided here are included as part of the
ProcessingRequest.attributesfield (of typemap<string, google.protobuf.Struct>), where the keys are the attribute names. Refer to the documentation for the names of attributes that can be forwarded. If omitted, no attributes are sent. Each element is a string indicating the attribute name.
#forward_attributes=
def forward_attributes=(value) -> ::Array<::String>-
value (::Array<::String>) — Optional. List of the Envoy attributes to forward to the extension server.
The attributes provided here are included as part of the
ProcessingRequest.attributesfield (of typemap<string, google.protobuf.Struct>), where the keys are the attribute names. Refer to the documentation for the names of attributes that can be forwarded. If omitted, no attributes are sent. Each element is a string indicating the attribute name.
-
(::Array<::String>) — Optional. List of the Envoy attributes to forward to the extension server.
The attributes provided here are included as part of the
ProcessingRequest.attributesfield (of typemap<string, google.protobuf.Struct>), where the keys are the attribute names. Refer to the documentation for the names of attributes that can be forwarded. If omitted, no attributes are sent. Each element is a string indicating the attribute name.
#forward_headers
def forward_headers() -> ::Array<::String>- (::Array<::String>) — Optional. List of the HTTP headers to forward to the extension (from the client). If omitted, all headers are sent. Each element is a string indicating the header name.
#forward_headers=
def forward_headers=(value) -> ::Array<::String>- value (::Array<::String>) — Optional. List of the HTTP headers to forward to the extension (from the client). If omitted, all headers are sent. Each element is a string indicating the header name.
- (::Array<::String>) — Optional. List of the HTTP headers to forward to the extension (from the client). If omitted, all headers are sent. Each element is a string indicating the header name.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Set of labels associated with the
AuthzExtensionresource.The format must comply with the requirements for labels for Google Cloud resources.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}-
value (::Google::Protobuf::Map{::String => ::String}) — Optional. Set of labels associated with the
AuthzExtensionresource.The format must comply with the requirements for labels for Google Cloud resources.
-
(::Google::Protobuf::Map{::String => ::String}) — Optional. Set of labels associated with the
AuthzExtensionresource.The format must comply with the requirements for labels for Google Cloud resources.
#load_balancing_scheme
def load_balancing_scheme() -> ::Google::Cloud::NetworkServices::V1::LoadBalancingScheme-
(::Google::Cloud::NetworkServices::V1::LoadBalancingScheme) — Optional. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED,EXTERNAL_MANAGED. Can be omitted for AuthzExtensions that do not reference a backend service. For more information, refer to Backend services overview.
#load_balancing_scheme=
def load_balancing_scheme=(value) -> ::Google::Cloud::NetworkServices::V1::LoadBalancingScheme-
value (::Google::Cloud::NetworkServices::V1::LoadBalancingScheme) — Optional. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED,EXTERNAL_MANAGED. Can be omitted for AuthzExtensions that do not reference a backend service. For more information, refer to Backend services overview.
-
(::Google::Cloud::NetworkServices::V1::LoadBalancingScheme) — Optional. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED,EXTERNAL_MANAGED. Can be omitted for AuthzExtensions that do not reference a backend service. For more information, refer to Backend services overview.
#metadata
def metadata() -> ::Google::Protobuf::Struct-
(::Google::Protobuf::Struct) — Optional. The metadata provided here is included as part of the
metadata_context(of typegoogle.protobuf.Struct) in theProcessingRequestmessage sent to the extension server. The metadata is available under the namespacecom.google.authz_extension.<resource_name>. The following variables are supported in the metadata Struct:{forwarding_rule_id}- substituted with the forwarding rule's fully qualified resource name.
#metadata=
def metadata=(value) -> ::Google::Protobuf::Struct-
value (::Google::Protobuf::Struct) — Optional. The metadata provided here is included as part of the
metadata_context(of typegoogle.protobuf.Struct) in theProcessingRequestmessage sent to the extension server. The metadata is available under the namespacecom.google.authz_extension.<resource_name>. The following variables are supported in the metadata Struct:{forwarding_rule_id}- substituted with the forwarding rule's fully qualified resource name.
-
(::Google::Protobuf::Struct) — Optional. The metadata provided here is included as part of the
metadata_context(of typegoogle.protobuf.Struct) in theProcessingRequestmessage sent to the extension server. The metadata is available under the namespacecom.google.authz_extension.<resource_name>. The following variables are supported in the metadata Struct:{forwarding_rule_id}- substituted with the forwarding rule's fully qualified resource name.
#name
def name() -> ::String-
(::String) — Required. Identifier. Name of the
AuthzExtensionresource in the following format:projects/{project}/locations/{location}/authzExtensions/{authz_extension}.
#name=
def name=(value) -> ::String-
value (::String) — Required. Identifier. Name of the
AuthzExtensionresource in the following format:projects/{project}/locations/{location}/authzExtensions/{authz_extension}.
-
(::String) — Required. Identifier. Name of the
AuthzExtensionresource in the following format:projects/{project}/locations/{location}/authzExtensions/{authz_extension}.
#service
def service() -> ::String-
(::String) — Required. The reference to the service that runs the extension.
To configure a callout extension,
servicemust be a fully-qualified reference to a backend service in the format:https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}orhttps://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
#service=
def service=(value) -> ::String-
value (::String) — Required. The reference to the service that runs the extension.
To configure a callout extension,
servicemust be a fully-qualified reference to a backend service in the format:https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}orhttps://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
-
(::String) — Required. The reference to the service that runs the extension.
To configure a callout extension,
servicemust be a fully-qualified reference to a backend service in the format:https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/backendServices/{backendService}orhttps://www.googleapis.com/compute/v1/projects/{project}/global/backendServices/{backendService}.
#timeout
def timeout() -> ::Google::Protobuf::Duration- (::Google::Protobuf::Duration) — Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
#timeout=
def timeout=(value) -> ::Google::Protobuf::Duration- value (::Google::Protobuf::Duration) — Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
- (::Google::Protobuf::Duration) — Required. Specifies the timeout for each individual message on the stream. The timeout must be between 10-10000 milliseconds.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the resource was updated.
#wire_format
def wire_format() -> ::Google::Cloud::NetworkServices::V1::WireFormat-
(::Google::Cloud::NetworkServices::V1::WireFormat) — Optional. The format of communication supported by the callout extension.
This field is supported only for regional
AuthzExtensionresources. If not specified, the default valueEXT_PROC_GRPCis used. GlobalAuthzExtensionresources use theEXT_PROC_GRPCwire format.
#wire_format=
def wire_format=(value) -> ::Google::Cloud::NetworkServices::V1::WireFormat-
value (::Google::Cloud::NetworkServices::V1::WireFormat) — Optional. The format of communication supported by the callout extension.
This field is supported only for regional
AuthzExtensionresources. If not specified, the default valueEXT_PROC_GRPCis used. GlobalAuthzExtensionresources use theEXT_PROC_GRPCwire format.
-
(::Google::Cloud::NetworkServices::V1::WireFormat) — Optional. The format of communication supported by the callout extension.
This field is supported only for regional
AuthzExtensionresources. If not specified, the default valueEXT_PROC_GRPCis used. GlobalAuthzExtensionresources use theEXT_PROC_GRPCwire format.