Auth0 v3.30.0 published on Tuesday, Oct 14, 2025 by Pulumi
auth0.getOutboundIps
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<Get
Outbound Ips Changelog> - List of recent changes to IP ranges.
- Id string
- The ID of this resource.
- Last
Updated stringAt - RFC3339 timestamp when the IP ranges were last updated.
- Regions
List<Get
Outbound Ips Region> - A list of regions and their corresponding IP CIDR blocks.
- Changelogs
[]Get
Outbound Ips Changelog - List of recent changes to IP ranges.
- Id string
- The ID of this resource.
- Last
Updated stringAt - RFC3339 timestamp when the IP ranges were last updated.
- Regions
[]Get
Outbound Ips Region - A list of regions and their corresponding IP CIDR blocks.
- changelogs
List<Get
Outbound Ips Changelog> - List of recent changes to IP ranges.
- id String
- The ID of this resource.
- last
Updated StringAt - RFC3339 timestamp when the IP ranges were last updated.
- regions
List<Get
Outbound Ips Region> - A list of regions and their corresponding IP CIDR blocks.
- changelogs
Get
Outbound Ips Changelog[] - List of recent changes to IP ranges.
- id string
- The ID of this resource.
- last
Updated stringAt - RFC3339 timestamp when the IP ranges were last updated.
- regions
Get
Outbound Ips Region[] - A list of regions and their corresponding IP CIDR blocks.
- changelogs
Sequence[Get
Outbound Ips Changelog] - List of recent changes to IP ranges.
- id str
- The ID of this resource.
- last_
updated_ strat - RFC3339 timestamp when the IP ranges were last updated.
- regions
Sequence[Get
Outbound Ips Region] - 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.
- last
Updated StringAt - 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 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.
GetOutboundIpsRegion
- ipv4_
cidrs Sequence[str] - A list of IPv4 CIDR blocks for the region.
- region str
- 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.