AntiSSRFPolicy.AllowedAddresses Property

Definition

Gets a read-only view of the IP networks explicitly allowed by the policy.

public IReadOnlyList<string> AllowedAddresses { get; }

AllowedAddresses takes precedence over DeniedAddresses. If an IP address matches both, it will be considered allowed by the policy.

Property Value

IReadOnlyList<string>

A read-only list of the allowed IP networks.


Copyright © 2026 Microsoft Corporation. Distributed under the MIT license.