1. Packages
  2. Cisco ISE
  3. API Docs
  4. trustsec
  5. getIpToSgtMappingGroup
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

ise.trustsec.getIpToSgtMappingGroup

Explore with Pulumi AI

ise logo
Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi

    This data source can read the TrustSec IP to SGT Mapping Group.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ise from "@pulumi/ise";
    
    const example = ise.trustsec.getIpToSgtMappingGroup({
        id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
    });
    
    import pulumi
    import pulumi_ise as ise
    
    example = ise.trustsec.get_ip_to_sgt_mapping_group(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.LookupIpToSgtMappingGroup(ctx, &trustsec.LookupIpToSgtMappingGroupArgs{
    			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.GetIpToSgtMappingGroup.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.GetIpToSgtMappingGroupArgs;
    import java.util.List;
    import java.util.ArrayList;
    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.getIpToSgtMappingGroup(GetIpToSgtMappingGroupArgs.builder()
                .id("76d24097-41c4-4558-a4d0-a8c07ac08470")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: ise:trustsec:getIpToSgtMappingGroup
          Arguments:
            id: 76d24097-41c4-4558-a4d0-a8c07ac08470
    

    Using getIpToSgtMappingGroup

    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 getIpToSgtMappingGroup(args: GetIpToSgtMappingGroupArgs, opts?: InvokeOptions): Promise<GetIpToSgtMappingGroupResult>
    function getIpToSgtMappingGroupOutput(args: GetIpToSgtMappingGroupOutputArgs, opts?: InvokeOptions): Output<GetIpToSgtMappingGroupResult>
    def get_ip_to_sgt_mapping_group(id: Optional[str] = None,
                                    name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIpToSgtMappingGroupResult
    def get_ip_to_sgt_mapping_group_output(id: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIpToSgtMappingGroupResult]
    func LookupIpToSgtMappingGroup(ctx *Context, args *LookupIpToSgtMappingGroupArgs, opts ...InvokeOption) (*LookupIpToSgtMappingGroupResult, error)
    func LookupIpToSgtMappingGroupOutput(ctx *Context, args *LookupIpToSgtMappingGroupOutputArgs, opts ...InvokeOption) LookupIpToSgtMappingGroupResultOutput

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

    public static class GetIpToSgtMappingGroup 
    {
        public static Task<GetIpToSgtMappingGroupResult> InvokeAsync(GetIpToSgtMappingGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetIpToSgtMappingGroupResult> Invoke(GetIpToSgtMappingGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIpToSgtMappingGroupResult> getIpToSgtMappingGroup(GetIpToSgtMappingGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: ise:trustsec/getIpToSgtMappingGroup:getIpToSgtMappingGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the object
    Name string
    The name of the IP to SGT mapping Group
    Id string
    The id of the object
    Name string
    The name of the IP to SGT mapping Group
    id String
    The id of the object
    name String
    The name of the IP to SGT mapping Group
    id string
    The id of the object
    name string
    The name of the IP to SGT mapping Group
    id str
    The id of the object
    name str
    The name of the IP to SGT mapping Group
    id String
    The id of the object
    name String
    The name of the IP to SGT mapping Group

    getIpToSgtMappingGroup Result

    The following output properties are available:

    DeployTo string
    Mandatory unless deploy_type is ALL
    DeployType string
    Deploy Type
    Description string
    Description
    Id string
    The id of the object
    Name string
    The name of the IP to SGT mapping Group
    Sgt string
    Trustsec Security Group ID
    DeployTo string
    Mandatory unless deploy_type is ALL
    DeployType string
    Deploy Type
    Description string
    Description
    Id string
    The id of the object
    Name string
    The name of the IP to SGT mapping Group
    Sgt string
    Trustsec Security Group ID
    deployTo String
    Mandatory unless deploy_type is ALL
    deployType String
    Deploy Type
    description String
    Description
    id String
    The id of the object
    name String
    The name of the IP to SGT mapping Group
    sgt String
    Trustsec Security Group ID
    deployTo string
    Mandatory unless deploy_type is ALL
    deployType string
    Deploy Type
    description string
    Description
    id string
    The id of the object
    name string
    The name of the IP to SGT mapping Group
    sgt string
    Trustsec Security Group ID
    deploy_to str
    Mandatory unless deploy_type is ALL
    deploy_type str
    Deploy Type
    description str
    Description
    id str
    The id of the object
    name str
    The name of the IP to SGT mapping Group
    sgt str
    Trustsec Security Group ID
    deployTo String
    Mandatory unless deploy_type is ALL
    deployType String
    Deploy Type
    description String
    Description
    id String
    The id of the object
    name String
    The name of the IP to SGT mapping Group
    sgt String
    Trustsec Security Group ID

    Package Details

    Repository
    ise pulumi/pulumi-ise
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the ise Terraform Provider.
    ise logo
    Cisco ISE v0.1.4 published on Friday, May 31, 2024 by Pulumi