API hub v1 API - Enum AuthConfig.Types.ApiKeyConfig.Types.HttpElementLocation (1.1.0)

public enum AuthConfig.Types.ApiKeyConfig.Types.HttpElementLocation

Reference documentation and code samples for the API hub v1 API enum AuthConfig.Types.ApiKeyConfig.Types.HttpElementLocation.

Enum of location an HTTP element can be.

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Fields

Name Description
Body

Element is in the HTTP request body.

Element is in the HTTP request cookie.

Header

Element is in the HTTP request header.

Path

Element is in the HTTP request path.

Query

Element is in the HTTP request query.

Unspecified

HTTP element location not specified.