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 dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getSystemAaaFeature Result
The following output properties are available:
- AccountingGroup bool
- Accounting configurations parameters
- AccountingGroup stringVariable 
- Variable name
- AccountingRules List<GetSystem Aaa Feature Accounting Rule> 
- Configure the accounting rules
- AuthenticationGroup bool
- Authentication configurations parameters
- AuthenticationGroup stringVariable 
- Variable name
- bool
- For configuration mode commands.
- string
- Variable name
- bool
- For enabling console authorization
- string
- Variable name
- 
List<GetSystem Aaa Feature Authorization Rule> 
- Configure the Authorization Rules
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- RadiusGroups List<GetSystem Aaa Feature Radius Group> 
- Configure the Radius serverGroup
- List<string>
- ServerGroups priority order
- TacacsGroups List<GetSystem Aaa Feature Tacacs Group> 
- Configure the TACACS serverGroup
- Users
List<GetSystem Aaa Feature User> 
- Create local login account
- Version int
- The version of the Feature
- AccountingGroup bool
- Accounting configurations parameters
- AccountingGroup stringVariable 
- Variable name
- AccountingRules []GetSystem Aaa Feature Accounting Rule 
- Configure the accounting rules
- AuthenticationGroup bool
- Authentication configurations parameters
- AuthenticationGroup stringVariable 
- Variable name
- bool
- For configuration mode commands.
- string
- Variable name
- bool
- For enabling console authorization
- string
- Variable name
- 
[]GetSystem Aaa Feature Authorization Rule 
- Configure the Authorization Rules
- Description string
- The description of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- RadiusGroups []GetSystem Aaa Feature Radius Group 
- Configure the Radius serverGroup
- []string
- ServerGroups priority order
- TacacsGroups []GetSystem Aaa Feature Tacacs Group 
- Configure the TACACS serverGroup
- Users
[]GetSystem Aaa Feature User 
- Create local login account
- Version int
- The version of the Feature
- accountingGroup Boolean
- Accounting configurations parameters
- accountingGroup StringVariable 
- Variable name
- accountingRules List<GetSystem Aaa Feature Accounting Rule> 
- Configure the accounting rules
- authenticationGroup Boolean
- Authentication configurations parameters
- authenticationGroup StringVariable 
- Variable name
- Boolean
- For configuration mode commands.
- String
- Variable name
- Boolean
- For enabling console authorization
- String
- Variable name
- 
List<GetSystem Aaa Feature Authorization Rule> 
- Configure the Authorization Rules
- description String
- The description of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- radiusGroups List<GetSystem Aaa Feature Radius Group> 
- Configure the Radius serverGroup
- List<String>
- ServerGroups priority order
- tacacsGroups List<GetSystem Aaa Feature Tacacs Group> 
- Configure the TACACS serverGroup
- users
List<GetSystem Aaa Feature User> 
- Create local login account
- version Integer
- The version of the Feature
- accountingGroup boolean
- Accounting configurations parameters
- accountingGroup stringVariable 
- Variable name
- accountingRules GetSystem Aaa Feature Accounting Rule[] 
- Configure the accounting rules
- authenticationGroup boolean
- Authentication configurations parameters
- authenticationGroup stringVariable 
- Variable name
- boolean
- For configuration mode commands.
- string
- Variable name
- boolean
- For enabling console authorization
- string
- Variable name
- 
GetSystem Aaa Feature Authorization Rule[] 
- Configure the Authorization Rules
- description string
- The description of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- radiusGroups GetSystem Aaa Feature Radius Group[] 
- Configure the Radius serverGroup
- string[]
- ServerGroups priority order
- tacacsGroups GetSystem Aaa Feature Tacacs Group[] 
- Configure the TACACS serverGroup
- users
GetSystem 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[GetSystem 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[GetSystem Aaa Feature User] 
- Create local login account
- version int
- The version of the Feature
- accountingGroup Boolean
- Accounting configurations parameters
- accountingGroup StringVariable 
- Variable name
- accountingRules List<Property Map>
- Configure the accounting rules
- authenticationGroup Boolean
- Authentication configurations parameters
- authenticationGroup 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
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- radiusGroups List<Property Map>
- Configure the Radius serverGroup
- List<String>
- ServerGroups priority order
- tacacsGroups 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 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
GetSystemAaaFeatureAuthorizationRule     
- Groups List<string>
- Use Server-group
- IfAuthenticated bool
- Succeed if user has authenticated
- Level string
- Privilege level when method is commands
- Method string
- Method
- RuleId string
- Configure Authorization Rule ID
- Groups []string
- Use Server-group
- IfAuthenticated bool
- Succeed if user has authenticated
- Level string
- Privilege level when method is commands
- Method string
- Method
- RuleId string
- Configure Authorization Rule ID
- groups List<String>
- Use Server-group
- ifAuthenticated Boolean
- Succeed if user has authenticated
- level String
- Privilege level when method is commands
- method String
- Method
- ruleId String
- Configure Authorization Rule ID
- groups string[]
- Use Server-group
- ifAuthenticated boolean
- Succeed if user has authenticated
- level string
- Privilege level when method is commands
- method string
- Method
- ruleId 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
- ifAuthenticated Boolean
- Succeed if user has authenticated
- level String
- Privilege level when method is commands
- method String
- Method
- ruleId String
- Configure Authorization Rule ID
GetSystemAaaFeatureRadiusGroup     
- GroupName string
- Set Radius server Group Name
- Servers
List<GetSystem Aaa Feature Radius Group Server> 
- Configure the Radius server
- SourceInterface string
- Set interface to use to reach Radius server
- SourceInterface stringVariable 
- Variable name
- Vpn int
- Set VPN in which Radius server is located
- GroupName string
- Set Radius server Group Name
- Servers
[]GetSystem Aaa Feature Radius Group Server 
- Configure the Radius server
- SourceInterface string
- Set interface to use to reach Radius server
- SourceInterface stringVariable 
- Variable name
- Vpn int
- Set VPN in which Radius server is located
- groupName String
- Set Radius server Group Name
- servers
List<GetSystem Aaa Feature Radius Group Server> 
- Configure the Radius server
- sourceInterface String
- Set interface to use to reach Radius server
- sourceInterface StringVariable 
- Variable name
- vpn Integer
- Set VPN in which Radius server is located
- groupName string
- Set Radius server Group Name
- servers
GetSystem Aaa Feature Radius Group Server[] 
- Configure the Radius server
- sourceInterface string
- Set interface to use to reach Radius server
- sourceInterface stringVariable 
- Variable name
- vpn number
- Set VPN in which Radius server is located
- group_name str
- Set Radius server Group Name
- servers
Sequence[GetSystem Aaa Feature 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
- groupName String
- Set Radius server Group Name
- servers List<Property Map>
- Configure the Radius server
- sourceInterface String
- Set interface to use to reach Radius server
- sourceInterface StringVariable 
- Variable name
- vpn Number
- Set VPN in which Radius server is located
GetSystemAaaFeatureRadiusGroupServer      
- AcctPort int
- Set Accounting port to use to connect to Radius server
- AcctPort stringVariable 
- Variable name
- Address string
- Set IP address of Radius server
- AuthPort int
- Set Authentication port to use to connect to Radius server
- AuthPort stringVariable 
- Variable name
- Key string
- Set the Radius server shared key
- KeyEnum string
- Type of encyption. To be used for type 6
- KeyType string
- key type
- KeyType stringVariable 
- Variable name
- Retransmit int
- Configure how many times to contact this Radius server
- RetransmitVariable string
- Variable name
- SecretKey string
- Set the Radius server shared type 7 encrypted key
- SecretKey stringVariable 
- Variable name
- Timeout int
- Configure how long to wait for replies from the Radius server
- TimeoutVariable string
- Variable name
- AcctPort int
- Set Accounting port to use to connect to Radius server
- AcctPort stringVariable 
- Variable name
- Address string
- Set IP address of Radius server
- AuthPort int
- Set Authentication port to use to connect to Radius server
- AuthPort stringVariable 
- Variable name
- Key string
- Set the Radius server shared key
- KeyEnum string
- Type of encyption. To be used for type 6
- KeyType string
- key type
- KeyType stringVariable 
- Variable name
- Retransmit int
- Configure how many times to contact this Radius server
- RetransmitVariable string
- Variable name
- SecretKey string
- Set the Radius server shared type 7 encrypted key
- SecretKey stringVariable 
- Variable name
- Timeout int
- Configure how long to wait for replies from the Radius server
- TimeoutVariable string
- Variable name
- acctPort Integer
- Set Accounting port to use to connect to Radius server
- acctPort StringVariable 
- Variable name
- address String
- Set IP address of Radius server
- authPort Integer
- Set Authentication port to use to connect to Radius server
- authPort StringVariable 
- Variable name
- key String
- Set the Radius server shared key
- keyEnum String
- Type of encyption. To be used for type 6
- keyType String
- key type
- keyType StringVariable 
- Variable name
- retransmit Integer
- Configure how many times to contact this Radius server
- retransmitVariable String
- Variable name
- secretKey String
- Set the Radius server shared type 7 encrypted key
- secretKey StringVariable 
- Variable name
- timeout Integer
- Configure how long to wait for replies from the Radius server
- timeoutVariable String
- Variable name
- acctPort number
- Set Accounting port to use to connect to Radius server
- acctPort stringVariable 
- Variable name
- address string
- Set IP address of Radius server
- authPort number
- Set Authentication port to use to connect to Radius server
- authPort stringVariable 
- Variable name
- key string
- Set the Radius server shared key
- keyEnum string
- Type of encyption. To be used for type 6
- keyType string
- key type
- keyType stringVariable 
- Variable name
- retransmit number
- Configure how many times to contact this Radius server
- retransmitVariable string
- Variable name
- secretKey string
- Set the Radius server shared type 7 encrypted key
- secretKey stringVariable 
- Variable name
- timeout number
- Configure how long to wait for replies from the Radius server
- timeoutVariable 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
- acctPort Number
- Set Accounting port to use to connect to Radius server
- acctPort StringVariable 
- Variable name
- address String
- Set IP address of Radius server
- authPort Number
- Set Authentication port to use to connect to Radius server
- authPort StringVariable 
- Variable name
- key String
- Set the Radius server shared key
- keyEnum String
- Type of encyption. To be used for type 6
- keyType String
- key type
- keyType StringVariable 
- Variable name
- retransmit Number
- Configure how many times to contact this Radius server
- retransmitVariable String
- Variable name
- secretKey String
- Set the Radius server shared type 7 encrypted key
- secretKey StringVariable 
- Variable name
- timeout Number
- Configure how long to wait for replies from the Radius server
- timeoutVariable String
- Variable name
GetSystemAaaFeatureTacacsGroup     
- GroupName string
- Set TACACS server Group Name
- Servers
List<GetSystem Aaa Feature Tacacs Group Server> 
- Configure the TACACS server
- SourceInterface string
- Set interface to use to reach TACACS server
- SourceInterface stringVariable 
- Variable name
- Vpn int
- Set VPN in which TACACS server is located
- GroupName string
- Set TACACS server Group Name
- Servers
[]GetSystem Aaa Feature Tacacs Group Server 
- Configure the TACACS server
- SourceInterface string
- Set interface to use to reach TACACS server
- SourceInterface stringVariable 
- Variable name
- Vpn int
- Set VPN in which TACACS server is located
- groupName String
- Set TACACS server Group Name
- servers
List<GetSystem Aaa Feature Tacacs Group Server> 
- Configure the TACACS server
- sourceInterface String
- Set interface to use to reach TACACS server
- sourceInterface StringVariable 
- Variable name
- vpn Integer
- Set VPN in which TACACS server is located
- groupName string
- Set TACACS server Group Name
- servers
GetSystem Aaa Feature Tacacs Group Server[] 
- Configure the TACACS server
- sourceInterface string
- Set interface to use to reach TACACS server
- sourceInterface stringVariable 
- Variable name
- vpn number
- Set VPN in which TACACS server is located
- group_name str
- Set TACACS server Group Name
- servers
Sequence[GetSystem Aaa Feature 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
- groupName String
- Set TACACS server Group Name
- servers List<Property Map>
- Configure the TACACS server
- sourceInterface String
- Set interface to use to reach TACACS server
- sourceInterface StringVariable 
- Variable name
- vpn Number
- Set VPN in which TACACS server is located
GetSystemAaaFeatureTacacsGroupServer      
- Address string
- Set IP address of TACACS server
- Key string
- Set the TACACS server shared key
- KeyEnum string
- Type of encyption. To be used for type 6
- Port int
- TACACS Port
- PortVariable string
- Variable name
- SecretKey string
- Set the TACACS server shared type 7 encrypted key
- SecretKey stringVariable 
- Variable name
- Timeout int
- Configure how long to wait for replies from the TACACS server
- TimeoutVariable string
- Variable name
- Address string
- Set IP address of TACACS server
- Key string
- Set the TACACS server shared key
- KeyEnum string
- Type of encyption. To be used for type 6
- Port int
- TACACS Port
- PortVariable string
- Variable name
- SecretKey string
- Set the TACACS server shared type 7 encrypted key
- SecretKey stringVariable 
- Variable name
- Timeout int
- Configure how long to wait for replies from the TACACS server
- TimeoutVariable string
- Variable name
- address String
- Set IP address of TACACS server
- key String
- Set the TACACS server shared key
- keyEnum String
- Type of encyption. To be used for type 6
- port Integer
- TACACS Port
- portVariable String
- Variable name
- secretKey String
- Set the TACACS server shared type 7 encrypted key
- secretKey StringVariable 
- Variable name
- timeout Integer
- Configure how long to wait for replies from the TACACS server
- timeoutVariable String
- Variable name
- address string
- Set IP address of TACACS server
- key string
- Set the TACACS server shared key
- keyEnum string
- Type of encyption. To be used for type 6
- port number
- TACACS Port
- portVariable string
- Variable name
- secretKey string
- Set the TACACS server shared type 7 encrypted key
- secretKey stringVariable 
- Variable name
- timeout number
- Configure how long to wait for replies from the TACACS server
- timeoutVariable 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
- keyEnum String
- Type of encyption. To be used for type 6
- port Number
- TACACS Port
- portVariable String
- Variable name
- secretKey String
- Set the TACACS server shared type 7 encrypted key
- secretKey StringVariable 
- Variable name
- timeout Number
- Configure how long to wait for replies from the TACACS server
- timeoutVariable String
- Variable name
GetSystemAaaFeatureUser    
- Name string
- Set the username
- NameVariable string
- Variable name
- Password string
- Set the user password
- PasswordVariable string
- Variable name
- Privilege string
- Set Privilege Level for this user
- PrivilegeVariable string
- Variable name
- PublicKeys List<GetSystem Aaa Feature User Public Key> 
- List of RSA public-keys per user
- Name string
- Set the username
- NameVariable string
- Variable name
- Password string
- Set the user password
- PasswordVariable string
- Variable name
- Privilege string
- Set Privilege Level for this user
- PrivilegeVariable string
- Variable name
- PublicKeys []GetSystem Aaa Feature User Public Key 
- List of RSA public-keys per user
- name String
- Set the username
- nameVariable String
- Variable name
- password String
- Set the user password
- passwordVariable String
- Variable name
- privilege String
- Set Privilege Level for this user
- privilegeVariable String
- Variable name
- publicKeys List<GetSystem Aaa Feature User Public Key> 
- List of RSA public-keys per user
- name string
- Set the username
- nameVariable string
- Variable name
- password string
- Set the user password
- passwordVariable string
- Variable name
- privilege string
- Set Privilege Level for this user
- privilegeVariable string
- Variable name
- publicKeys GetSystem Aaa Feature 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 Feature User Public Key] 
- List of RSA public-keys per user
- name String
- Set the username
- nameVariable String
- Variable name
- password String
- Set the user password
- passwordVariable String
- Variable name
- privilege String
- Set Privilege Level for this user
- privilegeVariable String
- Variable name
- publicKeys List<Property Map>
- List of RSA public-keys per user
GetSystemAaaFeatureUserPublicKey      
- KeyString string
- Set the RSA key string
- KeyType string
- Only RSA is supported
- KeyType stringVariable 
- Variable name
- KeyString string
- Set the RSA key string
- KeyType string
- Only RSA is supported
- KeyType stringVariable 
- Variable name
- keyString String
- Set the RSA key string
- keyType String
- Only RSA is supported
- keyType StringVariable 
- Variable name
- keyString string
- Set the RSA key string
- keyType string
- Only RSA is supported
- keyType stringVariable 
- Variable name
- key_string str
- Set the RSA key string
- key_type str
- Only RSA is supported
- key_type_ strvariable 
- Variable name
- keyString String
- Set the RSA key string
- keyType String
- Only RSA is supported
- keyType StringVariable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
