1. Packages
  2. Azure Native
  3. API Docs
  4. securityinsights
  5. listGeodataByIp
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.securityinsights.listGeodataByIp

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Get geodata for a single IP address Azure REST API version: 2024-01-01-preview.

    Using listGeodataByIp

    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 listGeodataByIp(args: ListGeodataByIpArgs, opts?: InvokeOptions): Promise<ListGeodataByIpResult>
    function listGeodataByIpOutput(args: ListGeodataByIpOutputArgs, opts?: InvokeOptions): Output<ListGeodataByIpResult>
    def list_geodata_by_ip(enrichment_type: Optional[str] = None,
                           ip_address: Optional[str] = None,
                           resource_group_name: Optional[str] = None,
                           workspace_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> ListGeodataByIpResult
    def list_geodata_by_ip_output(enrichment_type: Optional[pulumi.Input[str]] = None,
                           ip_address: Optional[pulumi.Input[str]] = None,
                           resource_group_name: Optional[pulumi.Input[str]] = None,
                           workspace_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[ListGeodataByIpResult]
    func ListGeodataByIp(ctx *Context, args *ListGeodataByIpArgs, opts ...InvokeOption) (*ListGeodataByIpResult, error)
    func ListGeodataByIpOutput(ctx *Context, args *ListGeodataByIpOutputArgs, opts ...InvokeOption) ListGeodataByIpResultOutput

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

    public static class ListGeodataByIp 
    {
        public static Task<ListGeodataByIpResult> InvokeAsync(ListGeodataByIpArgs args, InvokeOptions? opts = null)
        public static Output<ListGeodataByIpResult> Invoke(ListGeodataByIpInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListGeodataByIpResult> listGeodataByIp(ListGeodataByIpArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:securityinsights:listGeodataByIp
      arguments:
        # arguments dictionary

    The following arguments are supported:

    EnrichmentType string
    Enrichment type
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    IpAddress string
    The dotted-decimal or colon-separated string representation of the IP address
    EnrichmentType string
    Enrichment type
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    WorkspaceName string
    The name of the workspace.
    IpAddress string
    The dotted-decimal or colon-separated string representation of the IP address
    enrichmentType String
    Enrichment type
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    ipAddress String
    The dotted-decimal or colon-separated string representation of the IP address
    enrichmentType string
    Enrichment type
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    workspaceName string
    The name of the workspace.
    ipAddress string
    The dotted-decimal or colon-separated string representation of the IP address
    enrichment_type str
    Enrichment type
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    workspace_name str
    The name of the workspace.
    ip_address str
    The dotted-decimal or colon-separated string representation of the IP address
    enrichmentType String
    Enrichment type
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    workspaceName String
    The name of the workspace.
    ipAddress String
    The dotted-decimal or colon-separated string representation of the IP address

    listGeodataByIp Result

    The following output properties are available:

    Asn string
    The autonomous system number associated with this IP address
    Carrier string
    The name of the carrier for this IP address
    City string
    The city this IP address is located in
    CityConfidenceFactor int
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    Continent string
    The continent this IP address is located on
    Country string
    The county this IP address is located in
    CountryConfidenceFactor int
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    IpAddr string
    The dotted-decimal or colon-separated string representation of the IP address
    IpRoutingType string
    A description of the connection type of this IP address
    Latitude string
    The latitude of this IP address
    Longitude string
    The longitude of this IP address
    Organization string
    The name of the organization for this IP address
    OrganizationType string
    The type of the organization for this IP address
    Region string
    The geographic region this IP address is located in
    State string
    The state this IP address is located in
    StateCode string
    The abbreviated name for the state this IP address is located in
    StateConfidenceFactor int
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100
    Asn string
    The autonomous system number associated with this IP address
    Carrier string
    The name of the carrier for this IP address
    City string
    The city this IP address is located in
    CityConfidenceFactor int
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    Continent string
    The continent this IP address is located on
    Country string
    The county this IP address is located in
    CountryConfidenceFactor int
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    IpAddr string
    The dotted-decimal or colon-separated string representation of the IP address
    IpRoutingType string
    A description of the connection type of this IP address
    Latitude string
    The latitude of this IP address
    Longitude string
    The longitude of this IP address
    Organization string
    The name of the organization for this IP address
    OrganizationType string
    The type of the organization for this IP address
    Region string
    The geographic region this IP address is located in
    State string
    The state this IP address is located in
    StateCode string
    The abbreviated name for the state this IP address is located in
    StateConfidenceFactor int
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100
    asn String
    The autonomous system number associated with this IP address
    carrier String
    The name of the carrier for this IP address
    city String
    The city this IP address is located in
    cityConfidenceFactor Integer
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    continent String
    The continent this IP address is located on
    country String
    The county this IP address is located in
    countryConfidenceFactor Integer
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    ipAddr String
    The dotted-decimal or colon-separated string representation of the IP address
    ipRoutingType String
    A description of the connection type of this IP address
    latitude String
    The latitude of this IP address
    longitude String
    The longitude of this IP address
    organization String
    The name of the organization for this IP address
    organizationType String
    The type of the organization for this IP address
    region String
    The geographic region this IP address is located in
    state String
    The state this IP address is located in
    stateCode String
    The abbreviated name for the state this IP address is located in
    stateConfidenceFactor Integer
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100
    asn string
    The autonomous system number associated with this IP address
    carrier string
    The name of the carrier for this IP address
    city string
    The city this IP address is located in
    cityConfidenceFactor number
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    continent string
    The continent this IP address is located on
    country string
    The county this IP address is located in
    countryConfidenceFactor number
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    ipAddr string
    The dotted-decimal or colon-separated string representation of the IP address
    ipRoutingType string
    A description of the connection type of this IP address
    latitude string
    The latitude of this IP address
    longitude string
    The longitude of this IP address
    organization string
    The name of the organization for this IP address
    organizationType string
    The type of the organization for this IP address
    region string
    The geographic region this IP address is located in
    state string
    The state this IP address is located in
    stateCode string
    The abbreviated name for the state this IP address is located in
    stateConfidenceFactor number
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100
    asn str
    The autonomous system number associated with this IP address
    carrier str
    The name of the carrier for this IP address
    city str
    The city this IP address is located in
    city_confidence_factor int
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    continent str
    The continent this IP address is located on
    country str
    The county this IP address is located in
    country_confidence_factor int
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    ip_addr str
    The dotted-decimal or colon-separated string representation of the IP address
    ip_routing_type str
    A description of the connection type of this IP address
    latitude str
    The latitude of this IP address
    longitude str
    The longitude of this IP address
    organization str
    The name of the organization for this IP address
    organization_type str
    The type of the organization for this IP address
    region str
    The geographic region this IP address is located in
    state str
    The state this IP address is located in
    state_code str
    The abbreviated name for the state this IP address is located in
    state_confidence_factor int
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100
    asn String
    The autonomous system number associated with this IP address
    carrier String
    The name of the carrier for this IP address
    city String
    The city this IP address is located in
    cityConfidenceFactor Number
    A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100
    continent String
    The continent this IP address is located on
    country String
    The county this IP address is located in
    countryConfidenceFactor Number
    A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100
    ipAddr String
    The dotted-decimal or colon-separated string representation of the IP address
    ipRoutingType String
    A description of the connection type of this IP address
    latitude String
    The latitude of this IP address
    longitude String
    The longitude of this IP address
    organization String
    The name of the organization for this IP address
    organizationType String
    The type of the organization for this IP address
    region String
    The geographic region this IP address is located in
    state String
    The state this IP address is located in
    stateCode String
    The abbreviated name for the state this IP address is located in
    stateConfidenceFactor Number
    A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi