1. Packages
  2. Packages
  3. Cisco Catalyst SD-WAN Provider
  4. API Docs
  5. getEmbeddedSecurityPolicy
Viewing docs for Cisco Catalyst SD-WAN v0.8.1
published on Tuesday, Apr 7, 2026 by Pulumi
sdwan logo
Viewing docs for Cisco Catalyst SD-WAN v0.8.1
published on Tuesday, Apr 7, 2026 by Pulumi

    This data source can read the Embedded Security Policy.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getEmbeddedSecurityPolicy({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_embedded_security_policy(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupEmbeddedSecurityPolicy(ctx, &sdwan.LookupEmbeddedSecurityPolicyArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetEmbeddedSecurityPolicy.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetEmbeddedSecurityPolicyArgs;
    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 = SdwanFunctions.getEmbeddedSecurityPolicy(GetEmbeddedSecurityPolicyArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: sdwan:getEmbeddedSecurityPolicy
          arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getEmbeddedSecurityPolicy

    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 getEmbeddedSecurityPolicy(args: GetEmbeddedSecurityPolicyArgs, opts?: InvokeOptions): Promise<GetEmbeddedSecurityPolicyResult>
    function getEmbeddedSecurityPolicyOutput(args: GetEmbeddedSecurityPolicyOutputArgs, opts?: InvokeOptions): Output<GetEmbeddedSecurityPolicyResult>
    def get_embedded_security_policy(feature_profile_id: Optional[str] = None,
                                     id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetEmbeddedSecurityPolicyResult
    def get_embedded_security_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetEmbeddedSecurityPolicyResult]
    func LookupEmbeddedSecurityPolicy(ctx *Context, args *LookupEmbeddedSecurityPolicyArgs, opts ...InvokeOption) (*LookupEmbeddedSecurityPolicyResult, error)
    func LookupEmbeddedSecurityPolicyOutput(ctx *Context, args *LookupEmbeddedSecurityPolicyOutputArgs, opts ...InvokeOption) LookupEmbeddedSecurityPolicyResultOutput

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

    public static class GetEmbeddedSecurityPolicy 
    {
        public static Task<GetEmbeddedSecurityPolicyResult> InvokeAsync(GetEmbeddedSecurityPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetEmbeddedSecurityPolicyResult> Invoke(GetEmbeddedSecurityPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEmbeddedSecurityPolicyResult> getEmbeddedSecurityPolicy(GetEmbeddedSecurityPolicyArgs args, InvokeOptions options)
    public static Output<GetEmbeddedSecurityPolicyResult> getEmbeddedSecurityPolicy(GetEmbeddedSecurityPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: sdwan:index/getEmbeddedSecurityPolicy:getEmbeddedSecurityPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Policy
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Policy
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Policy
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Policy
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Policy
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Policy

    getEmbeddedSecurityPolicy Result

    The following output properties are available:

    Assemblies List<GetEmbeddedSecurityPolicyAssembly>
    AuditTrail string
    Setting can be string 'on' or missing for off
    Description string
    The description of the Policy
    DownloadUrlDatabaseOnDevice bool
    DownloadUrlDatabaseOnDeviceVariable string
    Variable name
    FailureMode string
    FeatureProfileId string
    Feature Profile ID
    IcmpUnreachableAllow string
    Setting can be string 'on' or missing for off
    Id string
    The id of the Policy
    MaxIncompleteIcmpLimit string
    MaxIncompleteTcpLimit string
    MaxIncompleteUdpLimit string
    Name string
    The name of the Policy
    Nat bool
    NatVariable string
    Variable name
    ResourceProfile string
    ResourceProfileVariable string
    Variable name
    SessionReclassifyAllow string
    Setting can be string 'on' or missing for off
    TcpSynFloodLimit string
    UnifiedLogging string
    Setting can be string 'on' or missing for off
    Version int
    The version of the Policy
    Assemblies []GetEmbeddedSecurityPolicyAssembly
    AuditTrail string
    Setting can be string 'on' or missing for off
    Description string
    The description of the Policy
    DownloadUrlDatabaseOnDevice bool
    DownloadUrlDatabaseOnDeviceVariable string
    Variable name
    FailureMode string
    FeatureProfileId string
    Feature Profile ID
    IcmpUnreachableAllow string
    Setting can be string 'on' or missing for off
    Id string
    The id of the Policy
    MaxIncompleteIcmpLimit string
    MaxIncompleteTcpLimit string
    MaxIncompleteUdpLimit string
    Name string
    The name of the Policy
    Nat bool
    NatVariable string
    Variable name
    ResourceProfile string
    ResourceProfileVariable string
    Variable name
    SessionReclassifyAllow string
    Setting can be string 'on' or missing for off
    TcpSynFloodLimit string
    UnifiedLogging string
    Setting can be string 'on' or missing for off
    Version int
    The version of the Policy
    assemblies List<GetEmbeddedSecurityPolicyAssembly>
    auditTrail String
    Setting can be string 'on' or missing for off
    description String
    The description of the Policy
    downloadUrlDatabaseOnDevice Boolean
    downloadUrlDatabaseOnDeviceVariable String
    Variable name
    failureMode String
    featureProfileId String
    Feature Profile ID
    icmpUnreachableAllow String
    Setting can be string 'on' or missing for off
    id String
    The id of the Policy
    maxIncompleteIcmpLimit String
    maxIncompleteTcpLimit String
    maxIncompleteUdpLimit String
    name String
    The name of the Policy
    nat Boolean
    natVariable String
    Variable name
    resourceProfile String
    resourceProfileVariable String
    Variable name
    sessionReclassifyAllow String
    Setting can be string 'on' or missing for off
    tcpSynFloodLimit String
    unifiedLogging String
    Setting can be string 'on' or missing for off
    version Integer
    The version of the Policy
    assemblies GetEmbeddedSecurityPolicyAssembly[]
    auditTrail string
    Setting can be string 'on' or missing for off
    description string
    The description of the Policy
    downloadUrlDatabaseOnDevice boolean
    downloadUrlDatabaseOnDeviceVariable string
    Variable name
    failureMode string
    featureProfileId string
    Feature Profile ID
    icmpUnreachableAllow string
    Setting can be string 'on' or missing for off
    id string
    The id of the Policy
    maxIncompleteIcmpLimit string
    maxIncompleteTcpLimit string
    maxIncompleteUdpLimit string
    name string
    The name of the Policy
    nat boolean
    natVariable string
    Variable name
    resourceProfile string
    resourceProfileVariable string
    Variable name
    sessionReclassifyAllow string
    Setting can be string 'on' or missing for off
    tcpSynFloodLimit string
    unifiedLogging string
    Setting can be string 'on' or missing for off
    version number
    The version of the Policy
    assemblies Sequence[GetEmbeddedSecurityPolicyAssembly]
    audit_trail str
    Setting can be string 'on' or missing for off
    description str
    The description of the Policy
    download_url_database_on_device bool
    download_url_database_on_device_variable str
    Variable name
    failure_mode str
    feature_profile_id str
    Feature Profile ID
    icmp_unreachable_allow str
    Setting can be string 'on' or missing for off
    id str
    The id of the Policy
    max_incomplete_icmp_limit str
    max_incomplete_tcp_limit str
    max_incomplete_udp_limit str
    name str
    The name of the Policy
    nat bool
    nat_variable str
    Variable name
    resource_profile str
    resource_profile_variable str
    Variable name
    session_reclassify_allow str
    Setting can be string 'on' or missing for off
    tcp_syn_flood_limit str
    unified_logging str
    Setting can be string 'on' or missing for off
    version int
    The version of the Policy
    assemblies List<Property Map>
    auditTrail String
    Setting can be string 'on' or missing for off
    description String
    The description of the Policy
    downloadUrlDatabaseOnDevice Boolean
    downloadUrlDatabaseOnDeviceVariable String
    Variable name
    failureMode String
    featureProfileId String
    Feature Profile ID
    icmpUnreachableAllow String
    Setting can be string 'on' or missing for off
    id String
    The id of the Policy
    maxIncompleteIcmpLimit String
    maxIncompleteTcpLimit String
    maxIncompleteUdpLimit String
    name String
    The name of the Policy
    nat Boolean
    natVariable String
    Variable name
    resourceProfile String
    resourceProfileVariable String
    Variable name
    sessionReclassifyAllow String
    Setting can be string 'on' or missing for off
    tcpSynFloodLimit String
    unifiedLogging String
    Setting can be string 'on' or missing for off
    version Number
    The version of the Policy

    Supporting Types

    GetEmbeddedSecurityPolicyAssembly

    GetEmbeddedSecurityPolicyAssemblyEntry

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Viewing docs for Cisco Catalyst SD-WAN v0.8.1
    published on Tuesday, Apr 7, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.