sdwan.SystemAaaProfileParcel
Explore with Pulumi AI
This resource can manage a System AAA profile parcel.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SystemAaaProfileParcel;
import com.pulumi.sdwan.SystemAaaProfileParcelArgs;
import com.pulumi.sdwan.inputs.SystemAaaProfileParcelUserArgs;
import com.pulumi.sdwan.inputs.SystemAaaProfileParcelRadiusGroupArgs;
import com.pulumi.sdwan.inputs.SystemAaaProfileParcelTacacsGroupArgs;
import com.pulumi.sdwan.inputs.SystemAaaProfileParcelAccountingRuleArgs;
import com.pulumi.sdwan.inputs.SystemAaaProfileParcelAuthorizationRuleArgs;
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) {
var example = new SystemAaaProfileParcel("example", SystemAaaProfileParcelArgs.builder()
.name("Example")
.description("My Example")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.authenticationGroup(true)
.accountingGroup(true)
.serverAuthOrders("local")
.users(SystemAaaProfileParcelUserArgs.builder()
.name("User1")
.password("cisco123")
.privilege("15")
.public_keys(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.radiusGroups(SystemAaaProfileParcelRadiusGroupArgs.builder()
.group_name("RGROUP1")
.vpn(10)
.source_interface("GigabitEthernet0")
.servers(SystemAaaProfileParcelRadiusGroupServerArgs.builder()
.address("1.2.3.4")
.authPort(1812)
.acctPort(1813)
.timeout(5)
.retransmit(3)
.key("cisco123")
.secretKey("cisco123")
.keyEnum("7")
.keyType("key")
.build())
.build())
.tacacsGroups(SystemAaaProfileParcelTacacsGroupArgs.builder()
.group_name("TGROUP1")
.vpn(10)
.source_interface("GigabitEthernet0")
.servers(SystemAaaProfileParcelTacacsGroupServerArgs.builder()
.address("1.2.3.4")
.port(49)
.timeout(5)
.key("cisco123")
.secretKey("cisco123")
.keyEnum("7")
.build())
.build())
.accountingRules(SystemAaaProfileParcelAccountingRuleArgs.builder()
.rule_id("1")
.method("commands")
.level("15")
.start_stop(true)
.group("RGROUP1")
.build())
.authorizationConsole(true)
.authorizationConfigCommands(true)
.authorizationRules(SystemAaaProfileParcelAuthorizationRuleArgs.builder()
.rule_id("1")
.method("commands")
.level("15")
.group("RGROUP1")
.if_authenticated(true)
.build())
.build());
}
}
resources:
example:
type: sdwan:SystemAaaProfileParcel
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
authenticationGroup: true
accountingGroup: true
serverAuthOrders:
- local
users:
- name: User1
password: cisco123
privilege: '15'
public_keys:
- keyString: AAAAB3NzaC1yc2
keyType: ssh-rsa
radiusGroups:
- group_name: RGROUP1
vpn: 10
source_interface: GigabitEthernet0
servers:
- address: 1.2.3.4
authPort: 1812
acctPort: 1813
timeout: 5
retransmit: 3
key: cisco123
secretKey: cisco123
keyEnum: '7'
keyType: key
tacacsGroups:
- group_name: TGROUP1
vpn: 10
source_interface: GigabitEthernet0
servers:
- address: 1.2.3.4
port: 49
timeout: 5
key: cisco123
secretKey: cisco123
keyEnum: '7'
accountingRules:
- rule_id: '1'
method: commands
level: '15'
start_stop: true
group:
- RGROUP1
authorizationConsole: true
authorizationConfigCommands: true
authorizationRules:
- rule_id: '1'
method: commands
level: '15'
group:
- RGROUP1
if_authenticated: true
Create SystemAaaProfileParcel Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemAaaProfileParcel(name: string, args: SystemAaaProfileParcelArgs, opts?: CustomResourceOptions);
@overload
def SystemAaaProfileParcel(resource_name: str,
args: SystemAaaProfileParcelArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SystemAaaProfileParcel(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
server_auth_orders: Optional[Sequence[str]] = None,
authorization_console_variable: Optional[str] = None,
authorization_rules: Optional[Sequence[SystemAaaProfileParcelAuthorizationRuleArgs]] = None,
authentication_group_variable: Optional[str] = None,
authorization_config_commands: Optional[bool] = None,
authorization_config_commands_variable: Optional[str] = None,
authorization_console: Optional[bool] = None,
accounting_group: Optional[bool] = None,
authentication_group: Optional[bool] = None,
description: Optional[str] = None,
accounting_rules: Optional[Sequence[SystemAaaProfileParcelAccountingRuleArgs]] = None,
name: Optional[str] = None,
radius_groups: Optional[Sequence[SystemAaaProfileParcelRadiusGroupArgs]] = None,
accounting_group_variable: Optional[str] = None,
tacacs_groups: Optional[Sequence[SystemAaaProfileParcelTacacsGroupArgs]] = None,
users: Optional[Sequence[SystemAaaProfileParcelUserArgs]] = None)
func NewSystemAaaProfileParcel(ctx *Context, name string, args SystemAaaProfileParcelArgs, opts ...ResourceOption) (*SystemAaaProfileParcel, error)
public SystemAaaProfileParcel(string name, SystemAaaProfileParcelArgs args, CustomResourceOptions? opts = null)
public SystemAaaProfileParcel(String name, SystemAaaProfileParcelArgs args)
public SystemAaaProfileParcel(String name, SystemAaaProfileParcelArgs args, CustomResourceOptions options)
type: sdwan:SystemAaaProfileParcel
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystemAaaProfileParcelArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystemAaaProfileParcelArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystemAaaProfileParcelArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemAaaProfileParcelArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemAaaProfileParcelArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systemAaaProfileParcelResource = new Sdwan.SystemAaaProfileParcel("systemAaaProfileParcelResource", new()
{
FeatureProfileId = "string",
ServerAuthOrders = new[]
{
"string",
},
AuthorizationConsoleVariable = "string",
AuthorizationRules = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelAuthorizationRuleArgs
{
Groups = new[]
{
"string",
},
IfAuthenticated = false,
Level = "string",
Method = "string",
RuleId = "string",
},
},
AuthenticationGroupVariable = "string",
AuthorizationConfigCommands = false,
AuthorizationConfigCommandsVariable = "string",
AuthorizationConsole = false,
AccountingGroup = false,
AuthenticationGroup = false,
Description = "string",
AccountingRules = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelAccountingRuleArgs
{
Groups = new[]
{
"string",
},
Level = "string",
Method = "string",
RuleId = "string",
StartStop = false,
StartStopVariable = "string",
},
},
Name = "string",
RadiusGroups = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelRadiusGroupArgs
{
GroupName = "string",
Servers = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelRadiusGroupServerArgs
{
AcctPort = 0,
AcctPortVariable = "string",
Address = "string",
AuthPort = 0,
AuthPortVariable = "string",
Key = "string",
KeyEnum = "string",
KeyType = "string",
KeyTypeVariable = "string",
Retransmit = 0,
RetransmitVariable = "string",
SecretKey = "string",
SecretKeyVariable = "string",
Timeout = 0,
TimeoutVariable = "string",
},
},
SourceInterface = "string",
SourceInterfaceVariable = "string",
Vpn = 0,
},
},
AccountingGroupVariable = "string",
TacacsGroups = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelTacacsGroupArgs
{
GroupName = "string",
Servers = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelTacacsGroupServerArgs
{
Address = "string",
Key = "string",
KeyEnum = "string",
Port = 0,
PortVariable = "string",
SecretKey = "string",
SecretKeyVariable = "string",
Timeout = 0,
TimeoutVariable = "string",
},
},
SourceInterface = "string",
SourceInterfaceVariable = "string",
Vpn = 0,
},
},
Users = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelUserArgs
{
Name = "string",
NameVariable = "string",
Password = "string",
PasswordVariable = "string",
Privilege = "string",
PrivilegeVariable = "string",
PublicKeys = new[]
{
new Sdwan.Inputs.SystemAaaProfileParcelUserPublicKeyArgs
{
KeyString = "string",
KeyType = "string",
KeyTypeVariable = "string",
},
},
},
},
});
example, err := sdwan.NewSystemAaaProfileParcel(ctx, "systemAaaProfileParcelResource", &sdwan.SystemAaaProfileParcelArgs{
FeatureProfileId: pulumi.String("string"),
ServerAuthOrders: pulumi.StringArray{
pulumi.String("string"),
},
AuthorizationConsoleVariable: pulumi.String("string"),
AuthorizationRules: sdwan.SystemAaaProfileParcelAuthorizationRuleArray{
&sdwan.SystemAaaProfileParcelAuthorizationRuleArgs{
Groups: pulumi.StringArray{
pulumi.String("string"),
},
IfAuthenticated: pulumi.Bool(false),
Level: pulumi.String("string"),
Method: pulumi.String("string"),
RuleId: pulumi.String("string"),
},
},
AuthenticationGroupVariable: pulumi.String("string"),
AuthorizationConfigCommands: pulumi.Bool(false),
AuthorizationConfigCommandsVariable: pulumi.String("string"),
AuthorizationConsole: pulumi.Bool(false),
AccountingGroup: pulumi.Bool(false),
AuthenticationGroup: pulumi.Bool(false),
Description: pulumi.String("string"),
AccountingRules: sdwan.SystemAaaProfileParcelAccountingRuleArray{
&sdwan.SystemAaaProfileParcelAccountingRuleArgs{
Groups: pulumi.StringArray{
pulumi.String("string"),
},
Level: pulumi.String("string"),
Method: pulumi.String("string"),
RuleId: pulumi.String("string"),
StartStop: pulumi.Bool(false),
StartStopVariable: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
RadiusGroups: sdwan.SystemAaaProfileParcelRadiusGroupArray{
&sdwan.SystemAaaProfileParcelRadiusGroupArgs{
GroupName: pulumi.String("string"),
Servers: sdwan.SystemAaaProfileParcelRadiusGroupServerArray{
&sdwan.SystemAaaProfileParcelRadiusGroupServerArgs{
AcctPort: pulumi.Int(0),
AcctPortVariable: pulumi.String("string"),
Address: pulumi.String("string"),
AuthPort: pulumi.Int(0),
AuthPortVariable: pulumi.String("string"),
Key: pulumi.String("string"),
KeyEnum: pulumi.String("string"),
KeyType: pulumi.String("string"),
KeyTypeVariable: pulumi.String("string"),
Retransmit: pulumi.Int(0),
RetransmitVariable: pulumi.String("string"),
SecretKey: pulumi.String("string"),
SecretKeyVariable: pulumi.String("string"),
Timeout: pulumi.Int(0),
TimeoutVariable: pulumi.String("string"),
},
},
SourceInterface: pulumi.String("string"),
SourceInterfaceVariable: pulumi.String("string"),
Vpn: pulumi.Int(0),
},
},
AccountingGroupVariable: pulumi.String("string"),
TacacsGroups: sdwan.SystemAaaProfileParcelTacacsGroupArray{
&sdwan.SystemAaaProfileParcelTacacsGroupArgs{
GroupName: pulumi.String("string"),
Servers: sdwan.SystemAaaProfileParcelTacacsGroupServerArray{
&sdwan.SystemAaaProfileParcelTacacsGroupServerArgs{
Address: pulumi.String("string"),
Key: pulumi.String("string"),
KeyEnum: pulumi.String("string"),
Port: pulumi.Int(0),
PortVariable: pulumi.String("string"),
SecretKey: pulumi.String("string"),
SecretKeyVariable: pulumi.String("string"),
Timeout: pulumi.Int(0),
TimeoutVariable: pulumi.String("string"),
},
},
SourceInterface: pulumi.String("string"),
SourceInterfaceVariable: pulumi.String("string"),
Vpn: pulumi.Int(0),
},
},
Users: sdwan.SystemAaaProfileParcelUserArray{
&sdwan.SystemAaaProfileParcelUserArgs{
Name: pulumi.String("string"),
NameVariable: pulumi.String("string"),
Password: pulumi.String("string"),
PasswordVariable: pulumi.String("string"),
Privilege: pulumi.String("string"),
PrivilegeVariable: pulumi.String("string"),
PublicKeys: sdwan.SystemAaaProfileParcelUserPublicKeyArray{
&sdwan.SystemAaaProfileParcelUserPublicKeyArgs{
KeyString: pulumi.String("string"),
KeyType: pulumi.String("string"),
KeyTypeVariable: pulumi.String("string"),
},
},
},
},
})
var systemAaaProfileParcelResource = new SystemAaaProfileParcel("systemAaaProfileParcelResource", SystemAaaProfileParcelArgs.builder()
.featureProfileId("string")
.serverAuthOrders("string")
.authorizationConsoleVariable("string")
.authorizationRules(SystemAaaProfileParcelAuthorizationRuleArgs.builder()
.groups("string")
.ifAuthenticated(false)
.level("string")
.method("string")
.ruleId("string")
.build())
.authenticationGroupVariable("string")
.authorizationConfigCommands(false)
.authorizationConfigCommandsVariable("string")
.authorizationConsole(false)
.accountingGroup(false)
.authenticationGroup(false)
.description("string")
.accountingRules(SystemAaaProfileParcelAccountingRuleArgs.builder()
.groups("string")
.level("string")
.method("string")
.ruleId("string")
.startStop(false)
.startStopVariable("string")
.build())
.name("string")
.radiusGroups(SystemAaaProfileParcelRadiusGroupArgs.builder()
.groupName("string")
.servers(SystemAaaProfileParcelRadiusGroupServerArgs.builder()
.acctPort(0)
.acctPortVariable("string")
.address("string")
.authPort(0)
.authPortVariable("string")
.key("string")
.keyEnum("string")
.keyType("string")
.keyTypeVariable("string")
.retransmit(0)
.retransmitVariable("string")
.secretKey("string")
.secretKeyVariable("string")
.timeout(0)
.timeoutVariable("string")
.build())
.sourceInterface("string")
.sourceInterfaceVariable("string")
.vpn(0)
.build())
.accountingGroupVariable("string")
.tacacsGroups(SystemAaaProfileParcelTacacsGroupArgs.builder()
.groupName("string")
.servers(SystemAaaProfileParcelTacacsGroupServerArgs.builder()
.address("string")
.key("string")
.keyEnum("string")
.port(0)
.portVariable("string")
.secretKey("string")
.secretKeyVariable("string")
.timeout(0)
.timeoutVariable("string")
.build())
.sourceInterface("string")
.sourceInterfaceVariable("string")
.vpn(0)
.build())
.users(SystemAaaProfileParcelUserArgs.builder()
.name("string")
.nameVariable("string")
.password("string")
.passwordVariable("string")
.privilege("string")
.privilegeVariable("string")
.publicKeys(SystemAaaProfileParcelUserPublicKeyArgs.builder()
.keyString("string")
.keyType("string")
.keyTypeVariable("string")
.build())
.build())
.build());
system_aaa_profile_parcel_resource = sdwan.SystemAaaProfileParcel("systemAaaProfileParcelResource",
feature_profile_id="string",
server_auth_orders=["string"],
authorization_console_variable="string",
authorization_rules=[sdwan.SystemAaaProfileParcelAuthorizationRuleArgs(
groups=["string"],
if_authenticated=False,
level="string",
method="string",
rule_id="string",
)],
authentication_group_variable="string",
authorization_config_commands=False,
authorization_config_commands_variable="string",
authorization_console=False,
accounting_group=False,
authentication_group=False,
description="string",
accounting_rules=[sdwan.SystemAaaProfileParcelAccountingRuleArgs(
groups=["string"],
level="string",
method="string",
rule_id="string",
start_stop=False,
start_stop_variable="string",
)],
name="string",
radius_groups=[sdwan.SystemAaaProfileParcelRadiusGroupArgs(
group_name="string",
servers=[sdwan.SystemAaaProfileParcelRadiusGroupServerArgs(
acct_port=0,
acct_port_variable="string",
address="string",
auth_port=0,
auth_port_variable="string",
key="string",
key_enum="string",
key_type="string",
key_type_variable="string",
retransmit=0,
retransmit_variable="string",
secret_key="string",
secret_key_variable="string",
timeout=0,
timeout_variable="string",
)],
source_interface="string",
source_interface_variable="string",
vpn=0,
)],
accounting_group_variable="string",
tacacs_groups=[sdwan.SystemAaaProfileParcelTacacsGroupArgs(
group_name="string",
servers=[sdwan.SystemAaaProfileParcelTacacsGroupServerArgs(
address="string",
key="string",
key_enum="string",
port=0,
port_variable="string",
secret_key="string",
secret_key_variable="string",
timeout=0,
timeout_variable="string",
)],
source_interface="string",
source_interface_variable="string",
vpn=0,
)],
users=[sdwan.SystemAaaProfileParcelUserArgs(
name="string",
name_variable="string",
password="string",
password_variable="string",
privilege="string",
privilege_variable="string",
public_keys=[sdwan.SystemAaaProfileParcelUserPublicKeyArgs(
key_string="string",
key_type="string",
key_type_variable="string",
)],
)])
const systemAaaProfileParcelResource = new sdwan.SystemAaaProfileParcel("systemAaaProfileParcelResource", {
featureProfileId: "string",
serverAuthOrders: ["string"],
authorizationConsoleVariable: "string",
authorizationRules: [{
groups: ["string"],
ifAuthenticated: false,
level: "string",
method: "string",
ruleId: "string",
}],
authenticationGroupVariable: "string",
authorizationConfigCommands: false,
authorizationConfigCommandsVariable: "string",
authorizationConsole: false,
accountingGroup: false,
authenticationGroup: false,
description: "string",
accountingRules: [{
groups: ["string"],
level: "string",
method: "string",
ruleId: "string",
startStop: false,
startStopVariable: "string",
}],
name: "string",
radiusGroups: [{
groupName: "string",
servers: [{
acctPort: 0,
acctPortVariable: "string",
address: "string",
authPort: 0,
authPortVariable: "string",
key: "string",
keyEnum: "string",
keyType: "string",
keyTypeVariable: "string",
retransmit: 0,
retransmitVariable: "string",
secretKey: "string",
secretKeyVariable: "string",
timeout: 0,
timeoutVariable: "string",
}],
sourceInterface: "string",
sourceInterfaceVariable: "string",
vpn: 0,
}],
accountingGroupVariable: "string",
tacacsGroups: [{
groupName: "string",
servers: [{
address: "string",
key: "string",
keyEnum: "string",
port: 0,
portVariable: "string",
secretKey: "string",
secretKeyVariable: "string",
timeout: 0,
timeoutVariable: "string",
}],
sourceInterface: "string",
sourceInterfaceVariable: "string",
vpn: 0,
}],
users: [{
name: "string",
nameVariable: "string",
password: "string",
passwordVariable: "string",
privilege: "string",
privilegeVariable: "string",
publicKeys: [{
keyString: "string",
keyType: "string",
keyTypeVariable: "string",
}],
}],
});
type: sdwan:SystemAaaProfileParcel
properties:
accountingGroup: false
accountingGroupVariable: string
accountingRules:
- groups:
- string
level: string
method: string
ruleId: string
startStop: false
startStopVariable: string
authenticationGroup: false
authenticationGroupVariable: string
authorizationConfigCommands: false
authorizationConfigCommandsVariable: string
authorizationConsole: false
authorizationConsoleVariable: string
authorizationRules:
- groups:
- string
ifAuthenticated: false
level: string
method: string
ruleId: string
description: string
featureProfileId: string
name: string
radiusGroups:
- groupName: string
servers:
- acctPort: 0
acctPortVariable: string
address: string
authPort: 0
authPortVariable: string
key: string
keyEnum: string
keyType: string
keyTypeVariable: string
retransmit: 0
retransmitVariable: string
secretKey: string
secretKeyVariable: string
timeout: 0
timeoutVariable: string
sourceInterface: string
sourceInterfaceVariable: string
vpn: 0
serverAuthOrders:
- string
tacacsGroups:
- groupName: string
servers:
- address: string
key: string
keyEnum: string
port: 0
portVariable: string
secretKey: string
secretKeyVariable: string
timeout: 0
timeoutVariable: string
sourceInterface: string
sourceInterfaceVariable: string
vpn: 0
users:
- name: string
nameVariable: string
password: string
passwordVariable: string
privilege: string
privilegeVariable: string
publicKeys:
- keyString: string
keyType: string
keyTypeVariable: string
SystemAaaProfileParcel Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The SystemAaaProfileParcel resource accepts the following input properties:
- Feature
Profile stringId - Feature Profile ID
- List<string>
- ServerGroups priority order
- Accounting
Group bool - Accounting configurations parameters - Default value:
false
- Accounting
Group stringVariable - Variable name
- Accounting
Rules List<SystemAaa Profile Parcel Accounting Rule> - Configure the accounting rules
- Authentication
Group bool - Authentication configurations parameters - Default value:
false
- Authentication
Group stringVariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- string
- Variable name
- bool
- For enabling console authorization - Default value:
false
- string
- Variable name
- List<System
Aaa Profile Parcel Authorization Rule> - Configure the Authorization Rules
- Description string
- The description of the profile parcel
- Name string
- The name of the profile parcel
- Radius
Groups List<SystemAaa Profile Parcel Radius Group> - Configure the Radius serverGroup
- Tacacs
Groups List<SystemAaa Profile Parcel Tacacs Group> - Configure the TACACS serverGroup
- Users
List<System
Aaa Profile Parcel User> - Create local login account
- Feature
Profile stringId - Feature Profile ID
- []string
- ServerGroups priority order
- Accounting
Group bool - Accounting configurations parameters - Default value:
false
- Accounting
Group stringVariable - Variable name
- Accounting
Rules []SystemAaa Profile Parcel Accounting Rule Args - Configure the accounting rules
- Authentication
Group bool - Authentication configurations parameters - Default value:
false
- Authentication
Group stringVariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- string
- Variable name
- bool
- For enabling console authorization - Default value:
false
- string
- Variable name
- []System
Aaa Profile Parcel Authorization Rule Args - Configure the Authorization Rules
- Description string
- The description of the profile parcel
- Name string
- The name of the profile parcel
- Radius
Groups []SystemAaa Profile Parcel Radius Group Args - Configure the Radius serverGroup
- Tacacs
Groups []SystemAaa Profile Parcel Tacacs Group Args - Configure the TACACS serverGroup
- Users
[]System
Aaa Profile Parcel User Args - Create local login account
- feature
Profile StringId - Feature Profile ID
- List<String>
- ServerGroups priority order
- accounting
Group Boolean - Accounting configurations parameters - Default value:
false
- accounting
Group StringVariable - Variable name
- accounting
Rules List<SystemAaa Profile Parcel Accounting Rule> - Configure the accounting rules
- authentication
Group Boolean - Authentication configurations parameters - Default value:
false
- authentication
Group StringVariable - Variable name
- Boolean
- For configuration mode commands. - Default value:
false
- String
- Variable name
- Boolean
- For enabling console authorization - Default value:
false
- String
- Variable name
- List<System
Aaa Profile Parcel Authorization Rule> - Configure the Authorization Rules
- description String
- The description of the profile parcel
- name String
- The name of the profile parcel
- radius
Groups List<SystemAaa Profile Parcel Radius Group> - Configure the Radius serverGroup
- tacacs
Groups List<SystemAaa Profile Parcel Tacacs Group> - Configure the TACACS serverGroup
- users
List<System
Aaa Profile Parcel User> - Create local login account
- feature
Profile stringId - Feature Profile ID
- string[]
- ServerGroups priority order
- accounting
Group boolean - Accounting configurations parameters - Default value:
false
- accounting
Group stringVariable - Variable name
- accounting
Rules SystemAaa Profile Parcel Accounting Rule[] - Configure the accounting rules
- authentication
Group boolean - Authentication configurations parameters - Default value:
false
- authentication
Group stringVariable - Variable name
- boolean
- For configuration mode commands. - Default value:
false
- string
- Variable name
- boolean
- For enabling console authorization - Default value:
false
- string
- Variable name
- System
Aaa Profile Parcel Authorization Rule[] - Configure the Authorization Rules
- description string
- The description of the profile parcel
- name string
- The name of the profile parcel
- radius
Groups SystemAaa Profile Parcel Radius Group[] - Configure the Radius serverGroup
- tacacs
Groups SystemAaa Profile Parcel Tacacs Group[] - Configure the TACACS serverGroup
- users
System
Aaa Profile Parcel User[] - Create local login account
- feature_
profile_ strid - Feature Profile ID
- server_
auth_ Sequence[str]orders - ServerGroups priority order
- accounting_
group bool - Accounting configurations parameters - Default value:
false
- accounting_
group_ strvariable - Variable name
- accounting_
rules Sequence[SystemAaa Profile Parcel Accounting Rule Args] - Configure the accounting rules
- authentication_
group bool - Authentication configurations parameters - Default value:
false
- authentication_
group_ strvariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- str
- Variable name
- bool
- For enabling console authorization - Default value:
false
- str
- Variable name
- Sequence[System
Aaa Profile Parcel Authorization Rule Args] - Configure the Authorization Rules
- description str
- The description of the profile parcel
- name str
- The name of the profile parcel
- radius_
groups Sequence[SystemAaa Profile Parcel Radius Group Args] - Configure the Radius serverGroup
- tacacs_
groups Sequence[SystemAaa Profile Parcel Tacacs Group Args] - Configure the TACACS serverGroup
- users
Sequence[System
Aaa Profile Parcel User Args] - Create local login account
- feature
Profile StringId - Feature Profile ID
- List<String>
- ServerGroups priority order
- accounting
Group Boolean - Accounting configurations parameters - Default value:
false
- accounting
Group StringVariable - Variable name
- accounting
Rules List<Property Map> - Configure the accounting rules
- authentication
Group Boolean - Authentication configurations parameters - Default value:
false
- authentication
Group StringVariable - Variable name
- Boolean
- For configuration mode commands. - Default value:
false
- String
- Variable name
- Boolean
- For enabling console authorization - Default value:
false
- String
- Variable name
- List<Property Map>
- Configure the Authorization Rules
- description String
- The description of the profile parcel
- name String
- The name of the profile parcel
- radius
Groups List<Property Map> - Configure the Radius serverGroup
- tacacs
Groups List<Property Map> - Configure the TACACS serverGroup
- users List<Property Map>
- Create local login account
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemAaaProfileParcel resource produces the following output properties:
Look up Existing SystemAaaProfileParcel Resource
Get an existing SystemAaaProfileParcel resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystemAaaProfileParcelState, opts?: CustomResourceOptions): SystemAaaProfileParcel
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accounting_group: Optional[bool] = None,
accounting_group_variable: Optional[str] = None,
accounting_rules: Optional[Sequence[SystemAaaProfileParcelAccountingRuleArgs]] = None,
authentication_group: Optional[bool] = None,
authentication_group_variable: Optional[str] = None,
authorization_config_commands: Optional[bool] = None,
authorization_config_commands_variable: Optional[str] = None,
authorization_console: Optional[bool] = None,
authorization_console_variable: Optional[str] = None,
authorization_rules: Optional[Sequence[SystemAaaProfileParcelAuthorizationRuleArgs]] = None,
description: Optional[str] = None,
feature_profile_id: Optional[str] = None,
name: Optional[str] = None,
radius_groups: Optional[Sequence[SystemAaaProfileParcelRadiusGroupArgs]] = None,
server_auth_orders: Optional[Sequence[str]] = None,
tacacs_groups: Optional[Sequence[SystemAaaProfileParcelTacacsGroupArgs]] = None,
users: Optional[Sequence[SystemAaaProfileParcelUserArgs]] = None,
version: Optional[int] = None) -> SystemAaaProfileParcel
func GetSystemAaaProfileParcel(ctx *Context, name string, id IDInput, state *SystemAaaProfileParcelState, opts ...ResourceOption) (*SystemAaaProfileParcel, error)
public static SystemAaaProfileParcel Get(string name, Input<string> id, SystemAaaProfileParcelState? state, CustomResourceOptions? opts = null)
public static SystemAaaProfileParcel get(String name, Output<String> id, SystemAaaProfileParcelState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Accounting
Group bool - Accounting configurations parameters - Default value:
false
- Accounting
Group stringVariable - Variable name
- Accounting
Rules List<SystemAaa Profile Parcel Accounting Rule> - Configure the accounting rules
- Authentication
Group bool - Authentication configurations parameters - Default value:
false
- Authentication
Group stringVariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- string
- Variable name
- bool
- For enabling console authorization - Default value:
false
- string
- Variable name
- List<System
Aaa Profile Parcel Authorization Rule> - Configure the Authorization Rules
- Description string
- The description of the profile parcel
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the profile parcel
- Radius
Groups List<SystemAaa Profile Parcel Radius Group> - Configure the Radius serverGroup
- List<string>
- ServerGroups priority order
- Tacacs
Groups List<SystemAaa Profile Parcel Tacacs Group> - Configure the TACACS serverGroup
- Users
List<System
Aaa Profile Parcel User> - Create local login account
- Version int
- The version of the profile parcel
- Accounting
Group bool - Accounting configurations parameters - Default value:
false
- Accounting
Group stringVariable - Variable name
- Accounting
Rules []SystemAaa Profile Parcel Accounting Rule Args - Configure the accounting rules
- Authentication
Group bool - Authentication configurations parameters - Default value:
false
- Authentication
Group stringVariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- string
- Variable name
- bool
- For enabling console authorization - Default value:
false
- string
- Variable name
- []System
Aaa Profile Parcel Authorization Rule Args - Configure the Authorization Rules
- Description string
- The description of the profile parcel
- Feature
Profile stringId - Feature Profile ID
- Name string
- The name of the profile parcel
- Radius
Groups []SystemAaa Profile Parcel Radius Group Args - Configure the Radius serverGroup
- []string
- ServerGroups priority order
- Tacacs
Groups []SystemAaa Profile Parcel Tacacs Group Args - Configure the TACACS serverGroup
- Users
[]System
Aaa Profile Parcel User Args - Create local login account
- Version int
- The version of the profile parcel
- accounting
Group Boolean - Accounting configurations parameters - Default value:
false
- accounting
Group StringVariable - Variable name
- accounting
Rules List<SystemAaa Profile Parcel Accounting Rule> - Configure the accounting rules
- authentication
Group Boolean - Authentication configurations parameters - Default value:
false
- authentication
Group StringVariable - Variable name
- Boolean
- For configuration mode commands. - Default value:
false
- String
- Variable name
- Boolean
- For enabling console authorization - Default value:
false
- String
- Variable name
- List<System
Aaa Profile Parcel Authorization Rule> - Configure the Authorization Rules
- description String
- The description of the profile parcel
- feature
Profile StringId - Feature Profile ID
- name String
- The name of the profile parcel
- radius
Groups List<SystemAaa Profile Parcel Radius Group> - Configure the Radius serverGroup
- List<String>
- ServerGroups priority order
- tacacs
Groups List<SystemAaa Profile Parcel Tacacs Group> - Configure the TACACS serverGroup
- users
List<System
Aaa Profile Parcel User> - Create local login account
- version Integer
- The version of the profile parcel
- accounting
Group boolean - Accounting configurations parameters - Default value:
false
- accounting
Group stringVariable - Variable name
- accounting
Rules SystemAaa Profile Parcel Accounting Rule[] - Configure the accounting rules
- authentication
Group boolean - Authentication configurations parameters - Default value:
false
- authentication
Group stringVariable - Variable name
- boolean
- For configuration mode commands. - Default value:
false
- string
- Variable name
- boolean
- For enabling console authorization - Default value:
false
- string
- Variable name
- System
Aaa Profile Parcel Authorization Rule[] - Configure the Authorization Rules
- description string
- The description of the profile parcel
- feature
Profile stringId - Feature Profile ID
- name string
- The name of the profile parcel
- radius
Groups SystemAaa Profile Parcel Radius Group[] - Configure the Radius serverGroup
- string[]
- ServerGroups priority order
- tacacs
Groups SystemAaa Profile Parcel Tacacs Group[] - Configure the TACACS serverGroup
- users
System
Aaa Profile Parcel User[] - Create local login account
- version number
- The version of the profile parcel
- accounting_
group bool - Accounting configurations parameters - Default value:
false
- accounting_
group_ strvariable - Variable name
- accounting_
rules Sequence[SystemAaa Profile Parcel Accounting Rule Args] - Configure the accounting rules
- authentication_
group bool - Authentication configurations parameters - Default value:
false
- authentication_
group_ strvariable - Variable name
- bool
- For configuration mode commands. - Default value:
false
- str
- Variable name
- bool
- For enabling console authorization - Default value:
false
- str
- Variable name
- Sequence[System
Aaa Profile Parcel Authorization Rule Args] - Configure the Authorization Rules
- description str
- The description of the profile parcel
- feature_
profile_ strid - Feature Profile ID
- name str
- The name of the profile parcel
- radius_
groups Sequence[SystemAaa Profile Parcel Radius Group Args] - Configure the Radius serverGroup
- server_
auth_ Sequence[str]orders - ServerGroups priority order
- tacacs_
groups Sequence[SystemAaa Profile Parcel Tacacs Group Args] - Configure the TACACS serverGroup
- users
Sequence[System
Aaa Profile Parcel User Args] - Create local login account
- version int
- The version of the profile parcel
- accounting
Group Boolean - Accounting configurations parameters - Default value:
false
- accounting
Group StringVariable - Variable name
- accounting
Rules List<Property Map> - Configure the accounting rules
- authentication
Group Boolean - Authentication configurations parameters - Default value:
false
- authentication
Group StringVariable - Variable name
- Boolean
- For configuration mode commands. - Default value:
false
- String
- Variable name
- Boolean
- For enabling console authorization - Default value:
false
- String
- Variable name
- List<Property Map>
- Configure the Authorization Rules
- description String
- The description of the profile parcel
- feature
Profile StringId - Feature Profile ID
- 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
SystemAaaProfileParcelAccountingRule, SystemAaaProfileParcelAccountingRuleArgs
- Groups List<string>
- Use Server-group
- Level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- Method string
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- Rule
Id string - Configure Accounting Rule ID
- Start
Stop bool - Record start and stop without waiting
- Default value:
true
- Default value:
- Start
Stop stringVariable - Variable name
- Groups []string
- Use Server-group
- Level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- Method string
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- Rule
Id string - Configure Accounting Rule ID
- Start
Stop bool - Record start and stop without waiting
- Default value:
true
- Default value:
- Start
Stop stringVariable - Variable name
- groups List<String>
- Use Server-group
- level String
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method String
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- rule
Id String - Configure Accounting Rule ID
- start
Stop Boolean - Record start and stop without waiting
- Default value:
true
- Default value:
- start
Stop StringVariable - Variable name
- groups string[]
- Use Server-group
- level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method string
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- rule
Id string - Configure Accounting Rule ID
- start
Stop boolean - Record start and stop without waiting
- Default value:
true
- Default value:
- start
Stop stringVariable - Variable name
- groups Sequence[str]
- Use Server-group
- level str
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method str
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- rule_
id str - Configure Accounting Rule ID
- start_
stop bool - Record start and stop without waiting
- Default value:
true
- Default value:
- start_
stop_ strvariable - Variable name
- groups List<String>
- Use Server-group
- level String
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method String
- Configure Accounting Method
- Choices:
commands
,exec
,network
,system
- Choices:
- rule
Id String - Configure Accounting Rule ID
- start
Stop Boolean - Record start and stop without waiting
- Default value:
true
- Default value:
- start
Stop StringVariable - Variable name
SystemAaaProfileParcelAuthorizationRule, SystemAaaProfileParcelAuthorizationRuleArgs
- Groups List<string>
- Use Server-group
- If
Authenticated bool - Succeed if user has authenticated
- Default value:
false
- Default value:
- Level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- Method string
- Method
- Choices:
commands
- Choices:
- Rule
Id string - Configure Authorization Rule ID
- Groups []string
- Use Server-group
- If
Authenticated bool - Succeed if user has authenticated
- Default value:
false
- Default value:
- Level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- Method string
- Method
- Choices:
commands
- Choices:
- Rule
Id string - Configure Authorization Rule ID
- groups List<String>
- Use Server-group
- if
Authenticated Boolean - Succeed if user has authenticated
- Default value:
false
- Default value:
- level String
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method String
- Method
- Choices:
commands
- Choices:
- rule
Id String - Configure Authorization Rule ID
- groups string[]
- Use Server-group
- if
Authenticated boolean - Succeed if user has authenticated
- Default value:
false
- Default value:
- level string
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method string
- Method
- Choices:
commands
- Choices:
- rule
Id string - Configure Authorization Rule ID
- groups Sequence[str]
- Use Server-group
- if_
authenticated bool - Succeed if user has authenticated
- Default value:
false
- Default value:
- level str
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method str
- Method
- Choices:
commands
- Choices:
- rule_
id str - Configure Authorization Rule ID
- groups List<String>
- Use Server-group
- if
Authenticated Boolean - Succeed if user has authenticated
- Default value:
false
- Default value:
- level String
- Privilege level when method is commands
- Choices:
1
,15
- Choices:
- method String
- Method
- Choices:
commands
- Choices:
- rule
Id String - Configure Authorization Rule ID
SystemAaaProfileParcelRadiusGroup, SystemAaaProfileParcelRadiusGroupArgs
- Group
Name string - Set Radius server Group Name
- Servers
List<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
- Range:
0
-65530
- Default value:
0
- Range:
- Group
Name string - Set Radius server Group Name
- Servers
[]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
- Range:
0
-65530
- Default value:
0
- Range:
- group
Name String - Set Radius server Group Name
- servers
List<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
- Range:
0
-65530
- Default value:
0
- Range:
- group
Name string - Set Radius server Group Name
- servers
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
- Range:
0
-65530
- Default value:
0
- Range:
- group_
name str - Set Radius server Group Name
- servers
Sequence[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
- Range:
0
-65530
- Default value:
0
- Range:
- 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
- Range:
0
-65530
- Default value:
0
- Range:
SystemAaaProfileParcelRadiusGroupServer, SystemAaaProfileParcelRadiusGroupServerArgs
- Acct
Port int - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- Key
Type string - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- Key
Type stringVariable - Variable name
- Retransmit int
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- Timeout
Variable string - Variable name
- Acct
Port int - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- Key
Type string - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- Key
Type stringVariable - Variable name
- Retransmit int
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- Timeout
Variable string - Variable name
- acct
Port Integer - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- key
Type String - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- key
Type StringVariable - Variable name
- retransmit Integer
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- timeout
Variable String - Variable name
- acct
Port number - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- key
Type string - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- key
Type stringVariable - Variable name
- retransmit number
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- timeout
Variable string - Variable name
- acct_
port int - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- key_
type str - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- key_
type_ strvariable - Variable name
- retransmit int
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- timeout_
variable str - Variable name
- acct
Port Number - Set Accounting port to use to connect to Radius server
- Range:
1
-65534
- Default value:
1813
- Range:
- 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
- Range:
1
-65534
- Default value:
1812
- Range:
- 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
- Choices:
6
,7
- Choices:
- key
Type String - key type
- Choices:
key
,pac
- Default value:
key
- Choices:
- key
Type StringVariable - Variable name
- retransmit Number
- Configure how many times to contact this Radius server
- Range:
1
-100
- Default value:
3
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- timeout
Variable String - Variable name
SystemAaaProfileParcelTacacsGroup, SystemAaaProfileParcelTacacsGroupArgs
- Group
Name string - Set TACACS server Group Name
- Servers
List<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
- Range:
0
-65530
- Default value:
0
- Range:
- Group
Name string - Set TACACS server Group Name
- Servers
[]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
- Range:
0
-65530
- Default value:
0
- Range:
- group
Name String - Set TACACS server Group Name
- servers
List<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
- Range:
0
-65530
- Default value:
0
- Range:
- group
Name string - Set TACACS server Group Name
- servers
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
- Range:
0
-65530
- Default value:
0
- Range:
- group_
name str - Set TACACS server Group Name
- servers
Sequence[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
- Range:
0
-65530
- Default value:
0
- Range:
- 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
- Range:
0
-65530
- Default value:
0
- Range:
SystemAaaProfileParcelTacacsGroupServer, SystemAaaProfileParcelTacacsGroupServerArgs
- 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
- Choices:
6
,7
- Choices:
- Port int
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- 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
- Choices:
6
,7
- Choices:
- Port int
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- 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
- Choices:
6
,7
- Choices:
- port Integer
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- 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
- Choices:
6
,7
- Choices:
- port number
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- 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
- Choices:
6
,7
- Choices:
- port int
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- 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
- Choices:
6
,7
- Choices:
- port Number
- TACACS Port
- Range:
1
-65535
- Default value:
49
- Range:
- 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
- Range:
1
-1000
- Default value:
5
- Range:
- timeout
Variable String - Variable name
SystemAaaProfileParcelUser, SystemAaaProfileParcelUserArgs
- 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
- Choices:
1
,15
- Default value:
15
- Choices:
- Privilege
Variable string - Variable name
- Public
Keys List<SystemAaa 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
- Choices:
1
,15
- Default value:
15
- Choices:
- Privilege
Variable string - Variable name
- Public
Keys []SystemAaa 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
- Choices:
1
,15
- Default value:
15
- Choices:
- privilege
Variable String - Variable name
- public
Keys List<SystemAaa 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
- Choices:
1
,15
- Default value:
15
- Choices:
- privilege
Variable string - Variable name
- public
Keys SystemAaa 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
- Choices:
1
,15
- Default value:
15
- Choices:
- privilege_
variable str - Variable name
- public_
keys Sequence[SystemAaa 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
- Choices:
1
,15
- Default value:
15
- Choices:
- privilege
Variable String - Variable name
- public
Keys List<Property Map> - List of RSA public-keys per user
SystemAaaProfileParcelUserPublicKey, SystemAaaProfileParcelUserPublicKeyArgs
- 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
Import
$ pulumi import sdwan:index/systemAaaProfileParcel:SystemAaaProfileParcel example "f6b2c44c-693c-4763-b010-895aa3d236bd"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.