1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoSecurityFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoSecurityFeatureTemplate

Explore with Pulumi AI

This data source can read the Cisco Security feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoSecurityFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_security_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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.LookupCiscoSecurityFeatureTemplate(ctx, &sdwan.LookupCiscoSecurityFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoSecurityFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
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.GetCiscoSecurityFeatureTemplateArgs;
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.getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoSecurityFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCiscoSecurityFeatureTemplate

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 getCiscoSecurityFeatureTemplate(args: GetCiscoSecurityFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSecurityFeatureTemplateResult>
function getCiscoSecurityFeatureTemplateOutput(args: GetCiscoSecurityFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSecurityFeatureTemplateResult>
Copy
def get_cisco_security_feature_template(id: Optional[str] = None,
                                        name: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetCiscoSecurityFeatureTemplateResult
def get_cisco_security_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                        name: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSecurityFeatureTemplateResult]
Copy
func LookupCiscoSecurityFeatureTemplate(ctx *Context, args *LookupCiscoSecurityFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSecurityFeatureTemplateResult, error)
func LookupCiscoSecurityFeatureTemplateOutput(ctx *Context, args *LookupCiscoSecurityFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSecurityFeatureTemplateResultOutput
Copy

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

public static class GetCiscoSecurityFeatureTemplate 
{
    public static Task<GetCiscoSecurityFeatureTemplateResult> InvokeAsync(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoSecurityFeatureTemplateResult> Invoke(GetCiscoSecurityFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCiscoSecurityFeatureTemplateResult> getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSecurityFeatureTemplateResult> getCiscoSecurityFeatureTemplate(GetCiscoSecurityFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoSecurityFeatureTemplate:getCiscoSecurityFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCiscoSecurityFeatureTemplate Result

The following output properties are available:

AuthenticationTypeVariable string
Variable name
AuthenticationTypes List<string>
Set the authentication type for DTLS connections
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
ExtendedArWindow int
Extended Anti-Replay Window
ExtendedArWindowVariable string
Variable name
Id string
The id of the feature template
IntegrityTypeVariable string
Variable name
IntegrityTypes List<string>
Set the authentication type for DTLS connections
Keychains List<GetCiscoSecurityFeatureTemplateKeychain>
Configure a Keychain
Keys List<GetCiscoSecurityFeatureTemplateKey>
Configure a Key
Name string
The name of the feature template
PairwiseKeying bool
Enable or disable IPsec pairwise-keying
PairwiseKeyingVariable string
Variable name
RekeyInterval int
Set how often to change the AES key for DTLS connections
RekeyIntervalVariable string
Variable name
ReplayWindow string
Set the sliding replay window size
ReplayWindowVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
AuthenticationTypeVariable string
Variable name
AuthenticationTypes []string
Set the authentication type for DTLS connections
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
ExtendedArWindow int
Extended Anti-Replay Window
ExtendedArWindowVariable string
Variable name
Id string
The id of the feature template
IntegrityTypeVariable string
Variable name
IntegrityTypes []string
Set the authentication type for DTLS connections
Keychains []GetCiscoSecurityFeatureTemplateKeychain
Configure a Keychain
Keys []GetCiscoSecurityFeatureTemplateKey
Configure a Key
Name string
The name of the feature template
PairwiseKeying bool
Enable or disable IPsec pairwise-keying
PairwiseKeyingVariable string
Variable name
RekeyInterval int
Set how often to change the AES key for DTLS connections
RekeyIntervalVariable string
Variable name
ReplayWindow string
Set the sliding replay window size
ReplayWindowVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
authenticationTypeVariable String
Variable name
authenticationTypes List<String>
Set the authentication type for DTLS connections
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
extendedArWindow Integer
Extended Anti-Replay Window
extendedArWindowVariable String
Variable name
id String
The id of the feature template
integrityTypeVariable String
Variable name
integrityTypes List<String>
Set the authentication type for DTLS connections
keychains List<GetCiscoSecurityFeatureTemplateKeychain>
Configure a Keychain
keys List<GetCiscoSecurityFeatureTemplateKey>
Configure a Key
name String
The name of the feature template
pairwiseKeying Boolean
Enable or disable IPsec pairwise-keying
pairwiseKeyingVariable String
Variable name
rekeyInterval Integer
Set how often to change the AES key for DTLS connections
rekeyIntervalVariable String
Variable name
replayWindow String
Set the sliding replay window size
replayWindowVariable String
Variable name
templateType String
The template type
version Integer
The version of the feature template
authenticationTypeVariable string
Variable name
authenticationTypes string[]
Set the authentication type for DTLS connections
description string
The description of the feature template
deviceTypes string[]
List of supported device types
extendedArWindow number
Extended Anti-Replay Window
extendedArWindowVariable string
Variable name
id string
The id of the feature template
integrityTypeVariable string
Variable name
integrityTypes string[]
Set the authentication type for DTLS connections
keychains GetCiscoSecurityFeatureTemplateKeychain[]
Configure a Keychain
keys GetCiscoSecurityFeatureTemplateKey[]
Configure a Key
name string
The name of the feature template
pairwiseKeying boolean
Enable or disable IPsec pairwise-keying
pairwiseKeyingVariable string
Variable name
rekeyInterval number
Set how often to change the AES key for DTLS connections
rekeyIntervalVariable string
Variable name
replayWindow string
Set the sliding replay window size
replayWindowVariable string
Variable name
templateType string
The template type
version number
The version of the feature template
authentication_type_variable str
Variable name
authentication_types Sequence[str]
Set the authentication type for DTLS connections
description str
The description of the feature template
device_types Sequence[str]
List of supported device types
extended_ar_window int
Extended Anti-Replay Window
extended_ar_window_variable str
Variable name
id str
The id of the feature template
integrity_type_variable str
Variable name
integrity_types Sequence[str]
Set the authentication type for DTLS connections
keychains Sequence[GetCiscoSecurityFeatureTemplateKeychain]
Configure a Keychain
keys Sequence[GetCiscoSecurityFeatureTemplateKey]
Configure a Key
name str
The name of the feature template
pairwise_keying bool
Enable or disable IPsec pairwise-keying
pairwise_keying_variable str
Variable name
rekey_interval int
Set how often to change the AES key for DTLS connections
rekey_interval_variable str
Variable name
replay_window str
Set the sliding replay window size
replay_window_variable str
Variable name
template_type str
The template type
version int
The version of the feature template
authenticationTypeVariable String
Variable name
authenticationTypes List<String>
Set the authentication type for DTLS connections
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
extendedArWindow Number
Extended Anti-Replay Window
extendedArWindowVariable String
Variable name
id String
The id of the feature template
integrityTypeVariable String
Variable name
integrityTypes List<String>
Set the authentication type for DTLS connections
keychains List<Property Map>
Configure a Keychain
keys List<Property Map>
Configure a Key
name String
The name of the feature template
pairwiseKeying Boolean
Enable or disable IPsec pairwise-keying
pairwiseKeyingVariable String
Variable name
rekeyInterval Number
Set how often to change the AES key for DTLS connections
rekeyIntervalVariable String
Variable name
replayWindow String
Set the sliding replay window size
replayWindowVariable String
Variable name
templateType String
The template type
version Number
The version of the feature template

Supporting Types

GetCiscoSecurityFeatureTemplateKey

AcceptAoMismatch This property is required. bool
Configure Accept AO Mismatch
AcceptAoMismatchVariable This property is required. string
Variable name
AcceptLifetimeDuration This property is required. int
Configure Accept lifetime Duration
AcceptLifetimeDurationVariable This property is required. string
Variable name
AcceptLifetimeEndTime This property is required. string
Configure Key lifetime end time
AcceptLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
AcceptLifetimeInfinite This property is required. bool
Configure Key lifetime end time
AcceptLifetimeInfiniteVariable This property is required. string
Variable name
AcceptLifetimeLocal This property is required. bool
Configure Accept Lifetime Local
AcceptLifetimeLocalVariable This property is required. string
Variable name
AcceptLifetimeStartTime This property is required. string
Configure Key lifetime start time
ChainName This property is required. string
Select the chain name
CryptoAlgorithm This property is required. string
Crypto Algorithm
Id This property is required. string
Select the Key ID
IncludeTcpOptions This property is required. bool
Configure Include TCP Options
IncludeTcpOptionsVariable This property is required. string
Variable name
KeyString This property is required. string
Specify the Key String
KeyStringVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
ReceiveId This property is required. int
Specify the Receiver ID
ReceiveIdVariable This property is required. string
Variable name
SendId This property is required. int
Specify the Send ID
SendIdVariable This property is required. string
Variable name
SendLifetimeDuration This property is required. int
Configure Send lifetime Duration
SendLifetimeDurationVariable This property is required. string
Variable name
SendLifetimeEndTime This property is required. string
Configure Key lifetime end time
SendLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
SendLifetimeInfinite This property is required. bool
Configure Key lifetime end time
SendLifetimeInfiniteVariable This property is required. string
Variable name
SendLifetimeLocal This property is required. bool
Configure Send lifetime Local
SendLifetimeLocalVariable This property is required. string
Variable name
SendLifetimeStartTime This property is required. string
Configure Key lifetime start time
AcceptAoMismatch This property is required. bool
Configure Accept AO Mismatch
AcceptAoMismatchVariable This property is required. string
Variable name
AcceptLifetimeDuration This property is required. int
Configure Accept lifetime Duration
AcceptLifetimeDurationVariable This property is required. string
Variable name
AcceptLifetimeEndTime This property is required. string
Configure Key lifetime end time
AcceptLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
AcceptLifetimeInfinite This property is required. bool
Configure Key lifetime end time
AcceptLifetimeInfiniteVariable This property is required. string
Variable name
AcceptLifetimeLocal This property is required. bool
Configure Accept Lifetime Local
AcceptLifetimeLocalVariable This property is required. string
Variable name
AcceptLifetimeStartTime This property is required. string
Configure Key lifetime start time
ChainName This property is required. string
Select the chain name
CryptoAlgorithm This property is required. string
Crypto Algorithm
Id This property is required. string
Select the Key ID
IncludeTcpOptions This property is required. bool
Configure Include TCP Options
IncludeTcpOptionsVariable This property is required. string
Variable name
KeyString This property is required. string
Specify the Key String
KeyStringVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
ReceiveId This property is required. int
Specify the Receiver ID
ReceiveIdVariable This property is required. string
Variable name
SendId This property is required. int
Specify the Send ID
SendIdVariable This property is required. string
Variable name
SendLifetimeDuration This property is required. int
Configure Send lifetime Duration
SendLifetimeDurationVariable This property is required. string
Variable name
SendLifetimeEndTime This property is required. string
Configure Key lifetime end time
SendLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
SendLifetimeInfinite This property is required. bool
Configure Key lifetime end time
SendLifetimeInfiniteVariable This property is required. string
Variable name
SendLifetimeLocal This property is required. bool
Configure Send lifetime Local
SendLifetimeLocalVariable This property is required. string
Variable name
SendLifetimeStartTime This property is required. string
Configure Key lifetime start time
acceptAoMismatch This property is required. Boolean
Configure Accept AO Mismatch
acceptAoMismatchVariable This property is required. String
Variable name
acceptLifetimeDuration This property is required. Integer
Configure Accept lifetime Duration
acceptLifetimeDurationVariable This property is required. String
Variable name
acceptLifetimeEndTime This property is required. String
Configure Key lifetime end time
acceptLifetimeEndTimeFormat This property is required. String
Configure Key lifetime end time
acceptLifetimeInfinite This property is required. Boolean
Configure Key lifetime end time
acceptLifetimeInfiniteVariable This property is required. String
Variable name
acceptLifetimeLocal This property is required. Boolean
Configure Accept Lifetime Local
acceptLifetimeLocalVariable This property is required. String
Variable name
acceptLifetimeStartTime This property is required. String
Configure Key lifetime start time
chainName This property is required. String
Select the chain name
cryptoAlgorithm This property is required. String
Crypto Algorithm
id This property is required. String
Select the Key ID
includeTcpOptions This property is required. Boolean
Configure Include TCP Options
includeTcpOptionsVariable This property is required. String
Variable name
keyString This property is required. String
Specify the Key String
keyStringVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
receiveId This property is required. Integer
Specify the Receiver ID
receiveIdVariable This property is required. String
Variable name
sendId This property is required. Integer
Specify the Send ID
sendIdVariable This property is required. String
Variable name
sendLifetimeDuration This property is required. Integer
Configure Send lifetime Duration
sendLifetimeDurationVariable This property is required. String
Variable name
sendLifetimeEndTime This property is required. String
Configure Key lifetime end time
sendLifetimeEndTimeFormat This property is required. String
Configure Key lifetime end time
sendLifetimeInfinite This property is required. Boolean
Configure Key lifetime end time
sendLifetimeInfiniteVariable This property is required. String
Variable name
sendLifetimeLocal This property is required. Boolean
Configure Send lifetime Local
sendLifetimeLocalVariable This property is required. String
Variable name
sendLifetimeStartTime This property is required. String
Configure Key lifetime start time
acceptAoMismatch This property is required. boolean
Configure Accept AO Mismatch
acceptAoMismatchVariable This property is required. string
Variable name
acceptLifetimeDuration This property is required. number
Configure Accept lifetime Duration
acceptLifetimeDurationVariable This property is required. string
Variable name
acceptLifetimeEndTime This property is required. string
Configure Key lifetime end time
acceptLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
acceptLifetimeInfinite This property is required. boolean
Configure Key lifetime end time
acceptLifetimeInfiniteVariable This property is required. string
Variable name
acceptLifetimeLocal This property is required. boolean
Configure Accept Lifetime Local
acceptLifetimeLocalVariable This property is required. string
Variable name
acceptLifetimeStartTime This property is required. string
Configure Key lifetime start time
chainName This property is required. string
Select the chain name
cryptoAlgorithm This property is required. string
Crypto Algorithm
id This property is required. string
Select the Key ID
includeTcpOptions This property is required. boolean
Configure Include TCP Options
includeTcpOptionsVariable This property is required. string
Variable name
keyString This property is required. string
Specify the Key String
keyStringVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
receiveId This property is required. number
Specify the Receiver ID
receiveIdVariable This property is required. string
Variable name
sendId This property is required. number
Specify the Send ID
sendIdVariable This property is required. string
Variable name
sendLifetimeDuration This property is required. number
Configure Send lifetime Duration
sendLifetimeDurationVariable This property is required. string
Variable name
sendLifetimeEndTime This property is required. string
Configure Key lifetime end time
sendLifetimeEndTimeFormat This property is required. string
Configure Key lifetime end time
sendLifetimeInfinite This property is required. boolean
Configure Key lifetime end time
sendLifetimeInfiniteVariable This property is required. string
Variable name
sendLifetimeLocal This property is required. boolean
Configure Send lifetime Local
sendLifetimeLocalVariable This property is required. string
Variable name
sendLifetimeStartTime This property is required. string
Configure Key lifetime start time
accept_ao_mismatch This property is required. bool
Configure Accept AO Mismatch
accept_ao_mismatch_variable This property is required. str
Variable name
accept_lifetime_duration This property is required. int
Configure Accept lifetime Duration
accept_lifetime_duration_variable This property is required. str
Variable name
accept_lifetime_end_time This property is required. str
Configure Key lifetime end time
accept_lifetime_end_time_format This property is required. str
Configure Key lifetime end time
accept_lifetime_infinite This property is required. bool
Configure Key lifetime end time
accept_lifetime_infinite_variable This property is required. str
Variable name
accept_lifetime_local This property is required. bool
Configure Accept Lifetime Local
accept_lifetime_local_variable This property is required. str
Variable name
accept_lifetime_start_time This property is required. str
Configure Key lifetime start time
chain_name This property is required. str
Select the chain name
crypto_algorithm This property is required. str
Crypto Algorithm
id This property is required. str
Select the Key ID
include_tcp_options This property is required. bool
Configure Include TCP Options
include_tcp_options_variable This property is required. str
Variable name
key_string This property is required. str
Specify the Key String
key_string_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
receive_id This property is required. int
Specify the Receiver ID
receive_id_variable This property is required. str
Variable name
send_id This property is required. int
Specify the Send ID
send_id_variable This property is required. str
Variable name
send_lifetime_duration This property is required. int
Configure Send lifetime Duration
send_lifetime_duration_variable This property is required. str
Variable name
send_lifetime_end_time This property is required. str
Configure Key lifetime end time
send_lifetime_end_time_format This property is required. str
Configure Key lifetime end time
send_lifetime_infinite This property is required. bool
Configure Key lifetime end time
send_lifetime_infinite_variable This property is required. str
Variable name
send_lifetime_local This property is required. bool
Configure Send lifetime Local
send_lifetime_local_variable This property is required. str
Variable name
send_lifetime_start_time This property is required. str
Configure Key lifetime start time
acceptAoMismatch This property is required. Boolean
Configure Accept AO Mismatch
acceptAoMismatchVariable This property is required. String
Variable name
acceptLifetimeDuration This property is required. Number
Configure Accept lifetime Duration
acceptLifetimeDurationVariable This property is required. String
Variable name
acceptLifetimeEndTime This property is required. String
Configure Key lifetime end time
acceptLifetimeEndTimeFormat This property is required. String
Configure Key lifetime end time
acceptLifetimeInfinite This property is required. Boolean
Configure Key lifetime end time
acceptLifetimeInfiniteVariable This property is required. String
Variable name
acceptLifetimeLocal This property is required. Boolean
Configure Accept Lifetime Local
acceptLifetimeLocalVariable This property is required. String
Variable name
acceptLifetimeStartTime This property is required. String
Configure Key lifetime start time
chainName This property is required. String
Select the chain name
cryptoAlgorithm This property is required. String
Crypto Algorithm
id This property is required. String
Select the Key ID
includeTcpOptions This property is required. Boolean
Configure Include TCP Options
includeTcpOptionsVariable This property is required. String
Variable name
keyString This property is required. String
Specify the Key String
keyStringVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
receiveId This property is required. Number
Specify the Receiver ID
receiveIdVariable This property is required. String
Variable name
sendId This property is required. Number
Specify the Send ID
sendIdVariable This property is required. String
Variable name
sendLifetimeDuration This property is required. Number
Configure Send lifetime Duration
sendLifetimeDurationVariable This property is required. String
Variable name
sendLifetimeEndTime This property is required. String
Configure Key lifetime end time
sendLifetimeEndTimeFormat This property is required. String
Configure Key lifetime end time
sendLifetimeInfinite This property is required. Boolean
Configure Key lifetime end time
sendLifetimeInfiniteVariable This property is required. String
Variable name
sendLifetimeLocal This property is required. Boolean
Configure Send lifetime Local
sendLifetimeLocalVariable This property is required. String
Variable name
sendLifetimeStartTime This property is required. String
Configure Key lifetime start time

GetCiscoSecurityFeatureTemplateKeychain

KeyId This property is required. int
Specify the Key ID
Name This property is required. string
Specify the name of the Keychain
Optional This property is required. bool
Indicates if list item is considered optional.
KeyId This property is required. int
Specify the Key ID
Name This property is required. string
Specify the name of the Keychain
Optional This property is required. bool
Indicates if list item is considered optional.
keyId This property is required. Integer
Specify the Key ID
name This property is required. String
Specify the name of the Keychain
optional This property is required. Boolean
Indicates if list item is considered optional.
keyId This property is required. number
Specify the Key ID
name This property is required. string
Specify the name of the Keychain
optional This property is required. boolean
Indicates if list item is considered optional.
key_id This property is required. int
Specify the Key ID
name This property is required. str
Specify the name of the Keychain
optional This property is required. bool
Indicates if list item is considered optional.
keyId This property is required. Number
Specify the Key ID
name This property is required. String
Specify the name of the Keychain
optional This property is required. Boolean
Indicates if list item is considered optional.

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.