1. Registry
  2. Packages
  3. Cisco ISE Provider
  4. API Docs
  5. trustsec
  6. getSxpLocalBinding
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi
ise logo
Viewing docs for Cisco ISE v0.5.1
published on Friday, Sep 4, 2026 by Pulumi

    This data source can read the SXP Local Binding.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.trustsec.getSxpLocalBinding({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.trustsec.get_sxp_local_binding(id="76d24097-41c4-4558-a4d0-a8c07ac08470")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-ise/sdk/go/ise/trustsec"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := trustsec.LookupSxpLocalBinding(ctx, &trustsec.LookupSxpLocalBindingArgs{
    			Id: pulumi.StringRef("76d24097-41c4-4558-a4d0-a8c07ac08470"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ise = Pulumi.Ise;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Ise.TrustSec.GetSxpLocalBinding.Invoke(new()
        {
            Id = "76d24097-41c4-4558-a4d0-a8c07ac08470",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ise.trustsec.TrustsecFunctions;
    import com.pulumi.ise.trustsec.inputs.GetSxpLocalBindingArgs;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = TrustsecFunctions.getSxpLocalBinding(GetSxpLocalBindingArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: ise:trustsec:getSxpLocalBinding
          arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    
    pulumi {
      required_providers {
        ise = {
          source = "pulumi/ise"
        }
      }
    }
    
    data "ise_trustsec_getsxplocalbinding" "example" {
      id = "76d24097-41c4-4558-a4d0-a8c07ac08470"
    }
    

    Using getSxpLocalBinding

    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 getSxpLocalBinding(args: GetSxpLocalBindingArgs, opts?: InvokeOptions): Promise<GetSxpLocalBindingResult>
    function getSxpLocalBindingOutput(args: GetSxpLocalBindingOutputArgs, opts?: InvokeOutputOptions): Output<GetSxpLocalBindingResult>
    def get_sxp_local_binding(id: Optional[str] = None,
                              name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSxpLocalBindingResult
    def get_sxp_local_binding_output(id: pulumi.Input[Optional[str]] = None,
                              name: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOutputOptions] = None) -> Output[GetSxpLocalBindingResult]
    func LookupSxpLocalBinding(ctx *Context, args *LookupSxpLocalBindingArgs, opts ...InvokeOption) (*LookupSxpLocalBindingResult, error)
    func LookupSxpLocalBindingOutput(ctx *Context, args *LookupSxpLocalBindingOutputArgs, opts ...InvokeOption) LookupSxpLocalBindingResultOutput

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

    public static class GetSxpLocalBinding 
    {
        public static Task<GetSxpLocalBindingResult> InvokeAsync(GetSxpLocalBindingArgs args, InvokeOptions? opts = null)
        public static Output<GetSxpLocalBindingResult> Invoke(GetSxpLocalBindingInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSxpLocalBindingResult> Invoke(GetSxpLocalBindingInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSxpLocalBindingResult> getSxpLocalBinding(GetSxpLocalBindingArgs args, InvokeOptions options)
    public static Output<GetSxpLocalBindingResult> getSxpLocalBinding(GetSxpLocalBindingArgs args, InvokeOptions options)
    public static Output<GetSxpLocalBindingResult> getSxpLocalBinding(GetSxpLocalBindingArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: ise:trustsec/getSxpLocalBinding:getSxpLocalBinding
      arguments:
        # arguments dictionary
    data "ise_trustsec_get_sxp_local_binding" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    The name of the SXP local binding.
    Id string
    The id of the object
    Name string
    The name of the SXP local binding.
    id string
    The id of the object
    name string
    The name of the SXP local binding.
    id String
    The id of the object
    name String
    The name of the SXP local binding.
    id string
    The id of the object
    name string
    The name of the SXP local binding.
    id str
    The id of the object
    name str
    The name of the SXP local binding.
    id String
    The id of the object
    name String
    The name of the SXP local binding.

    getSxpLocalBinding Result

    The following output properties are available:

    BindingName string
    The binding name. Deprecated since Cisco ISE 3.0.
    Description string
    The description of the SXP local binding.
    Id string
    The id of the object
    IpAddressOrHost string
    The IP address for the static SGT mapping. Hostnames are not supported.
    Name string
    The name of the SXP local binding.
    Sgt string
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    SxpVpn string
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    Vns string
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    BindingName string
    The binding name. Deprecated since Cisco ISE 3.0.
    Description string
    The description of the SXP local binding.
    Id string
    The id of the object
    IpAddressOrHost string
    The IP address for the static SGT mapping. Hostnames are not supported.
    Name string
    The name of the SXP local binding.
    Sgt string
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    SxpVpn string
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    Vns string
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    binding_name string
    The binding name. Deprecated since Cisco ISE 3.0.
    description string
    The description of the SXP local binding.
    id string
    The id of the object
    ip_address_or_host string
    The IP address for the static SGT mapping. Hostnames are not supported.
    name string
    The name of the SXP local binding.
    sgt string
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    sxp_vpn string
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    vns string
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    bindingName String
    The binding name. Deprecated since Cisco ISE 3.0.
    description String
    The description of the SXP local binding.
    id String
    The id of the object
    ipAddressOrHost String
    The IP address for the static SGT mapping. Hostnames are not supported.
    name String
    The name of the SXP local binding.
    sgt String
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    sxpVpn String
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    vns String
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    bindingName string
    The binding name. Deprecated since Cisco ISE 3.0.
    description string
    The description of the SXP local binding.
    id string
    The id of the object
    ipAddressOrHost string
    The IP address for the static SGT mapping. Hostnames are not supported.
    name string
    The name of the SXP local binding.
    sgt string
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    sxpVpn string
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    vns string
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    binding_name str
    The binding name. Deprecated since Cisco ISE 3.0.
    description str
    The description of the SXP local binding.
    id str
    The id of the object
    ip_address_or_host str
    The IP address for the static SGT mapping. Hostnames are not supported.
    name str
    The name of the SXP local binding.
    sgt str
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    sxp_vpn str
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    vns str
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.
    bindingName String
    The binding name. Deprecated since Cisco ISE 3.0.
    description String
    The description of the SXP local binding.
    id String
    The id of the object
    ipAddressOrHost String
    The IP address for the static SGT mapping. Hostnames are not supported.
    name String
    The name of the SXP local binding.
    sgt String
    The name of the Security Group (SGT) to map to the IP address. Cisco ISE renders this as <name> (<decimal>/<hex>) on read and rejects that form on write, so only the name is kept in state.
    sxpVpn String
    Comma-separated list of SXP VPN domains. Since Cisco ISE 3.0, at least one of sxpVpn or vns must be defined.
    vns String
    Comma-separated list of Virtual Networks. Added in Cisco ISE 3.0. At least one of sxpVpn or vns must be defined.

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Viewing docs for Cisco ISE v0.5.1
    published on Friday, Sep 4, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial