Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getCiscoSigCredentialsFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco SIG Credentials feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSigCredentialsFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_sig_credentials_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupCiscoSigCredentialsFeatureTemplate(ctx, &sdwan.LookupCiscoSigCredentialsFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, 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.GetCiscoSigCredentialsFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
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.GetCiscoSigCredentialsFeatureTemplateArgs;
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.getCiscoSigCredentialsFeatureTemplate(GetCiscoSigCredentialsFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: sdwan:getCiscoSigCredentialsFeatureTemplate
      Arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSigCredentialsFeatureTemplate
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 getCiscoSigCredentialsFeatureTemplate(args: GetCiscoSigCredentialsFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSigCredentialsFeatureTemplateResult>
function getCiscoSigCredentialsFeatureTemplateOutput(args: GetCiscoSigCredentialsFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSigCredentialsFeatureTemplateResult>def get_cisco_sig_credentials_feature_template(id: Optional[str] = None,
                                               name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetCiscoSigCredentialsFeatureTemplateResult
def get_cisco_sig_credentials_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                               name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSigCredentialsFeatureTemplateResult]func LookupCiscoSigCredentialsFeatureTemplate(ctx *Context, args *LookupCiscoSigCredentialsFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSigCredentialsFeatureTemplateResult, error)
func LookupCiscoSigCredentialsFeatureTemplateOutput(ctx *Context, args *LookupCiscoSigCredentialsFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSigCredentialsFeatureTemplateResultOutput> Note: This function is named LookupCiscoSigCredentialsFeatureTemplate in the Go SDK.
public static class GetCiscoSigCredentialsFeatureTemplate 
{
    public static Task<GetCiscoSigCredentialsFeatureTemplateResult> InvokeAsync(GetCiscoSigCredentialsFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoSigCredentialsFeatureTemplateResult> Invoke(GetCiscoSigCredentialsFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoSigCredentialsFeatureTemplateResult> getCiscoSigCredentialsFeatureTemplate(GetCiscoSigCredentialsFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: sdwan:index/getCiscoSigCredentialsFeatureTemplate:getCiscoSigCredentialsFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoSigCredentialsFeatureTemplate Result
The following output properties are available:
- Description string
 - The description of the feature template
 - Device
Types List<string> - List of supported device types
 - Id string
 - The id of the feature template
 - Name string
 - The name of the feature template
 - Template
Type string - The template type
 - Umbrella
Api stringKey  - API Key
 - Umbrella
Api stringKey Variable  - Variable name
 - Umbrella
Api stringSecret  - API Secret
 - Umbrella
Api stringSecret Variable  - Variable name
 - Umbrella
Organization stringId  - Ord ID
 - Umbrella
Organization stringId Variable  - Variable name
 - Version int
 - The version of the feature template
 - Zscaler
Cloud intName  - Third Party Cloud Name
 - Zscaler
Cloud stringName Variable  - Variable name
 - Zscaler
Organization string - Organization Name
 - Zscaler
Organization stringVariable  - Variable name
 - Zscaler
Partner stringApi Key  - Partner API Key
 - Zscaler
Partner stringApi Key Variable  - Variable name
 - Zscaler
Partner stringBase Uri  - Partner Base URI to be used in REST calls
 - Zscaler
Partner stringBase Uri Variable  - Variable name
 - Zscaler
Partner stringPassword  - Partner Password
 - Zscaler
Partner stringPassword Variable  - Variable name
 - Zscaler
Partner stringUsername  - Partner User Name
 - Zscaler
Partner stringUsername Variable  - Variable name
 - Zscaler
Password string - Password of Zscaler partner account
 - Zscaler
Password stringVariable  - Variable name
 - Zscaler
Username string - Username of Zscaler partner account
 - Zscaler
Username stringVariable  - Variable name
 
- Description string
 - The description of the feature template
 - Device
Types []string - List of supported device types
 - Id string
 - The id of the feature template
 - Name string
 - The name of the feature template
 - Template
Type string - The template type
 - Umbrella
Api stringKey  - API Key
 - Umbrella
Api stringKey Variable  - Variable name
 - Umbrella
Api stringSecret  - API Secret
 - Umbrella
Api stringSecret Variable  - Variable name
 - Umbrella
Organization stringId  - Ord ID
 - Umbrella
Organization stringId Variable  - Variable name
 - Version int
 - The version of the feature template
 - Zscaler
Cloud intName  - Third Party Cloud Name
 - Zscaler
Cloud stringName Variable  - Variable name
 - Zscaler
Organization string - Organization Name
 - Zscaler
Organization stringVariable  - Variable name
 - Zscaler
Partner stringApi Key  - Partner API Key
 - Zscaler
Partner stringApi Key Variable  - Variable name
 - Zscaler
Partner stringBase Uri  - Partner Base URI to be used in REST calls
 - Zscaler
Partner stringBase Uri Variable  - Variable name
 - Zscaler
Partner stringPassword  - Partner Password
 - Zscaler
Partner stringPassword Variable  - Variable name
 - Zscaler
Partner stringUsername  - Partner User Name
 - Zscaler
Partner stringUsername Variable  - Variable name
 - Zscaler
Password string - Password of Zscaler partner account
 - Zscaler
Password stringVariable  - Variable name
 - Zscaler
Username string - Username of Zscaler partner account
 - Zscaler
Username stringVariable  - Variable name
 
- description String
 - The description of the feature template
 - device
Types List<String> - List of supported device types
 - id String
 - The id of the feature template
 - name String
 - The name of the feature template
 - template
Type String - The template type
 - umbrella
Api StringKey  - API Key
 - umbrella
Api StringKey Variable  - Variable name
 - umbrella
Api StringSecret  - API Secret
 - umbrella
Api StringSecret Variable  - Variable name
 - umbrella
Organization StringId  - Ord ID
 - umbrella
Organization StringId Variable  - Variable name
 - version Integer
 - The version of the feature template
 - zscaler
Cloud IntegerName  - Third Party Cloud Name
 - zscaler
Cloud StringName Variable  - Variable name
 - zscaler
Organization String - Organization Name
 - zscaler
Organization StringVariable  - Variable name
 - zscaler
Partner StringApi Key  - Partner API Key
 - zscaler
Partner StringApi Key Variable  - Variable name
 - zscaler
Partner StringBase Uri  - Partner Base URI to be used in REST calls
 - zscaler
Partner StringBase Uri Variable  - Variable name
 - zscaler
Partner StringPassword  - Partner Password
 - zscaler
Partner StringPassword Variable  - Variable name
 - zscaler
Partner StringUsername  - Partner User Name
 - zscaler
Partner StringUsername Variable  - Variable name
 - zscaler
Password String - Password of Zscaler partner account
 - zscaler
Password StringVariable  - Variable name
 - zscaler
Username String - Username of Zscaler partner account
 - zscaler
Username StringVariable  - Variable name
 
- description string
 - The description of the feature template
 - device
Types string[] - List of supported device types
 - id string
 - The id of the feature template
 - name string
 - The name of the feature template
 - template
Type string - The template type
 - umbrella
Api stringKey  - API Key
 - umbrella
Api stringKey Variable  - Variable name
 - umbrella
Api stringSecret  - API Secret
 - umbrella
Api stringSecret Variable  - Variable name
 - umbrella
Organization stringId  - Ord ID
 - umbrella
Organization stringId Variable  - Variable name
 - version number
 - The version of the feature template
 - zscaler
Cloud numberName  - Third Party Cloud Name
 - zscaler
Cloud stringName Variable  - Variable name
 - zscaler
Organization string - Organization Name
 - zscaler
Organization stringVariable  - Variable name
 - zscaler
Partner stringApi Key  - Partner API Key
 - zscaler
Partner stringApi Key Variable  - Variable name
 - zscaler
Partner stringBase Uri  - Partner Base URI to be used in REST calls
 - zscaler
Partner stringBase Uri Variable  - Variable name
 - zscaler
Partner stringPassword  - Partner Password
 - zscaler
Partner stringPassword Variable  - Variable name
 - zscaler
Partner stringUsername  - Partner User Name
 - zscaler
Partner stringUsername Variable  - Variable name
 - zscaler
Password string - Password of Zscaler partner account
 - zscaler
Password stringVariable  - Variable name
 - zscaler
Username string - Username of Zscaler partner account
 - zscaler
Username stringVariable  - Variable name
 
- description str
 - The description of the feature template
 - device_
types Sequence[str] - List of supported device types
 - id str
 - The id of the feature template
 - name str
 - The name of the feature template
 - template_
type str - The template type
 - umbrella_
api_ strkey  - API Key
 - umbrella_
api_ strkey_ variable  - Variable name
 - umbrella_
api_ strsecret  - API Secret
 - umbrella_
api_ strsecret_ variable  - Variable name
 - umbrella_
organization_ strid  - Ord ID
 - umbrella_
organization_ strid_ variable  - Variable name
 - version int
 - The version of the feature template
 - zscaler_
cloud_ intname  - Third Party Cloud Name
 - zscaler_
cloud_ strname_ variable  - Variable name
 - zscaler_
organization str - Organization Name
 - zscaler_
organization_ strvariable  - Variable name
 - zscaler_
partner_ strapi_ key  - Partner API Key
 - zscaler_
partner_ strapi_ key_ variable  - Variable name
 - zscaler_
partner_ strbase_ uri  - Partner Base URI to be used in REST calls
 - zscaler_
partner_ strbase_ uri_ variable  - Variable name
 - zscaler_
partner_ strpassword  - Partner Password
 - zscaler_
partner_ strpassword_ variable  - Variable name
 - zscaler_
partner_ strusername  - Partner User Name
 - zscaler_
partner_ strusername_ variable  - Variable name
 - zscaler_
password str - Password of Zscaler partner account
 - zscaler_
password_ strvariable  - Variable name
 - zscaler_
username str - Username of Zscaler partner account
 - zscaler_
username_ strvariable  - Variable name
 
- description String
 - The description of the feature template
 - device
Types List<String> - List of supported device types
 - id String
 - The id of the feature template
 - name String
 - The name of the feature template
 - template
Type String - The template type
 - umbrella
Api StringKey  - API Key
 - umbrella
Api StringKey Variable  - Variable name
 - umbrella
Api StringSecret  - API Secret
 - umbrella
Api StringSecret Variable  - Variable name
 - umbrella
Organization StringId  - Ord ID
 - umbrella
Organization StringId Variable  - Variable name
 - version Number
 - The version of the feature template
 - zscaler
Cloud NumberName  - Third Party Cloud Name
 - zscaler
Cloud StringName Variable  - Variable name
 - zscaler
Organization String - Organization Name
 - zscaler
Organization StringVariable  - Variable name
 - zscaler
Partner StringApi Key  - Partner API Key
 - zscaler
Partner StringApi Key Variable  - Variable name
 - zscaler
Partner StringBase Uri  - Partner Base URI to be used in REST calls
 - zscaler
Partner StringBase Uri Variable  - Variable name
 - zscaler
Partner StringPassword  - Partner Password
 - zscaler
Partner StringPassword Variable  - Variable name
 - zscaler
Partner StringUsername  - Partner User Name
 - zscaler
Partner StringUsername Variable  - Variable name
 - zscaler
Password String - Password of Zscaler partner account
 - zscaler
Password StringVariable  - Variable name
 - zscaler
Username String - Username of Zscaler partner account
 - zscaler
Username StringVariable  - Variable name
 
Package Details
- Repository
 - sdwan pulumi/pulumi-sdwan
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
sdwanTerraform Provider.