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) — Required. The
:authority
header in the gRPC request sent from Envoy to the extension service.
#authority=
def authority=(value) -> ::String
-
value (::String) — Required. The
:authority
header in the gRPC request sent from Envoy to the extension service.
-
(::String) — Required. The
:authority
header in the gRPC request sent from Envoy to the extension service.
#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 toFALSE
or the default setting ofFALSE
is 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 toFALSE
or the default setting ofFALSE
is 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 toFALSE
or the default setting ofFALSE
is 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_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
AuthzExtension
resource.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
AuthzExtension
resource.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
AuthzExtension
resource.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) — Required. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED
,EXTERNAL_MANAGED
. 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) — Required. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED
,EXTERNAL_MANAGED
. For more information, refer to Backend services overview.
-
(::Google::Cloud::NetworkServices::V1::LoadBalancingScheme) — Required. All backend services and forwarding rules referenced by this
extension must share the same load balancing scheme. Supported values:
INTERNAL_MANAGED
,EXTERNAL_MANAGED
. 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 theProcessingRequest
message 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 theProcessingRequest
message 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 theProcessingRequest
message 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
AuthzExtension
resource in the following format:projects/{project}/locations/{location}/authzExtensions/{authz_extension}
.
#name=
def name=(value) -> ::String
-
value (::String) — Required. Identifier. Name of the
AuthzExtension
resource in the following format:projects/{project}/locations/{location}/authzExtensions/{authz_extension}
.
-
(::String) — Required. Identifier. Name of the
AuthzExtension
resource 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,
service
must 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,
service
must 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,
service
must 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.
If not specified, the default value
EXT_PROC_GRPC
is used.
#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.
If not specified, the default value
EXT_PROC_GRPC
is used.
-
(::Google::Cloud::NetworkServices::V1::WireFormat) — Optional. The format of communication supported by the callout extension.
If not specified, the default value
EXT_PROC_GRPC
is used.