public enum AuthConfig.Types.ApiKeyConfig.Types.HttpElementLocationReference 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.V1Assembly
Google.Cloud.ApiHub.V1.dll
Fields |
|
|---|---|
| Name | Description |
Body |
Element is in the HTTP request body. |
Cookie |
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. |