1. Packages
  2. Auth0 Provider
  3. API Docs
  4. getOutboundIps
Auth0 v3.30.0 published on Tuesday, Oct 14, 2025 by Pulumi

auth0.getOutboundIps

Deploy with Pulumi
auth0 logo
Auth0 v3.30.0 published on Tuesday, Oct 14, 2025 by Pulumi

    Use this data source to retrieve Auth0’s outbound IP ranges for allowlisting purposes.

    Using getOutboundIps

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getOutboundIps(opts?: InvokeOptions): Promise<GetOutboundIpsResult>
    function getOutboundIpsOutput(opts?: InvokeOptions): Output<GetOutboundIpsResult>
    def get_outbound_ips(opts: Optional[InvokeOptions] = None) -> GetOutboundIpsResult
    def get_outbound_ips_output(opts: Optional[InvokeOptions] = None) -> Output[GetOutboundIpsResult]
    func GetOutboundIps(ctx *Context, opts ...InvokeOption) (*GetOutboundIpsResult, error)
    func GetOutboundIpsOutput(ctx *Context, opts ...InvokeOption) GetOutboundIpsResultOutput

    > Note: This function is named GetOutboundIps in the Go SDK.

    public static class GetOutboundIps 
    {
        public static Task<GetOutboundIpsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetOutboundIpsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOutboundIpsResult> getOutboundIps(InvokeOptions options)
    public static Output<GetOutboundIpsResult> getOutboundIps(InvokeOptions options)
    
    fn::invoke:
      function: auth0:index/getOutboundIps:getOutboundIps
      arguments:
        # arguments dictionary

    getOutboundIps Result

    The following output properties are available:

    Changelogs List<GetOutboundIpsChangelog>
    List of recent changes to IP ranges.
    Id string
    The ID of this resource.
    LastUpdatedAt string
    RFC3339 timestamp when the IP ranges were last updated.
    Regions List<GetOutboundIpsRegion>
    A list of regions and their corresponding IP CIDR blocks.
    Changelogs []GetOutboundIpsChangelog
    List of recent changes to IP ranges.
    Id string
    The ID of this resource.
    LastUpdatedAt string
    RFC3339 timestamp when the IP ranges were last updated.
    Regions []GetOutboundIpsRegion
    A list of regions and their corresponding IP CIDR blocks.
    changelogs List<GetOutboundIpsChangelog>
    List of recent changes to IP ranges.
    id String
    The ID of this resource.
    lastUpdatedAt String
    RFC3339 timestamp when the IP ranges were last updated.
    regions List<GetOutboundIpsRegion>
    A list of regions and their corresponding IP CIDR blocks.
    changelogs GetOutboundIpsChangelog[]
    List of recent changes to IP ranges.
    id string
    The ID of this resource.
    lastUpdatedAt string
    RFC3339 timestamp when the IP ranges were last updated.
    regions GetOutboundIpsRegion[]
    A list of regions and their corresponding IP CIDR blocks.
    changelogs Sequence[GetOutboundIpsChangelog]
    List of recent changes to IP ranges.
    id str
    The ID of this resource.
    last_updated_at str
    RFC3339 timestamp when the IP ranges were last updated.
    regions Sequence[GetOutboundIpsRegion]
    A list of regions and their corresponding IP CIDR blocks.
    changelogs List<Property Map>
    List of recent changes to IP ranges.
    id String
    The ID of this resource.
    lastUpdatedAt String
    RFC3339 timestamp when the IP ranges were last updated.
    regions List<Property Map>
    A list of regions and their corresponding IP CIDR blocks.

    Supporting Types

    GetOutboundIpsChangelog

    Action string
    Type of change (add or remove).
    Date string
    Date of the change (YYYY-MM-DD format).
    Ipv4Cidrs List<string>
    List of IPv4 CIDR blocks affected by this change.
    Region string
    Region affected by the change.
    Action string
    Type of change (add or remove).
    Date string
    Date of the change (YYYY-MM-DD format).
    Ipv4Cidrs []string
    List of IPv4 CIDR blocks affected by this change.
    Region string
    Region affected by the change.
    action String
    Type of change (add or remove).
    date String
    Date of the change (YYYY-MM-DD format).
    ipv4Cidrs List<String>
    List of IPv4 CIDR blocks affected by this change.
    region String
    Region affected by the change.
    action string
    Type of change (add or remove).
    date string
    Date of the change (YYYY-MM-DD format).
    ipv4Cidrs string[]
    List of IPv4 CIDR blocks affected by this change.
    region string
    Region affected by the change.
    action str
    Type of change (add or remove).
    date str
    Date of the change (YYYY-MM-DD format).
    ipv4_cidrs Sequence[str]
    List of IPv4 CIDR blocks affected by this change.
    region str
    Region affected by the change.
    action String
    Type of change (add or remove).
    date String
    Date of the change (YYYY-MM-DD format).
    ipv4Cidrs List<String>
    List of IPv4 CIDR blocks affected by this change.
    region String
    Region affected by the change.

    GetOutboundIpsRegion

    Ipv4Cidrs List<string>
    A list of IPv4 CIDR blocks for the region.
    Region string
    The code for the region (e.g., 'US', 'CA').
    Ipv4Cidrs []string
    A list of IPv4 CIDR blocks for the region.
    Region string
    The code for the region (e.g., 'US', 'CA').
    ipv4Cidrs List<String>
    A list of IPv4 CIDR blocks for the region.
    region String
    The code for the region (e.g., 'US', 'CA').
    ipv4Cidrs string[]
    A list of IPv4 CIDR blocks for the region.
    region string
    The code for the region (e.g., 'US', 'CA').
    ipv4_cidrs Sequence[str]
    A list of IPv4 CIDR blocks for the region.
    region str
    The code for the region (e.g., 'US', 'CA').
    ipv4Cidrs List<String>
    A list of IPv4 CIDR blocks for the region.
    region String
    The code for the region (e.g., 'US', 'CA').

    Package Details

    Repository
    Auth0 pulumi/pulumi-auth0
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the auth0 Terraform Provider.
    auth0 logo
    Auth0 v3.30.0 published on Tuesday, Oct 14, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate