public sealed class WebServerNetworkAccessControl : IMessage<WebServerNetworkAccessControl>, IEquatable<WebServerNetworkAccessControl>, IDeepCloneable<WebServerNetworkAccessControl>, IBufferMessage, IMessage
Network-level access control policy for the Airflow web server.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `WebServerNetworkAccessControl` class, which is used to define network-level access policies for the Airflow web server."],["The latest version of `WebServerNetworkAccessControl` is 2.9.0, with versions ranging back to 1.0.0 available for reference."],["`WebServerNetworkAccessControl` inherits from Object and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, allowing for message handling, equality checks, deep cloning, and buffer operations."],["The `AllowedIpRanges` property, a collection of allowed IP ranges, is available within the `WebServerNetworkAccessControl` class, to control access."],["The `WebServerNetworkAccessControl` class also has two constructors, one being a parameterless constructor and the other one taking in another `WebServerNetworkAccessControl` as a parameter."]]],[]]