Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getSystemAaaFeature
Explore with Pulumi AI
This data source can read the System AAA Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemAaaFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_aaa_feature(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.LookupSystemAaaFeature(ctx, &sdwan.LookupSystemAaaFeatureArgs{
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.GetSystemAaaFeature.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.GetSystemAaaFeatureArgs;
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.getSystemAaaFeature(GetSystemAaaFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSystemAaaFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemAaaFeature
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 getSystemAaaFeature(args: GetSystemAaaFeatureArgs, opts?: InvokeOptions): Promise<GetSystemAaaFeatureResult>
function getSystemAaaFeatureOutput(args: GetSystemAaaFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemAaaFeatureResult>
def get_system_aaa_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemAaaFeatureResult
def get_system_aaa_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemAaaFeatureResult]
func LookupSystemAaaFeature(ctx *Context, args *LookupSystemAaaFeatureArgs, opts ...InvokeOption) (*LookupSystemAaaFeatureResult, error)
func LookupSystemAaaFeatureOutput(ctx *Context, args *LookupSystemAaaFeatureOutputArgs, opts ...InvokeOption) LookupSystemAaaFeatureResultOutput
> Note: This function is named LookupSystemAaaFeature
in the Go SDK.
public static class GetSystemAaaFeature
{
public static Task<GetSystemAaaFeatureResult> InvokeAsync(GetSystemAaaFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSystemAaaFeatureResult> Invoke(GetSystemAaaFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemAaaFeatureResult> getSystemAaaFeature(GetSystemAaaFeatureArgs args, InvokeOptions options)
public static Output<GetSystemAaaFeatureResult> getSystemAaaFeature(GetSystemAaaFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSystemAaaFeature:getSystemAaaFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
- feature
Profile Id This property is required. string - Feature Profile ID
- id
This property is required. string - The id of the Feature
- feature_
profile_ id This property is required. str - Feature Profile ID
- id
This property is required. str - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
getSystemAaaFeature Result
The following output properties are available:
- Accounting
Group bool - Accounting configurations parameters
- Accounting
Group stringVariable - Variable name
- Accounting
Rules List<GetSystem Aaa Feature 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 Feature Authorization Rule> - Configure the Authorization Rules
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Radius
Groups List<GetSystem Aaa Feature Radius Group> - Configure the Radius serverGroup
- List<string>
- ServerGroups priority order
- Tacacs
Groups List<GetSystem Aaa Feature Tacacs Group> - Configure the TACACS serverGroup
- Users
List<Get
System Aaa Feature User> - Create local login account
- Version int
- The version of the Feature
- Accounting
Group bool - Accounting configurations parameters
- Accounting
Group stringVariable - Variable name
- Accounting
Rules []GetSystem Aaa Feature 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 Feature Authorization Rule - Configure the Authorization Rules
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Radius
Groups []GetSystem Aaa Feature Radius Group - Configure the Radius serverGroup
- []string
- ServerGroups priority order
- Tacacs
Groups []GetSystem Aaa Feature Tacacs Group - Configure the TACACS serverGroup
- Users
[]Get
System Aaa Feature User - Create local login account
- Version int
- The version of the Feature
- accounting
Group Boolean - Accounting configurations parameters
- accounting
Group StringVariable - Variable name
- accounting
Rules List<GetSystem Aaa Feature 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 Feature Authorization Rule> - Configure the Authorization Rules
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- radius
Groups List<GetSystem Aaa Feature Radius Group> - Configure the Radius serverGroup
- List<String>
- ServerGroups priority order
- tacacs
Groups List<GetSystem Aaa Feature Tacacs Group> - Configure the TACACS serverGroup
- users
List<Get
System Aaa Feature User> - Create local login account
- version Integer
- The version of the Feature
- accounting
Group boolean - Accounting configurations parameters
- accounting
Group stringVariable - Variable name
- accounting
Rules GetSystem Aaa Feature 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 Feature Authorization Rule[] - Configure the Authorization Rules
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- radius
Groups GetSystem Aaa Feature Radius Group[] - Configure the Radius serverGroup
- string[]
- ServerGroups priority order
- tacacs
Groups GetSystem Aaa Feature Tacacs Group[] - Configure the TACACS serverGroup
- users
Get
System Aaa Feature User[] - Create local login account
- version number
- The version of the Feature
- accounting_
group bool - Accounting configurations parameters
- accounting_
group_ strvariable - Variable name
- accounting_
rules Sequence[GetSystem Aaa Feature 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 Feature Authorization Rule] - Configure the Authorization Rules
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- radius_
groups Sequence[GetSystem Aaa Feature Radius Group] - Configure the Radius serverGroup
- server_
auth_ Sequence[str]orders - ServerGroups priority order
- tacacs_
groups Sequence[GetSystem Aaa Feature Tacacs Group] - Configure the TACACS serverGroup
- users
Sequence[Get
System Aaa Feature User] - Create local login account
- version int
- The version of the Feature
- 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 Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- 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 Feature
Supporting Types
GetSystemAaaFeatureAccountingRule
- Groups
This property is required. List<string> - Use Server-group
- Level
This property is required. string - Privilege level when method is commands
- Method
This property is required. string - Configure Accounting Method
- Rule
Id This property is required. string - Configure Accounting Rule ID
- Start
Stop This property is required. bool - Record start and stop without waiting
- Start
Stop Variable This property is required. string - Variable name
- Groups
This property is required. []string - Use Server-group
- Level
This property is required. string - Privilege level when method is commands
- Method
This property is required. string - Configure Accounting Method
- Rule
Id This property is required. string - Configure Accounting Rule ID
- Start
Stop This property is required. bool - Record start and stop without waiting
- Start
Stop Variable This property is required. string - Variable name
- groups
This property is required. List<String> - Use Server-group
- level
This property is required. String - Privilege level when method is commands
- method
This property is required. String - Configure Accounting Method
- rule
Id This property is required. String - Configure Accounting Rule ID
- start
Stop This property is required. Boolean - Record start and stop without waiting
- start
Stop Variable This property is required. String - Variable name
- groups
This property is required. string[] - Use Server-group
- level
This property is required. string - Privilege level when method is commands
- method
This property is required. string - Configure Accounting Method
- rule
Id This property is required. string - Configure Accounting Rule ID
- start
Stop This property is required. boolean - Record start and stop without waiting
- start
Stop Variable This property is required. string - Variable name
- groups
This property is required. Sequence[str] - Use Server-group
- level
This property is required. str - Privilege level when method is commands
- method
This property is required. str - Configure Accounting Method
- rule_
id This property is required. str - Configure Accounting Rule ID
- start_
stop This property is required. bool - Record start and stop without waiting
- start_
stop_ variable This property is required. str - Variable name
- groups
This property is required. List<String> - Use Server-group
- level
This property is required. String - Privilege level when method is commands
- method
This property is required. String - Configure Accounting Method
- rule
Id This property is required. String - Configure Accounting Rule ID
- start
Stop This property is required. Boolean - Record start and stop without waiting
- start
Stop Variable This property is required. String - Variable name
GetSystemAaaFeatureAuthorizationRule
- Groups
This property is required. List<string> - Use Server-group
- If
Authenticated This property is required. bool - Succeed if user has authenticated
- Level
This property is required. string - Privilege level when method is commands
- Method
This property is required. string - Method
- Rule
Id This property is required. string - Configure Authorization Rule ID
- Groups
This property is required. []string - Use Server-group
- If
Authenticated This property is required. bool - Succeed if user has authenticated
- Level
This property is required. string - Privilege level when method is commands
- Method
This property is required. string - Method
- Rule
Id This property is required. string - Configure Authorization Rule ID
- groups
This property is required. List<String> - Use Server-group
- if
Authenticated This property is required. Boolean - Succeed if user has authenticated
- level
This property is required. String - Privilege level when method is commands
- method
This property is required. String - Method
- rule
Id This property is required. String - Configure Authorization Rule ID
- groups
This property is required. string[] - Use Server-group
- if
Authenticated This property is required. boolean - Succeed if user has authenticated
- level
This property is required. string - Privilege level when method is commands
- method
This property is required. string - Method
- rule
Id This property is required. string - Configure Authorization Rule ID
- groups
This property is required. Sequence[str] - Use Server-group
- if_
authenticated This property is required. bool - Succeed if user has authenticated
- level
This property is required. str - Privilege level when method is commands
- method
This property is required. str - Method
- rule_
id This property is required. str - Configure Authorization Rule ID
- groups
This property is required. List<String> - Use Server-group
- if
Authenticated This property is required. Boolean - Succeed if user has authenticated
- level
This property is required. String - Privilege level when method is commands
- method
This property is required. String - Method
- rule
Id This property is required. String - Configure Authorization Rule ID
GetSystemAaaFeatureRadiusGroup
- Group
Name This property is required. string - Set Radius server Group Name
- Servers
This property is required. List<GetSystem Aaa Feature Radius Group Server> - Configure the Radius server
- Source
Interface This property is required. string - Set interface to use to reach Radius server
- Source
Interface Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set VPN in which Radius server is located
- Group
Name This property is required. string - Set Radius server Group Name
- Servers
This property is required. []GetSystem Aaa Feature Radius Group Server - Configure the Radius server
- Source
Interface This property is required. string - Set interface to use to reach Radius server
- Source
Interface Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set VPN in which Radius server is located
- group
Name This property is required. String - Set Radius server Group Name
- servers
This property is required. List<GetSystem Aaa Feature Radius Group Server> - Configure the Radius server
- source
Interface This property is required. String - Set interface to use to reach Radius server
- source
Interface Variable This property is required. String - Variable name
- vpn
This property is required. Integer - Set VPN in which Radius server is located
- group
Name This property is required. string - Set Radius server Group Name
- servers
This property is required. GetSystem Aaa Feature Radius Group Server[] - Configure the Radius server
- source
Interface This property is required. string - Set interface to use to reach Radius server
- source
Interface Variable This property is required. string - Variable name
- vpn
This property is required. number - Set VPN in which Radius server is located
- group_
name This property is required. str - Set Radius server Group Name
- servers
This property is required. Sequence[GetSystem Aaa Feature Radius Group Server] - Configure the Radius server
- source_
interface This property is required. str - Set interface to use to reach Radius server
- source_
interface_ variable This property is required. str - Variable name
- vpn
This property is required. int - Set VPN in which Radius server is located
- group
Name This property is required. String - Set Radius server Group Name
- servers
This property is required. List<Property Map> - Configure the Radius server
- source
Interface This property is required. String - Set interface to use to reach Radius server
- source
Interface Variable This property is required. String - Variable name
- vpn
This property is required. Number - Set VPN in which Radius server is located
GetSystemAaaFeatureRadiusGroupServer
- Acct
Port This property is required. int - Set Accounting port to use to connect to Radius server
- Acct
Port Variable This property is required. string - Variable name
- Address
This property is required. string - Set IP address of Radius server
- Auth
Port This property is required. int - Set Authentication port to use to connect to Radius server
- Auth
Port Variable This property is required. string - Variable name
- Key
This property is required. string - Set the Radius server shared key
- Key
Enum This property is required. string - Type of encyption. To be used for type 6
- Key
Type This property is required. string - key type
- Key
Type Variable This property is required. string - Variable name
- Retransmit
This property is required. int - Configure how many times to contact this Radius server
- Retransmit
Variable This property is required. string - Variable name
- Secret
Key This property is required. string - Set the Radius server shared type 7 encrypted key
- Secret
Key Variable This property is required. string - Variable name
- Timeout
This property is required. int - Configure how long to wait for replies from the Radius server
- Timeout
Variable This property is required. string - Variable name
- Acct
Port This property is required. int - Set Accounting port to use to connect to Radius server
- Acct
Port Variable This property is required. string - Variable name
- Address
This property is required. string - Set IP address of Radius server
- Auth
Port This property is required. int - Set Authentication port to use to connect to Radius server
- Auth
Port Variable This property is required. string - Variable name
- Key
This property is required. string - Set the Radius server shared key
- Key
Enum This property is required. string - Type of encyption. To be used for type 6
- Key
Type This property is required. string - key type
- Key
Type Variable This property is required. string - Variable name
- Retransmit
This property is required. int - Configure how many times to contact this Radius server
- Retransmit
Variable This property is required. string - Variable name
- Secret
Key This property is required. string - Set the Radius server shared type 7 encrypted key
- Secret
Key Variable This property is required. string - Variable name
- Timeout
This property is required. int - Configure how long to wait for replies from the Radius server
- Timeout
Variable This property is required. string - Variable name
- acct
Port This property is required. Integer - Set Accounting port to use to connect to Radius server
- acct
Port Variable This property is required. String - Variable name
- address
This property is required. String - Set IP address of Radius server
- auth
Port This property is required. Integer - Set Authentication port to use to connect to Radius server
- auth
Port Variable This property is required. String - Variable name
- key
This property is required. String - Set the Radius server shared key
- key
Enum This property is required. String - Type of encyption. To be used for type 6
- key
Type This property is required. String - key type
- key
Type Variable This property is required. String - Variable name
- retransmit
This property is required. Integer - Configure how many times to contact this Radius server
- retransmit
Variable This property is required. String - Variable name
- secret
Key This property is required. String - Set the Radius server shared type 7 encrypted key
- secret
Key Variable This property is required. String - Variable name
- timeout
This property is required. Integer - Configure how long to wait for replies from the Radius server
- timeout
Variable This property is required. String - Variable name
- acct
Port This property is required. number - Set Accounting port to use to connect to Radius server
- acct
Port Variable This property is required. string - Variable name
- address
This property is required. string - Set IP address of Radius server
- auth
Port This property is required. number - Set Authentication port to use to connect to Radius server
- auth
Port Variable This property is required. string - Variable name
- key
This property is required. string - Set the Radius server shared key
- key
Enum This property is required. string - Type of encyption. To be used for type 6
- key
Type This property is required. string - key type
- key
Type Variable This property is required. string - Variable name
- retransmit
This property is required. number - Configure how many times to contact this Radius server
- retransmit
Variable This property is required. string - Variable name
- secret
Key This property is required. string - Set the Radius server shared type 7 encrypted key
- secret
Key Variable This property is required. string - Variable name
- timeout
This property is required. number - Configure how long to wait for replies from the Radius server
- timeout
Variable This property is required. string - Variable name
- acct_
port This property is required. int - Set Accounting port to use to connect to Radius server
- acct_
port_ variable This property is required. str - Variable name
- address
This property is required. str - Set IP address of Radius server
- auth_
port This property is required. int - Set Authentication port to use to connect to Radius server
- auth_
port_ variable This property is required. str - Variable name
- key
This property is required. str - Set the Radius server shared key
- key_
enum This property is required. str - Type of encyption. To be used for type 6
- key_
type This property is required. str - key type
- key_
type_ variable This property is required. str - Variable name
- retransmit
This property is required. int - Configure how many times to contact this Radius server
- retransmit_
variable This property is required. str - Variable name
- secret_
key This property is required. str - Set the Radius server shared type 7 encrypted key
- secret_
key_ variable This property is required. str - Variable name
- timeout
This property is required. int - Configure how long to wait for replies from the Radius server
- timeout_
variable This property is required. str - Variable name
- acct
Port This property is required. Number - Set Accounting port to use to connect to Radius server
- acct
Port Variable This property is required. String - Variable name
- address
This property is required. String - Set IP address of Radius server
- auth
Port This property is required. Number - Set Authentication port to use to connect to Radius server
- auth
Port Variable This property is required. String - Variable name
- key
This property is required. String - Set the Radius server shared key
- key
Enum This property is required. String - Type of encyption. To be used for type 6
- key
Type This property is required. String - key type
- key
Type Variable This property is required. String - Variable name
- retransmit
This property is required. Number - Configure how many times to contact this Radius server
- retransmit
Variable This property is required. String - Variable name
- secret
Key This property is required. String - Set the Radius server shared type 7 encrypted key
- secret
Key Variable This property is required. String - Variable name
- timeout
This property is required. Number - Configure how long to wait for replies from the Radius server
- timeout
Variable This property is required. String - Variable name
GetSystemAaaFeatureTacacsGroup
- Group
Name This property is required. string - Set TACACS server Group Name
- Servers
This property is required. List<GetSystem Aaa Feature Tacacs Group Server> - Configure the TACACS server
- Source
Interface This property is required. string - Set interface to use to reach TACACS server
- Source
Interface Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set VPN in which TACACS server is located
- Group
Name This property is required. string - Set TACACS server Group Name
- Servers
This property is required. []GetSystem Aaa Feature Tacacs Group Server - Configure the TACACS server
- Source
Interface This property is required. string - Set interface to use to reach TACACS server
- Source
Interface Variable This property is required. string - Variable name
- Vpn
This property is required. int - Set VPN in which TACACS server is located
- group
Name This property is required. String - Set TACACS server Group Name
- servers
This property is required. List<GetSystem Aaa Feature Tacacs Group Server> - Configure the TACACS server
- source
Interface This property is required. String - Set interface to use to reach TACACS server
- source
Interface Variable This property is required. String - Variable name
- vpn
This property is required. Integer - Set VPN in which TACACS server is located
- group
Name This property is required. string - Set TACACS server Group Name
- servers
This property is required. GetSystem Aaa Feature Tacacs Group Server[] - Configure the TACACS server
- source
Interface This property is required. string - Set interface to use to reach TACACS server
- source
Interface Variable This property is required. string - Variable name
- vpn
This property is required. number - Set VPN in which TACACS server is located
- group_
name This property is required. str - Set TACACS server Group Name
- servers
This property is required. Sequence[GetSystem Aaa Feature Tacacs Group Server] - Configure the TACACS server
- source_
interface This property is required. str - Set interface to use to reach TACACS server
- source_
interface_ variable This property is required. str - Variable name
- vpn
This property is required. int - Set VPN in which TACACS server is located
- group
Name This property is required. String - Set TACACS server Group Name
- servers
This property is required. List<Property Map> - Configure the TACACS server
- source
Interface This property is required. String - Set interface to use to reach TACACS server
- source
Interface Variable This property is required. String - Variable name
- vpn
This property is required. Number - Set VPN in which TACACS server is located
GetSystemAaaFeatureTacacsGroupServer
- Address
This property is required. string - Set IP address of TACACS server
- Key
This property is required. string - Set the TACACS server shared key
- Key
Enum This property is required. string - Type of encyption. To be used for type 6
- Port
This property is required. int - TACACS Port
- Port
Variable This property is required. string - Variable name
- Secret
Key This property is required. string - Set the TACACS server shared type 7 encrypted key
- Secret
Key Variable This property is required. string - Variable name
- Timeout
This property is required. int - Configure how long to wait for replies from the TACACS server
- Timeout
Variable This property is required. string - Variable name
- Address
This property is required. string - Set IP address of TACACS server
- Key
This property is required. string - Set the TACACS server shared key
- Key
Enum This property is required. string - Type of encyption. To be used for type 6
- Port
This property is required. int - TACACS Port
- Port
Variable This property is required. string - Variable name
- Secret
Key This property is required. string - Set the TACACS server shared type 7 encrypted key
- Secret
Key Variable This property is required. string - Variable name
- Timeout
This property is required. int - Configure how long to wait for replies from the TACACS server
- Timeout
Variable This property is required. string - Variable name
- address
This property is required. String - Set IP address of TACACS server
- key
This property is required. String - Set the TACACS server shared key
- key
Enum This property is required. String - Type of encyption. To be used for type 6
- port
This property is required. Integer - TACACS Port
- port
Variable This property is required. String - Variable name
- secret
Key This property is required. String - Set the TACACS server shared type 7 encrypted key
- secret
Key Variable This property is required. String - Variable name
- timeout
This property is required. Integer - Configure how long to wait for replies from the TACACS server
- timeout
Variable This property is required. String - Variable name
- address
This property is required. string - Set IP address of TACACS server
- key
This property is required. string - Set the TACACS server shared key
- key
Enum This property is required. string - Type of encyption. To be used for type 6
- port
This property is required. number - TACACS Port
- port
Variable This property is required. string - Variable name
- secret
Key This property is required. string - Set the TACACS server shared type 7 encrypted key
- secret
Key Variable This property is required. string - Variable name
- timeout
This property is required. number - Configure how long to wait for replies from the TACACS server
- timeout
Variable This property is required. string - Variable name
- address
This property is required. str - Set IP address of TACACS server
- key
This property is required. str - Set the TACACS server shared key
- key_
enum This property is required. str - Type of encyption. To be used for type 6
- port
This property is required. int - TACACS Port
- port_
variable This property is required. str - Variable name
- secret_
key This property is required. str - Set the TACACS server shared type 7 encrypted key
- secret_
key_ variable This property is required. str - Variable name
- timeout
This property is required. int - Configure how long to wait for replies from the TACACS server
- timeout_
variable This property is required. str - Variable name
- address
This property is required. String - Set IP address of TACACS server
- key
This property is required. String - Set the TACACS server shared key
- key
Enum This property is required. String - Type of encyption. To be used for type 6
- port
This property is required. Number - TACACS Port
- port
Variable This property is required. String - Variable name
- secret
Key This property is required. String - Set the TACACS server shared type 7 encrypted key
- secret
Key Variable This property is required. String - Variable name
- timeout
This property is required. Number - Configure how long to wait for replies from the TACACS server
- timeout
Variable This property is required. String - Variable name
GetSystemAaaFeatureUser
- Name
This property is required. string - Set the username
- Name
Variable This property is required. string - Variable name
- Password
This property is required. string - Set the user password
- Password
Variable This property is required. string - Variable name
- Privilege
This property is required. string - Set Privilege Level for this user
- Privilege
Variable This property is required. string - Variable name
- Public
Keys This property is required. List<GetSystem Aaa Feature User Public Key> - List of RSA public-keys per user
- Name
This property is required. string - Set the username
- Name
Variable This property is required. string - Variable name
- Password
This property is required. string - Set the user password
- Password
Variable This property is required. string - Variable name
- Privilege
This property is required. string - Set Privilege Level for this user
- Privilege
Variable This property is required. string - Variable name
- Public
Keys This property is required. []GetSystem Aaa Feature User Public Key - List of RSA public-keys per user
- name
This property is required. String - Set the username
- name
Variable This property is required. String - Variable name
- password
This property is required. String - Set the user password
- password
Variable This property is required. String - Variable name
- privilege
This property is required. String - Set Privilege Level for this user
- privilege
Variable This property is required. String - Variable name
- public
Keys This property is required. List<GetSystem Aaa Feature User Public Key> - List of RSA public-keys per user
- name
This property is required. string - Set the username
- name
Variable This property is required. string - Variable name
- password
This property is required. string - Set the user password
- password
Variable This property is required. string - Variable name
- privilege
This property is required. string - Set Privilege Level for this user
- privilege
Variable This property is required. string - Variable name
- public
Keys This property is required. GetSystem Aaa Feature User Public Key[] - List of RSA public-keys per user
- name
This property is required. str - Set the username
- name_
variable This property is required. str - Variable name
- password
This property is required. str - Set the user password
- password_
variable This property is required. str - Variable name
- privilege
This property is required. str - Set Privilege Level for this user
- privilege_
variable This property is required. str - Variable name
- public_
keys This property is required. Sequence[GetSystem Aaa Feature User Public Key] - List of RSA public-keys per user
- name
This property is required. String - Set the username
- name
Variable This property is required. String - Variable name
- password
This property is required. String - Set the user password
- password
Variable This property is required. String - Variable name
- privilege
This property is required. String - Set Privilege Level for this user
- privilege
Variable This property is required. String - Variable name
- public
Keys This property is required. List<Property Map> - List of RSA public-keys per user
GetSystemAaaFeatureUserPublicKey
- Key
String This property is required. string - Set the RSA key string
- Key
Type This property is required. string - Only RSA is supported
- Key
Type Variable This property is required. string - Variable name
- Key
String This property is required. string - Set the RSA key string
- Key
Type This property is required. string - Only RSA is supported
- Key
Type Variable This property is required. string - Variable name
- key
String This property is required. String - Set the RSA key string
- key
Type This property is required. String - Only RSA is supported
- key
Type Variable This property is required. String - Variable name
- key
String This property is required. string - Set the RSA key string
- key
Type This property is required. string - Only RSA is supported
- key
Type Variable This property is required. string - Variable name
- key_
string This property is required. str - Set the RSA key string
- key_
type This property is required. str - Only RSA is supported
- key_
type_ variable This property is required. str - Variable name
- key
String This property is required. String - Set the RSA key string
- key
Type This property is required. String - Only RSA is supported
- key
Type Variable This property is required. String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.