google_api_composer v0.13.0 GoogleApi.Composer.V1beta1.Model.WebServerNetworkAccessControl View Source

Network-level access control policy for the Airflow web server.

Attributes

  • allowedIpRanges (type: list(GoogleApi.Composer.V1beta1.Model.AllowedIpRange.t), default: nil) - A collection of allowed IP ranges with descriptions.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Composer.V1beta1.Model.WebServerNetworkAccessControl{
  allowedIpRanges: [GoogleApi.Composer.V1beta1.Model.AllowedIpRange.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.