Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
This data source can read the TrustSec IP to SGT Mapping.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = ise.trustsec.getIpToSgtMapping({
id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
});
import pulumi
import pulumi_ise as ise
example = ise.trustsec.get_ip_to_sgt_mapping(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.LookupIpToSgtMapping(ctx, &trustsec.LookupIpToSgtMappingArgs{
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.GetIpToSgtMapping.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.GetIpToSgtMappingArgs;
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.getIpToSgtMapping(GetIpToSgtMappingArgs.builder()
.id("76d24097-41c4-4558-a4d0-a8c07ac08470")
.build());
}
}
variables:
example:
fn::invoke:
function: ise:trustsec:getIpToSgtMapping
arguments:
id: 76d24097-41c4-4558-a4d0-a8c07ac08470
Example coming soon!
Using getIpToSgtMapping
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 getIpToSgtMapping(args: GetIpToSgtMappingArgs, opts?: InvokeOptions): Promise<GetIpToSgtMappingResult>
function getIpToSgtMappingOutput(args: GetIpToSgtMappingOutputArgs, opts?: InvokeOptions): Output<GetIpToSgtMappingResult>def get_ip_to_sgt_mapping(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIpToSgtMappingResult
def get_ip_to_sgt_mapping_output(id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIpToSgtMappingResult]func LookupIpToSgtMapping(ctx *Context, args *LookupIpToSgtMappingArgs, opts ...InvokeOption) (*LookupIpToSgtMappingResult, error)
func LookupIpToSgtMappingOutput(ctx *Context, args *LookupIpToSgtMappingOutputArgs, opts ...InvokeOption) LookupIpToSgtMappingResultOutput> Note: This function is named LookupIpToSgtMapping in the Go SDK.
public static class GetIpToSgtMapping
{
public static Task<GetIpToSgtMappingResult> InvokeAsync(GetIpToSgtMappingArgs args, InvokeOptions? opts = null)
public static Output<GetIpToSgtMappingResult> Invoke(GetIpToSgtMappingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIpToSgtMappingResult> getIpToSgtMapping(GetIpToSgtMappingArgs args, InvokeOptions options)
public static Output<GetIpToSgtMappingResult> getIpToSgtMapping(GetIpToSgtMappingArgs args, InvokeOptions options)
fn::invoke:
function: ise:trustsec/getIpToSgtMapping:getIpToSgtMapping
arguments:
# arguments dictionarydata "ise_trustsec_getiptosgtmapping" "name" {
# arguments
}The following arguments are supported:
getIpToSgtMapping Result
The following output properties are available:
- Deploy
To string - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - Deploy
Type string - Deploy Type
- Description string
- Description
- Host
Ip string - Mandatory if
hostNameis empty - Host
Name string - Mandatory if
hostIpis empty - Id string
- The id of the object
- Mapping
Group string - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - Name string
- The name of the IP to SGT mapping
- Sgt string
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- Deploy
To string - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - Deploy
Type string - Deploy Type
- Description string
- Description
- Host
Ip string - Mandatory if
hostNameis empty - Host
Name string - Mandatory if
hostIpis empty - Id string
- The id of the object
- Mapping
Group string - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - Name string
- The name of the IP to SGT mapping
- Sgt string
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- deploy_
to string - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - deploy_
type string - Deploy Type
- description string
- Description
- host_
ip string - Mandatory if
hostNameis empty - host_
name string - Mandatory if
hostIpis empty - id string
- The id of the object
- mapping_
group string - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - name string
- The name of the IP to SGT mapping
- sgt string
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- deploy
To String - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - deploy
Type String - Deploy Type
- description String
- Description
- host
Ip String - Mandatory if
hostNameis empty - host
Name String - Mandatory if
hostIpis empty - id String
- The id of the object
- mapping
Group String - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - name String
- The name of the IP to SGT mapping
- sgt String
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- deploy
To string - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - deploy
Type string - Deploy Type
- description string
- Description
- host
Ip string - Mandatory if
hostNameis empty - host
Name string - Mandatory if
hostIpis empty - id string
- The id of the object
- mapping
Group string - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - name string
- The name of the IP to SGT mapping
- sgt string
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- deploy_
to str - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - deploy_
type str - Deploy Type
- description str
- Description
- host_
ip str - Mandatory if
hostNameis empty - host_
name str - Mandatory if
hostIpis empty - id str
- The id of the object
- mapping_
group str - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - name str
- The name of the IP to SGT mapping
- sgt str
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
- deploy
To String - Mandatory unless
mappingGroupis set or unlessdeployTypeisALL - deploy
Type String - Deploy Type
- description String
- Description
- host
Ip String - Mandatory if
hostNameis empty - host
Name String - Mandatory if
hostIpis empty - id String
- The id of the object
- mapping
Group String - IP to SGT Mapping Group ID. Mandatory unless
sgtanddeployToanddeployTypeare set - name String
- The name of the IP to SGT mapping
- sgt String
- Trustsec Security Group ID. Mandatory unless
mappingGroupis set
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
iseTerraform Provider.
Viewing docs for Cisco ISE v0.3.3
published on Thursday, May 14, 2026 by Pulumi
published on Thursday, May 14, 2026 by Pulumi
