Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getSystemAaaProfileParcel
Explore with Pulumi AI
This data source can read the System AAA profile parcel.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemAaaProfileParcel({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_aaa_profile_parcel(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.LookupSystemAaaProfileParcel(ctx, &sdwan.LookupSystemAaaProfileParcelArgs{
			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.GetSystemAaaProfileParcel.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.GetSystemAaaProfileParcelArgs;
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.getSystemAaaProfileParcel(GetSystemAaaProfileParcelArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: sdwan:getSystemAaaProfileParcel
      Arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemAaaProfileParcel
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 getSystemAaaProfileParcel(args: GetSystemAaaProfileParcelArgs, opts?: InvokeOptions): Promise<GetSystemAaaProfileParcelResult>
function getSystemAaaProfileParcelOutput(args: GetSystemAaaProfileParcelOutputArgs, opts?: InvokeOptions): Output<GetSystemAaaProfileParcelResult>def get_system_aaa_profile_parcel(feature_profile_id: Optional[str] = None,
                                  id: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetSystemAaaProfileParcelResult
def get_system_aaa_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                  id: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[GetSystemAaaProfileParcelResult]func LookupSystemAaaProfileParcel(ctx *Context, args *LookupSystemAaaProfileParcelArgs, opts ...InvokeOption) (*LookupSystemAaaProfileParcelResult, error)
func LookupSystemAaaProfileParcelOutput(ctx *Context, args *LookupSystemAaaProfileParcelOutputArgs, opts ...InvokeOption) LookupSystemAaaProfileParcelResultOutput> Note: This function is named LookupSystemAaaProfileParcel in the Go SDK.
public static class GetSystemAaaProfileParcel 
{
    public static Task<GetSystemAaaProfileParcelResult> InvokeAsync(GetSystemAaaProfileParcelArgs args, InvokeOptions? opts = null)
    public static Output<GetSystemAaaProfileParcelResult> Invoke(GetSystemAaaProfileParcelInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSystemAaaProfileParcelResult> getSystemAaaProfileParcel(GetSystemAaaProfileParcelArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: sdwan:index/getSystemAaaProfileParcel:getSystemAaaProfileParcel
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId  - Feature Profile ID
 - Id string
 - The id of the profile parcel
 
- Feature
Profile stringId  - Feature Profile ID
 - Id string
 - The id of the profile parcel
 
- feature
Profile StringId  - Feature Profile ID
 - id String
 - The id of the profile parcel
 
- feature
Profile stringId  - Feature Profile ID
 - id string
 - The id of the profile parcel
 
- feature_
profile_ strid  - Feature Profile ID
 - id str
 - The id of the profile parcel
 
- feature
Profile StringId  - Feature Profile ID
 - id String
 - The id of the profile parcel
 
getSystemAaaProfileParcel Result
The following output properties are available:
- Accounting
Group bool - Accounting configurations parameters
 - Accounting
Group stringVariable  - Variable name
 - Accounting
Rules List<GetSystem Aaa Profile Parcel Accounting Rule>  - Configure the accounting rules
 - Authentication
Group bool - Authentication configurations parameters
 - Authentication
Group stringVariable  - Variable name
 - bool
 - For configuration mode commands.
 - string
 - Variable name
 - bool
 - For enabling console authorization
 - string
 - Variable name
 - 
List<Get
System Aaa Profile Parcel Authorization Rule>  - Configure the Authorization Rules
 - Description string
 - The description of the profile parcel
 - Feature
Profile stringId  - Feature Profile ID
 - Id string
 - The id of the profile parcel
 - Name string
 - The name of the profile parcel
 - Radius
Groups List<GetSystem Aaa Profile Parcel Radius Group>  - Configure the Radius serverGroup
 - List<string>
 - ServerGroups priority order
 - Tacacs
Groups List<GetSystem Aaa Profile Parcel Tacacs Group>  - Configure the TACACS serverGroup
 - Users
List<Get
System Aaa Profile Parcel User>  - Create local login account
 - Version int
 - The version of the profile parcel
 
- Accounting
Group bool - Accounting configurations parameters
 - Accounting
Group stringVariable  - Variable name
 - Accounting
Rules []GetSystem Aaa Profile Parcel Accounting Rule  - Configure the accounting rules
 - Authentication
Group bool - Authentication configurations parameters
 - Authentication
Group stringVariable  - Variable name
 - bool
 - For configuration mode commands.
 - string
 - Variable name
 - bool
 - For enabling console authorization
 - string
 - Variable name
 - 
[]Get
System Aaa Profile Parcel Authorization Rule  - Configure the Authorization Rules
 - Description string
 - The description of the profile parcel
 - Feature
Profile stringId  - Feature Profile ID
 - Id string
 - The id of the profile parcel
 - Name string
 - The name of the profile parcel
 - Radius
Groups []GetSystem Aaa Profile Parcel Radius Group  - Configure the Radius serverGroup
 - []string
 - ServerGroups priority order
 - Tacacs
Groups []GetSystem Aaa Profile Parcel Tacacs Group  - Configure the TACACS serverGroup
 - Users
[]Get
System Aaa Profile Parcel User  - Create local login account
 - Version int
 - The version of the profile parcel
 
- accounting
Group Boolean - Accounting configurations parameters
 - accounting
Group StringVariable  - Variable name
 - accounting
Rules List<GetSystem Aaa Profile Parcel Accounting Rule>  - Configure the accounting rules
 - authentication
Group Boolean - Authentication configurations parameters
 - authentication
Group StringVariable  - Variable name
 - Boolean
 - For configuration mode commands.
 - String
 - Variable name
 - Boolean
 - For enabling console authorization
 - String
 - Variable name
 - 
List<Get
System Aaa Profile Parcel Authorization Rule>  - Configure the Authorization Rules
 - description String
 - The description of the profile parcel
 - feature
Profile StringId  - Feature Profile ID
 - id String
 - The id of the profile parcel
 - name String
 - The name of the profile parcel
 - radius
Groups List<GetSystem Aaa Profile Parcel Radius Group>  - Configure the Radius serverGroup
 - List<String>
 - ServerGroups priority order
 - tacacs
Groups List<GetSystem Aaa Profile Parcel Tacacs Group>  - Configure the TACACS serverGroup
 - users
List<Get
System Aaa Profile Parcel User>  - Create local login account
 - version Integer
 - The version of the profile parcel
 
- accounting
Group boolean - Accounting configurations parameters
 - accounting
Group stringVariable  - Variable name
 - accounting
Rules GetSystem Aaa Profile Parcel Accounting Rule[]  - Configure the accounting rules
 - authentication
Group boolean - Authentication configurations parameters
 - authentication
Group stringVariable  - Variable name
 - boolean
 - For configuration mode commands.
 - string
 - Variable name
 - boolean
 - For enabling console authorization
 - string
 - Variable name
 - 
Get
System Aaa Profile Parcel Authorization Rule[]  - Configure the Authorization Rules
 - description string
 - The description of the profile parcel
 - feature
Profile stringId  - Feature Profile ID
 - id string
 - The id of the profile parcel
 - name string
 - The name of the profile parcel
 - radius
Groups GetSystem Aaa Profile Parcel Radius Group[]  - Configure the Radius serverGroup
 - string[]
 - ServerGroups priority order
 - tacacs
Groups GetSystem Aaa Profile Parcel Tacacs Group[]  - Configure the TACACS serverGroup
 - users
Get
System Aaa Profile Parcel User[]  - Create local login account
 - version number
 - The version of the profile parcel
 
- accounting_
group bool - Accounting configurations parameters
 - accounting_
group_ strvariable  - Variable name
 - accounting_
rules Sequence[GetSystem Aaa Profile Parcel Accounting Rule]  - Configure the accounting rules
 - authentication_
group bool - Authentication configurations parameters
 - authentication_
group_ strvariable  - Variable name
 - bool
 - For configuration mode commands.
 - str
 - Variable name
 - bool
 - For enabling console authorization
 - str
 - Variable name
 - 
Sequence[Get
System Aaa Profile Parcel Authorization Rule]  - Configure the Authorization Rules
 - description str
 - The description of the profile parcel
 - feature_
profile_ strid  - Feature Profile ID
 - id str
 - The id of the profile parcel
 - name str
 - The name of the profile parcel
 - radius_
groups Sequence[GetSystem Aaa Profile Parcel Radius Group]  - Configure the Radius serverGroup
 - server_
auth_ Sequence[str]orders  - ServerGroups priority order
 - tacacs_
groups Sequence[GetSystem Aaa Profile Parcel Tacacs Group]  - Configure the TACACS serverGroup
 - users
Sequence[Get
System Aaa Profile Parcel User]  - Create local login account
 - version int
 - The version of the profile parcel
 
- accounting
Group Boolean - Accounting configurations parameters
 - accounting
Group StringVariable  - Variable name
 - accounting
Rules List<Property Map> - Configure the accounting rules
 - authentication
Group Boolean - Authentication configurations parameters
 - authentication
Group StringVariable  - Variable name
 - Boolean
 - For configuration mode commands.
 - String
 - Variable name
 - Boolean
 - For enabling console authorization
 - String
 - Variable name
 - List<Property Map>
 - Configure the Authorization Rules
 - description String
 - The description of the profile parcel
 - feature
Profile StringId  - Feature Profile ID
 - id String
 - The id of the profile parcel
 - name String
 - The name of the profile parcel
 - radius
Groups List<Property Map> - Configure the Radius serverGroup
 - List<String>
 - ServerGroups priority order
 - tacacs
Groups List<Property Map> - Configure the TACACS serverGroup
 - users List<Property Map>
 - Create local login account
 - version Number
 - The version of the profile parcel
 
Supporting Types
GetSystemAaaProfileParcelAccountingRule      
- groups Sequence[str]
 - Use Server-group
 - level str
 - Privilege level when method is commands
 - method str
 - Configure Accounting Method
 - rule_
id str - Configure Accounting Rule ID
 - start_
stop bool - Record start and stop without waiting
 - start_
stop_ strvariable  - Variable name
 
GetSystemAaaProfileParcelAuthorizationRule      
- Groups List<string>
 - Use Server-group
 - If
Authenticated bool - Succeed if user has authenticated
 - Level string
 - Privilege level when method is commands
 - Method string
 - Method
 - Rule
Id string - Configure Authorization Rule ID
 
- Groups []string
 - Use Server-group
 - If
Authenticated bool - Succeed if user has authenticated
 - Level string
 - Privilege level when method is commands
 - Method string
 - Method
 - Rule
Id string - Configure Authorization Rule ID
 
- groups List<String>
 - Use Server-group
 - if
Authenticated Boolean - Succeed if user has authenticated
 - level String
 - Privilege level when method is commands
 - method String
 - Method
 - rule
Id String - Configure Authorization Rule ID
 
- groups string[]
 - Use Server-group
 - if
Authenticated boolean - Succeed if user has authenticated
 - level string
 - Privilege level when method is commands
 - method string
 - Method
 - rule
Id string - Configure Authorization Rule ID
 
- groups Sequence[str]
 - Use Server-group
 - if_
authenticated bool - Succeed if user has authenticated
 - level str
 - Privilege level when method is commands
 - method str
 - Method
 - rule_
id str - Configure Authorization Rule ID
 
- groups List<String>
 - Use Server-group
 - if
Authenticated Boolean - Succeed if user has authenticated
 - level String
 - Privilege level when method is commands
 - method String
 - Method
 - rule
Id String - Configure Authorization Rule ID
 
GetSystemAaaProfileParcelRadiusGroup      
- Group
Name string - Set Radius server Group Name
 - Servers
List<Get
System Aaa Profile Parcel Radius Group Server>  - Configure the Radius server
 - Source
Interface string - Set interface to use to reach Radius server
 - Source
Interface stringVariable  - Variable name
 - Vpn int
 - Set VPN in which Radius server is located
 
- Group
Name string - Set Radius server Group Name
 - Servers
[]Get
System Aaa Profile Parcel Radius Group Server  - Configure the Radius server
 - Source
Interface string - Set interface to use to reach Radius server
 - Source
Interface stringVariable  - Variable name
 - Vpn int
 - Set VPN in which Radius server is located
 
- group
Name String - Set Radius server Group Name
 - servers
List<Get
System Aaa Profile Parcel Radius Group Server>  - Configure the Radius server
 - source
Interface String - Set interface to use to reach Radius server
 - source
Interface StringVariable  - Variable name
 - vpn Integer
 - Set VPN in which Radius server is located
 
- group
Name string - Set Radius server Group Name
 - servers
Get
System Aaa Profile Parcel Radius Group Server[]  - Configure the Radius server
 - source
Interface string - Set interface to use to reach Radius server
 - source
Interface stringVariable  - Variable name
 - vpn number
 - Set VPN in which Radius server is located
 
- group_
name str - Set Radius server Group Name
 - servers
Sequence[Get
System Aaa Profile Parcel Radius Group Server]  - Configure the Radius server
 - source_
interface str - Set interface to use to reach Radius server
 - source_
interface_ strvariable  - Variable name
 - vpn int
 - Set VPN in which Radius server is located
 
- group
Name String - Set Radius server Group Name
 - servers List<Property Map>
 - Configure the Radius server
 - source
Interface String - Set interface to use to reach Radius server
 - source
Interface StringVariable  - Variable name
 - vpn Number
 - Set VPN in which Radius server is located
 
GetSystemAaaProfileParcelRadiusGroupServer       
- Acct
Port int - Set Accounting port to use to connect to Radius server
 - Acct
Port stringVariable  - Variable name
 - Address string
 - Set IP address of Radius server
 - Auth
Port int - Set Authentication port to use to connect to Radius server
 - Auth
Port stringVariable  - Variable name
 - Key string
 - Set the Radius server shared key
 - Key
Enum string - Type of encyption. To be used for type 6
 - Key
Type string - key type
 - Key
Type stringVariable  - Variable name
 - Retransmit int
 - Configure how many times to contact this Radius server
 - Retransmit
Variable string - Variable name
 - Secret
Key string - Set the Radius server shared type 7 encrypted key
 - Secret
Key stringVariable  - Variable name
 - Timeout int
 - Configure how long to wait for replies from the Radius server
 - Timeout
Variable string - Variable name
 
- Acct
Port int - Set Accounting port to use to connect to Radius server
 - Acct
Port stringVariable  - Variable name
 - Address string
 - Set IP address of Radius server
 - Auth
Port int - Set Authentication port to use to connect to Radius server
 - Auth
Port stringVariable  - Variable name
 - Key string
 - Set the Radius server shared key
 - Key
Enum string - Type of encyption. To be used for type 6
 - Key
Type string - key type
 - Key
Type stringVariable  - Variable name
 - Retransmit int
 - Configure how many times to contact this Radius server
 - Retransmit
Variable string - Variable name
 - Secret
Key string - Set the Radius server shared type 7 encrypted key
 - Secret
Key stringVariable  - Variable name
 - Timeout int
 - Configure how long to wait for replies from the Radius server
 - Timeout
Variable string - Variable name
 
- acct
Port Integer - Set Accounting port to use to connect to Radius server
 - acct
Port StringVariable  - Variable name
 - address String
 - Set IP address of Radius server
 - auth
Port Integer - Set Authentication port to use to connect to Radius server
 - auth
Port StringVariable  - Variable name
 - key String
 - Set the Radius server shared key
 - key
Enum String - Type of encyption. To be used for type 6
 - key
Type String - key type
 - key
Type StringVariable  - Variable name
 - retransmit Integer
 - Configure how many times to contact this Radius server
 - retransmit
Variable String - Variable name
 - secret
Key String - Set the Radius server shared type 7 encrypted key
 - secret
Key StringVariable  - Variable name
 - timeout Integer
 - Configure how long to wait for replies from the Radius server
 - timeout
Variable String - Variable name
 
- acct
Port number - Set Accounting port to use to connect to Radius server
 - acct
Port stringVariable  - Variable name
 - address string
 - Set IP address of Radius server
 - auth
Port number - Set Authentication port to use to connect to Radius server
 - auth
Port stringVariable  - Variable name
 - key string
 - Set the Radius server shared key
 - key
Enum string - Type of encyption. To be used for type 6
 - key
Type string - key type
 - key
Type stringVariable  - Variable name
 - retransmit number
 - Configure how many times to contact this Radius server
 - retransmit
Variable string - Variable name
 - secret
Key string - Set the Radius server shared type 7 encrypted key
 - secret
Key stringVariable  - Variable name
 - timeout number
 - Configure how long to wait for replies from the Radius server
 - timeout
Variable string - Variable name
 
- acct_
port int - Set Accounting port to use to connect to Radius server
 - acct_
port_ strvariable  - Variable name
 - address str
 - Set IP address of Radius server
 - auth_
port int - Set Authentication port to use to connect to Radius server
 - auth_
port_ strvariable  - Variable name
 - key str
 - Set the Radius server shared key
 - key_
enum str - Type of encyption. To be used for type 6
 - key_
type str - key type
 - key_
type_ strvariable  - Variable name
 - retransmit int
 - Configure how many times to contact this Radius server
 - retransmit_
variable str - Variable name
 - secret_
key str - Set the Radius server shared type 7 encrypted key
 - secret_
key_ strvariable  - Variable name
 - timeout int
 - Configure how long to wait for replies from the Radius server
 - timeout_
variable str - Variable name
 
- acct
Port Number - Set Accounting port to use to connect to Radius server
 - acct
Port StringVariable  - Variable name
 - address String
 - Set IP address of Radius server
 - auth
Port Number - Set Authentication port to use to connect to Radius server
 - auth
Port StringVariable  - Variable name
 - key String
 - Set the Radius server shared key
 - key
Enum String - Type of encyption. To be used for type 6
 - key
Type String - key type
 - key
Type StringVariable  - Variable name
 - retransmit Number
 - Configure how many times to contact this Radius server
 - retransmit
Variable String - Variable name
 - secret
Key String - Set the Radius server shared type 7 encrypted key
 - secret
Key StringVariable  - Variable name
 - timeout Number
 - Configure how long to wait for replies from the Radius server
 - timeout
Variable String - Variable name
 
GetSystemAaaProfileParcelTacacsGroup      
- Group
Name string - Set TACACS server Group Name
 - Servers
List<Get
System Aaa Profile Parcel Tacacs Group Server>  - Configure the TACACS server
 - Source
Interface string - Set interface to use to reach TACACS server
 - Source
Interface stringVariable  - Variable name
 - Vpn int
 - Set VPN in which TACACS server is located
 
- Group
Name string - Set TACACS server Group Name
 - Servers
[]Get
System Aaa Profile Parcel Tacacs Group Server  - Configure the TACACS server
 - Source
Interface string - Set interface to use to reach TACACS server
 - Source
Interface stringVariable  - Variable name
 - Vpn int
 - Set VPN in which TACACS server is located
 
- group
Name String - Set TACACS server Group Name
 - servers
List<Get
System Aaa Profile Parcel Tacacs Group Server>  - Configure the TACACS server
 - source
Interface String - Set interface to use to reach TACACS server
 - source
Interface StringVariable  - Variable name
 - vpn Integer
 - Set VPN in which TACACS server is located
 
- group
Name string - Set TACACS server Group Name
 - servers
Get
System Aaa Profile Parcel Tacacs Group Server[]  - Configure the TACACS server
 - source
Interface string - Set interface to use to reach TACACS server
 - source
Interface stringVariable  - Variable name
 - vpn number
 - Set VPN in which TACACS server is located
 
- group_
name str - Set TACACS server Group Name
 - servers
Sequence[Get
System Aaa Profile Parcel Tacacs Group Server]  - Configure the TACACS server
 - source_
interface str - Set interface to use to reach TACACS server
 - source_
interface_ strvariable  - Variable name
 - vpn int
 - Set VPN in which TACACS server is located
 
- group
Name String - Set TACACS server Group Name
 - servers List<Property Map>
 - Configure the TACACS server
 - source
Interface String - Set interface to use to reach TACACS server
 - source
Interface StringVariable  - Variable name
 - vpn Number
 - Set VPN in which TACACS server is located
 
GetSystemAaaProfileParcelTacacsGroupServer       
- Address string
 - Set IP address of TACACS server
 - Key string
 - Set the TACACS server shared key
 - Key
Enum string - Type of encyption. To be used for type 6
 - Port int
 - TACACS Port
 - Port
Variable string - Variable name
 - Secret
Key string - Set the TACACS server shared type 7 encrypted key
 - Secret
Key stringVariable  - Variable name
 - Timeout int
 - Configure how long to wait for replies from the TACACS server
 - Timeout
Variable string - Variable name
 
- Address string
 - Set IP address of TACACS server
 - Key string
 - Set the TACACS server shared key
 - Key
Enum string - Type of encyption. To be used for type 6
 - Port int
 - TACACS Port
 - Port
Variable string - Variable name
 - Secret
Key string - Set the TACACS server shared type 7 encrypted key
 - Secret
Key stringVariable  - Variable name
 - Timeout int
 - Configure how long to wait for replies from the TACACS server
 - Timeout
Variable string - Variable name
 
- address String
 - Set IP address of TACACS server
 - key String
 - Set the TACACS server shared key
 - key
Enum String - Type of encyption. To be used for type 6
 - port Integer
 - TACACS Port
 - port
Variable String - Variable name
 - secret
Key String - Set the TACACS server shared type 7 encrypted key
 - secret
Key StringVariable  - Variable name
 - timeout Integer
 - Configure how long to wait for replies from the TACACS server
 - timeout
Variable String - Variable name
 
- address string
 - Set IP address of TACACS server
 - key string
 - Set the TACACS server shared key
 - key
Enum string - Type of encyption. To be used for type 6
 - port number
 - TACACS Port
 - port
Variable string - Variable name
 - secret
Key string - Set the TACACS server shared type 7 encrypted key
 - secret
Key stringVariable  - Variable name
 - timeout number
 - Configure how long to wait for replies from the TACACS server
 - timeout
Variable string - Variable name
 
- address str
 - Set IP address of TACACS server
 - key str
 - Set the TACACS server shared key
 - key_
enum str - Type of encyption. To be used for type 6
 - port int
 - TACACS Port
 - port_
variable str - Variable name
 - secret_
key str - Set the TACACS server shared type 7 encrypted key
 - secret_
key_ strvariable  - Variable name
 - timeout int
 - Configure how long to wait for replies from the TACACS server
 - timeout_
variable str - Variable name
 
- address String
 - Set IP address of TACACS server
 - key String
 - Set the TACACS server shared key
 - key
Enum String - Type of encyption. To be used for type 6
 - port Number
 - TACACS Port
 - port
Variable String - Variable name
 - secret
Key String - Set the TACACS server shared type 7 encrypted key
 - secret
Key StringVariable  - Variable name
 - timeout Number
 - Configure how long to wait for replies from the TACACS server
 - timeout
Variable String - Variable name
 
GetSystemAaaProfileParcelUser     
- Name string
 - Set the username
 - Name
Variable string - Variable name
 - Password string
 - Set the user password
 - Password
Variable string - Variable name
 - Privilege string
 - Set Privilege Level for this user
 - Privilege
Variable string - Variable name
 - Public
Keys List<GetSystem Aaa Profile Parcel User Public Key>  - List of RSA public-keys per user
 
- Name string
 - Set the username
 - Name
Variable string - Variable name
 - Password string
 - Set the user password
 - Password
Variable string - Variable name
 - Privilege string
 - Set Privilege Level for this user
 - Privilege
Variable string - Variable name
 - Public
Keys []GetSystem Aaa Profile Parcel User Public Key  - List of RSA public-keys per user
 
- name String
 - Set the username
 - name
Variable String - Variable name
 - password String
 - Set the user password
 - password
Variable String - Variable name
 - privilege String
 - Set Privilege Level for this user
 - privilege
Variable String - Variable name
 - public
Keys List<GetSystem Aaa Profile Parcel User Public Key>  - List of RSA public-keys per user
 
- name string
 - Set the username
 - name
Variable string - Variable name
 - password string
 - Set the user password
 - password
Variable string - Variable name
 - privilege string
 - Set Privilege Level for this user
 - privilege
Variable string - Variable name
 - public
Keys GetSystem Aaa Profile Parcel User Public Key[]  - List of RSA public-keys per user
 
- name str
 - Set the username
 - name_
variable str - Variable name
 - password str
 - Set the user password
 - password_
variable str - Variable name
 - privilege str
 - Set Privilege Level for this user
 - privilege_
variable str - Variable name
 - public_
keys Sequence[GetSystem Aaa Profile Parcel User Public Key]  - List of RSA public-keys per user
 
- name String
 - Set the username
 - name
Variable String - Variable name
 - password String
 - Set the user password
 - password
Variable String - Variable name
 - privilege String
 - Set Privilege Level for this user
 - privilege
Variable String - Variable name
 - public
Keys List<Property Map> - List of RSA public-keys per user
 
GetSystemAaaProfileParcelUserPublicKey       
- Key
String string - Set the RSA key string
 - Key
Type string - Only RSA is supported
 - Key
Type stringVariable  - Variable name
 
- Key
String string - Set the RSA key string
 - Key
Type string - Only RSA is supported
 - Key
Type stringVariable  - Variable name
 
- key
String String - Set the RSA key string
 - key
Type String - Only RSA is supported
 - key
Type StringVariable  - Variable name
 
- key
String string - Set the RSA key string
 - key
Type string - Only RSA is supported
 - key
Type stringVariable  - Variable name
 
- key_
string str - Set the RSA key string
 - key_
type str - Only RSA is supported
 - key_
type_ strvariable  - Variable name
 
- key
String String - Set the RSA key string
 - key
Type String - Only RSA is supported
 - key
Type StringVariable  - Variable name
 
Package Details
- Repository
 - sdwan pulumi/pulumi-sdwan
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
sdwanTerraform Provider.