GetIpRangesResult

data class GetIpRangesResult(val actions: List<String>, val actionsIpv4s: List<String>, val actionsIpv6s: List<String>, val apiIpv4s: List<String>, val apiIpv6s: List<String>, val apis: List<String>, val dependabotIpv4s: List<String>, val dependabotIpv6s: List<String>, val dependabots: List<String>, val gitIpv4s: List<String>, val gitIpv6s: List<String>, val gits: List<String>, val hooks: List<String>, val hooksIpv4s: List<String>, val hooksIpv6s: List<String>, val id: String, val importerIpv4s: List<String>, val importerIpv6s: List<String>, val importers: List<String>, val packages: List<String>, val packagesIpv4s: List<String>, val packagesIpv6s: List<String>, val pages: List<String>, val pagesIpv4s: List<String>, val pagesIpv6s: List<String>, val webIpv4s: List<String>, val webIpv6s: List<String>, val webs: List<String>)

A collection of values returned by getIpRanges.

Constructors

Link copied to clipboard
constructor(actions: List<String>, actionsIpv4s: List<String>, actionsIpv6s: List<String>, apiIpv4s: List<String>, apiIpv6s: List<String>, apis: List<String>, dependabotIpv4s: List<String>, dependabotIpv6s: List<String>, dependabots: List<String>, gitIpv4s: List<String>, gitIpv6s: List<String>, gits: List<String>, hooks: List<String>, hooksIpv4s: List<String>, hooksIpv6s: List<String>, id: String, importerIpv4s: List<String>, importerIpv6s: List<String>, importers: List<String>, packages: List<String>, packagesIpv4s: List<String>, packagesIpv6s: List<String>, pages: List<String>, pagesIpv4s: List<String>, pagesIpv6s: List<String>, webIpv4s: List<String>, webIpv6s: List<String>, webs: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of IP addresses in CIDR format specifying the addresses that incoming requests from GitHub actions will originate from.

Link copied to clipboard

A subset of the actions array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the actions array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

A subset of the api array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the api array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An Array of IP addresses in CIDR format for the GitHub API.

Link copied to clipboard

A subset of the dependabot array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the dependabot array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An array of IP addresses in CIDR format specifying the A records for dependabot.

Link copied to clipboard

A subset of the git array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the git array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An Array of IP addresses in CIDR format specifying the Git servers.

Link copied to clipboard

An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.

Link copied to clipboard

A subset of the hooks array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the hooks array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A subset of the importer array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the importer array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.

Link copied to clipboard

An Array of IP addresses in CIDR format specifying the A records for GitHub Packages.

Link copied to clipboard

A subset of the packages array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the packages array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.

Link copied to clipboard

A subset of the pages array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the pages array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

A subset of the web array that contains IP addresses in IPv4 CIDR format.

Link copied to clipboard

A subset of the web array that contains IP addresses in IPv6 CIDR format.

Link copied to clipboard

An Array of IP addresses in CIDR format for GitHub Web.