View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm (google_api_apigee v0.53.0)

Resolves the client ip based on a custom header.

Attributes

  • ipHeaderIndex (type: integer(), default: nil) - The index of the ip in the header. (By default, value is 0 if missing)
  • ipHeaderName (type: String.t, default: nil) - The name of the header to extract the client ip from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm{
    ipHeaderIndex: integer() | nil,
    ipHeaderName: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.