fortimanager.ObjectSwitchcontrollerSecuritypolicy8021x
Explore with Pulumi AI
Configure 802.1x MAC Authentication Bypass (MAB) policies.
Create ObjectSwitchcontrollerSecuritypolicy8021x Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSwitchcontrollerSecuritypolicy8021x(name: string, args?: ObjectSwitchcontrollerSecuritypolicy8021xArgs, opts?: CustomResourceOptions);
@overload
def ObjectSwitchcontrollerSecuritypolicy8021x(resource_name: str,
args: Optional[ObjectSwitchcontrollerSecuritypolicy8021xArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSwitchcontrollerSecuritypolicy8021x(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_fail_vlan: Optional[str] = None,
auth_fail_vlan_id: Optional[str] = None,
auth_fail_vlanid: Optional[float] = None,
authserver_timeout_period: Optional[float] = None,
authserver_timeout_vlan: Optional[str] = None,
authserver_timeout_vlanid: Optional[str] = None,
eap_auto_untagged_vlans: Optional[str] = None,
eap_passthru: Optional[str] = None,
framevid_apply: Optional[str] = None,
guest_auth_delay: Optional[float] = None,
guest_vlan: Optional[str] = None,
guest_vlan_id: Optional[str] = None,
guest_vlanid: Optional[float] = None,
mac_auth_bypass: Optional[str] = None,
name: Optional[str] = None,
object_switchcontroller_securitypolicy8021x_id: Optional[str] = None,
open_auth: Optional[str] = None,
policy_type: Optional[str] = None,
radius_timeout_overwrite: Optional[str] = None,
scopetype: Optional[str] = None,
security_mode: Optional[str] = None,
user_groups: Optional[Sequence[str]] = None)
func NewObjectSwitchcontrollerSecuritypolicy8021x(ctx *Context, name string, args *ObjectSwitchcontrollerSecuritypolicy8021xArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerSecuritypolicy8021x, error)
public ObjectSwitchcontrollerSecuritypolicy8021x(string name, ObjectSwitchcontrollerSecuritypolicy8021xArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSwitchcontrollerSecuritypolicy8021x(String name, ObjectSwitchcontrollerSecuritypolicy8021xArgs args)
public ObjectSwitchcontrollerSecuritypolicy8021x(String name, ObjectSwitchcontrollerSecuritypolicy8021xArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSwitchcontrollerSecuritypolicy8021x
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 ObjectSwitchcontrollerSecuritypolicy8021xArgs
- 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 ObjectSwitchcontrollerSecuritypolicy8021xArgs
- 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 ObjectSwitchcontrollerSecuritypolicy8021xArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSwitchcontrollerSecuritypolicy8021xArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSwitchcontrollerSecuritypolicy8021xArgs
- 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 objectSwitchcontrollerSecuritypolicy8021xResource = new Fortimanager.ObjectSwitchcontrollerSecuritypolicy8021x("objectSwitchcontrollerSecuritypolicy8021xResource", new()
{
Adom = "string",
AuthFailVlan = "string",
AuthFailVlanId = "string",
AuthFailVlanid = 0,
AuthserverTimeoutPeriod = 0,
AuthserverTimeoutVlan = "string",
AuthserverTimeoutVlanid = "string",
EapAutoUntaggedVlans = "string",
EapPassthru = "string",
FramevidApply = "string",
GuestAuthDelay = 0,
GuestVlan = "string",
GuestVlanId = "string",
GuestVlanid = 0,
MacAuthBypass = "string",
Name = "string",
ObjectSwitchcontrollerSecuritypolicy8021xId = "string",
OpenAuth = "string",
PolicyType = "string",
RadiusTimeoutOverwrite = "string",
Scopetype = "string",
SecurityMode = "string",
UserGroups = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectSwitchcontrollerSecuritypolicy8021x(ctx, "objectSwitchcontrollerSecuritypolicy8021xResource", &fortimanager.ObjectSwitchcontrollerSecuritypolicy8021xArgs{
Adom: pulumi.String("string"),
AuthFailVlan: pulumi.String("string"),
AuthFailVlanId: pulumi.String("string"),
AuthFailVlanid: pulumi.Float64(0),
AuthserverTimeoutPeriod: pulumi.Float64(0),
AuthserverTimeoutVlan: pulumi.String("string"),
AuthserverTimeoutVlanid: pulumi.String("string"),
EapAutoUntaggedVlans: pulumi.String("string"),
EapPassthru: pulumi.String("string"),
FramevidApply: pulumi.String("string"),
GuestAuthDelay: pulumi.Float64(0),
GuestVlan: pulumi.String("string"),
GuestVlanId: pulumi.String("string"),
GuestVlanid: pulumi.Float64(0),
MacAuthBypass: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectSwitchcontrollerSecuritypolicy8021xId: pulumi.String("string"),
OpenAuth: pulumi.String("string"),
PolicyType: pulumi.String("string"),
RadiusTimeoutOverwrite: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SecurityMode: pulumi.String("string"),
UserGroups: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectSwitchcontrollerSecuritypolicy8021xResource = new ObjectSwitchcontrollerSecuritypolicy8021x("objectSwitchcontrollerSecuritypolicy8021xResource", ObjectSwitchcontrollerSecuritypolicy8021xArgs.builder()
.adom("string")
.authFailVlan("string")
.authFailVlanId("string")
.authFailVlanid(0)
.authserverTimeoutPeriod(0)
.authserverTimeoutVlan("string")
.authserverTimeoutVlanid("string")
.eapAutoUntaggedVlans("string")
.eapPassthru("string")
.framevidApply("string")
.guestAuthDelay(0)
.guestVlan("string")
.guestVlanId("string")
.guestVlanid(0)
.macAuthBypass("string")
.name("string")
.objectSwitchcontrollerSecuritypolicy8021xId("string")
.openAuth("string")
.policyType("string")
.radiusTimeoutOverwrite("string")
.scopetype("string")
.securityMode("string")
.userGroups("string")
.build());
object_switchcontroller_securitypolicy8021x_resource = fortimanager.ObjectSwitchcontrollerSecuritypolicy8021x("objectSwitchcontrollerSecuritypolicy8021xResource",
adom="string",
auth_fail_vlan="string",
auth_fail_vlan_id="string",
auth_fail_vlanid=0,
authserver_timeout_period=0,
authserver_timeout_vlan="string",
authserver_timeout_vlanid="string",
eap_auto_untagged_vlans="string",
eap_passthru="string",
framevid_apply="string",
guest_auth_delay=0,
guest_vlan="string",
guest_vlan_id="string",
guest_vlanid=0,
mac_auth_bypass="string",
name="string",
object_switchcontroller_securitypolicy8021x_id="string",
open_auth="string",
policy_type="string",
radius_timeout_overwrite="string",
scopetype="string",
security_mode="string",
user_groups=["string"])
const objectSwitchcontrollerSecuritypolicy8021xResource = new fortimanager.ObjectSwitchcontrollerSecuritypolicy8021x("objectSwitchcontrollerSecuritypolicy8021xResource", {
adom: "string",
authFailVlan: "string",
authFailVlanId: "string",
authFailVlanid: 0,
authserverTimeoutPeriod: 0,
authserverTimeoutVlan: "string",
authserverTimeoutVlanid: "string",
eapAutoUntaggedVlans: "string",
eapPassthru: "string",
framevidApply: "string",
guestAuthDelay: 0,
guestVlan: "string",
guestVlanId: "string",
guestVlanid: 0,
macAuthBypass: "string",
name: "string",
objectSwitchcontrollerSecuritypolicy8021xId: "string",
openAuth: "string",
policyType: "string",
radiusTimeoutOverwrite: "string",
scopetype: "string",
securityMode: "string",
userGroups: ["string"],
});
type: fortimanager:ObjectSwitchcontrollerSecuritypolicy8021x
properties:
adom: string
authFailVlan: string
authFailVlanId: string
authFailVlanid: 0
authserverTimeoutPeriod: 0
authserverTimeoutVlan: string
authserverTimeoutVlanid: string
eapAutoUntaggedVlans: string
eapPassthru: string
framevidApply: string
guestAuthDelay: 0
guestVlan: string
guestVlanId: string
guestVlanid: 0
macAuthBypass: string
name: string
objectSwitchcontrollerSecuritypolicy8021xId: string
openAuth: string
policyType: string
radiusTimeoutOverwrite: string
scopetype: string
securityMode: string
userGroups:
- string
ObjectSwitchcontrollerSecuritypolicy8021x Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ObjectSwitchcontrollerSecuritypolicy8021x resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - Auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- Auth
Fail doubleVlanid - VLAN ID on which authentication failed.
- Authserver
Timeout doublePeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- Authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - Authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- Eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - Eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - Framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - Guest
Auth doubleDelay - Guest authentication delay (1 - 900 sec, default = 30).
- Guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - Guest
Vlan stringId - Guest VLAN name.
- Guest
Vlanid double - Guest VLAN ID.
- Mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - Name string
- Policy name.
- Object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- Open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - Policy
Type string - Policy type. Valid values:
802.1X
. - Radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - User
Groups List<string> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - Auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- Auth
Fail float64Vlanid - VLAN ID on which authentication failed.
- Authserver
Timeout float64Period - Authentication server timeout period (3 - 15 sec, default = 3).
- Authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - Authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- Eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - Eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - Framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - Guest
Auth float64Delay - Guest authentication delay (1 - 900 sec, default = 30).
- Guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - Guest
Vlan stringId - Guest VLAN name.
- Guest
Vlanid float64 - Guest VLAN ID.
- Mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - Name string
- Policy name.
- Object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- Open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - Policy
Type string - Policy type. Valid values:
802.1X
. - Radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - User
Groups []string - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail StringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail StringVlan Id - VLAN ID on which authentication failed.
- auth
Fail DoubleVlanid - VLAN ID on which authentication failed.
- authserver
Timeout DoublePeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout StringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout StringVlanid - Authentication server timeout VLAN name.
- eap
Auto StringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru String - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply String - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth DoubleDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan String - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan StringId - Guest VLAN name.
- guest
Vlanid Double - Guest VLAN ID.
- mac
Auth StringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name String
- Policy name.
- object
Switchcontroller StringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth String - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type String - Policy type. Valid values:
802.1X
. - radius
Timeout StringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode String - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups List<String> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- auth
Fail numberVlanid - VLAN ID on which authentication failed.
- authserver
Timeout numberPeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth numberDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan stringId - Guest VLAN name.
- guest
Vlanid number - Guest VLAN ID.
- mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name string
- Policy name.
- object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type string - Policy type. Valid values:
802.1X
. - radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups string[] - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
fail_ strvlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth_
fail_ strvlan_ id - VLAN ID on which authentication failed.
- auth_
fail_ floatvlanid - VLAN ID on which authentication failed.
- authserver_
timeout_ floatperiod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver_
timeout_ strvlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver_
timeout_ strvlanid - Authentication server timeout VLAN name.
- eap_
auto_ struntagged_ vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap_
passthru str - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid_
apply str - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest_
auth_ floatdelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest_
vlan str - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest_
vlan_ strid - Guest VLAN name.
- guest_
vlanid float - Guest VLAN ID.
- mac_
auth_ strbypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name str
- Policy name.
- object_
switchcontroller_ strsecuritypolicy8021x_ id - an identifier for the resource with format {{name}}.
- open_
auth str - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy_
type str - Policy type. Valid values:
802.1X
. - radius_
timeout_ stroverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security_
mode str - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user_
groups Sequence[str] - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail StringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail StringVlan Id - VLAN ID on which authentication failed.
- auth
Fail NumberVlanid - VLAN ID on which authentication failed.
- authserver
Timeout NumberPeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout StringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout StringVlanid - Authentication server timeout VLAN name.
- eap
Auto StringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru String - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply String - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth NumberDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan String - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan StringId - Guest VLAN name.
- guest
Vlanid Number - Guest VLAN ID.
- mac
Auth StringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name String
- Policy name.
- object
Switchcontroller StringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth String - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type String - Policy type. Valid values:
802.1X
. - radius
Timeout StringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode String - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups List<String> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSwitchcontrollerSecuritypolicy8021x resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectSwitchcontrollerSecuritypolicy8021x Resource
Get an existing ObjectSwitchcontrollerSecuritypolicy8021x 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?: ObjectSwitchcontrollerSecuritypolicy8021xState, opts?: CustomResourceOptions): ObjectSwitchcontrollerSecuritypolicy8021x
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
auth_fail_vlan: Optional[str] = None,
auth_fail_vlan_id: Optional[str] = None,
auth_fail_vlanid: Optional[float] = None,
authserver_timeout_period: Optional[float] = None,
authserver_timeout_vlan: Optional[str] = None,
authserver_timeout_vlanid: Optional[str] = None,
eap_auto_untagged_vlans: Optional[str] = None,
eap_passthru: Optional[str] = None,
framevid_apply: Optional[str] = None,
guest_auth_delay: Optional[float] = None,
guest_vlan: Optional[str] = None,
guest_vlan_id: Optional[str] = None,
guest_vlanid: Optional[float] = None,
mac_auth_bypass: Optional[str] = None,
name: Optional[str] = None,
object_switchcontroller_securitypolicy8021x_id: Optional[str] = None,
open_auth: Optional[str] = None,
policy_type: Optional[str] = None,
radius_timeout_overwrite: Optional[str] = None,
scopetype: Optional[str] = None,
security_mode: Optional[str] = None,
user_groups: Optional[Sequence[str]] = None) -> ObjectSwitchcontrollerSecuritypolicy8021x
func GetObjectSwitchcontrollerSecuritypolicy8021x(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerSecuritypolicy8021xState, opts ...ResourceOption) (*ObjectSwitchcontrollerSecuritypolicy8021x, error)
public static ObjectSwitchcontrollerSecuritypolicy8021x Get(string name, Input<string> id, ObjectSwitchcontrollerSecuritypolicy8021xState? state, CustomResourceOptions? opts = null)
public static ObjectSwitchcontrollerSecuritypolicy8021x get(String name, Output<String> id, ObjectSwitchcontrollerSecuritypolicy8021xState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSwitchcontrollerSecuritypolicy8021x get: id: ${id}
- 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - Auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- Auth
Fail doubleVlanid - VLAN ID on which authentication failed.
- Authserver
Timeout doublePeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- Authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - Authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- Eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - Eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - Framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - Guest
Auth doubleDelay - Guest authentication delay (1 - 900 sec, default = 30).
- Guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - Guest
Vlan stringId - Guest VLAN name.
- Guest
Vlanid double - Guest VLAN ID.
- Mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - Name string
- Policy name.
- Object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- Open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - Policy
Type string - Policy type. Valid values:
802.1X
. - Radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - User
Groups List<string> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - Auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- Auth
Fail float64Vlanid - VLAN ID on which authentication failed.
- Authserver
Timeout float64Period - Authentication server timeout period (3 - 15 sec, default = 3).
- Authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - Authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- Eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - Eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - Framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - Guest
Auth float64Delay - Guest authentication delay (1 - 900 sec, default = 30).
- Guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - Guest
Vlan stringId - Guest VLAN name.
- Guest
Vlanid float64 - Guest VLAN ID.
- Mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - Name string
- Policy name.
- Object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- Open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - Policy
Type string - Policy type. Valid values:
802.1X
. - Radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - User
Groups []string - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail StringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail StringVlan Id - VLAN ID on which authentication failed.
- auth
Fail DoubleVlanid - VLAN ID on which authentication failed.
- authserver
Timeout DoublePeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout StringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout StringVlanid - Authentication server timeout VLAN name.
- eap
Auto StringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru String - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply String - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth DoubleDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan String - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan StringId - Guest VLAN name.
- guest
Vlanid Double - Guest VLAN ID.
- mac
Auth StringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name String
- Policy name.
- object
Switchcontroller StringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth String - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type String - Policy type. Valid values:
802.1X
. - radius
Timeout StringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode String - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups List<String> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail stringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail stringVlan Id - VLAN ID on which authentication failed.
- auth
Fail numberVlanid - VLAN ID on which authentication failed.
- authserver
Timeout numberPeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout stringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout stringVlanid - Authentication server timeout VLAN name.
- eap
Auto stringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru string - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply string - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth numberDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan string - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan stringId - Guest VLAN name.
- guest
Vlanid number - Guest VLAN ID.
- mac
Auth stringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name string
- Policy name.
- object
Switchcontroller stringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth string - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type string - Policy type. Valid values:
802.1X
. - radius
Timeout stringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode string - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups string[] - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
fail_ strvlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth_
fail_ strvlan_ id - VLAN ID on which authentication failed.
- auth_
fail_ floatvlanid - VLAN ID on which authentication failed.
- authserver_
timeout_ floatperiod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver_
timeout_ strvlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver_
timeout_ strvlanid - Authentication server timeout VLAN name.
- eap_
auto_ struntagged_ vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap_
passthru str - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid_
apply str - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest_
auth_ floatdelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest_
vlan str - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest_
vlan_ strid - Guest VLAN name.
- guest_
vlanid float - Guest VLAN ID.
- mac_
auth_ strbypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name str
- Policy name.
- object_
switchcontroller_ strsecuritypolicy8021x_ id - an identifier for the resource with format {{name}}.
- open_
auth str - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy_
type str - Policy type. Valid values:
802.1X
. - radius_
timeout_ stroverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security_
mode str - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user_
groups Sequence[str] - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Fail StringVlan - Enable to allow limited access to clients that cannot authenticate. Valid values:
disable
,enable
. - auth
Fail StringVlan Id - VLAN ID on which authentication failed.
- auth
Fail NumberVlanid - VLAN ID on which authentication failed.
- authserver
Timeout NumberPeriod - Authentication server timeout period (3 - 15 sec, default = 3).
- authserver
Timeout StringVlan - Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values:
disable
,enable
. - authserver
Timeout StringVlanid - Authentication server timeout VLAN name.
- eap
Auto StringUntagged Vlans - Enable/disable automatic inclusion of untagged VLANs. Valid values:
disable
,enable
. - eap
Passthru String - Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values:
disable
,enable
. - framevid
Apply String - Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values:
disable
,enable
. - guest
Auth NumberDelay - Guest authentication delay (1 - 900 sec, default = 30).
- guest
Vlan String - Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values:
disable
,enable
. - guest
Vlan StringId - Guest VLAN name.
- guest
Vlanid Number - Guest VLAN ID.
- mac
Auth StringBypass - Enable/disable MAB for this policy. Valid values:
disable
,enable
. - name String
- Policy name.
- object
Switchcontroller StringSecuritypolicy8021x Id - an identifier for the resource with format {{name}}.
- open
Auth String - Enable/disable open authentication for this policy. Valid values:
disable
,enable
. - policy
Type String - Policy type. Valid values:
802.1X
. - radius
Timeout StringOverwrite - Enable to override the global RADIUS session timeout. Valid values:
disable
,enable
. - scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - security
Mode String - Port or MAC based 802.1X security mode. Valid values:
802.1X
,802.1X-mac-based
. - user
Groups List<String> - Name of user-group to assign to this MAC Authentication Bypass (MAB) policy.
Import
ObjectSwitchController SecurityPolicy8021X can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSwitchcontrollerSecuritypolicy8021x:ObjectSwitchcontrollerSecuritypolicy8021x labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.