1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectSwitchcontrollerSecuritypolicy8021x
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectSwitchcontrollerSecuritypolicy8021x

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    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 is adom, otherwise the value of adom in the provider will be inherited.
    AuthFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    AuthFailVlanId string
    VLAN ID on which authentication failed.
    AuthFailVlanid double
    VLAN ID on which authentication failed.
    AuthserverTimeoutPeriod double
    Authentication server timeout period (3 - 15 sec, default = 3).
    AuthserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    AuthserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    EapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    EapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    FramevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    GuestAuthDelay double
    Guest authentication delay (1 - 900 sec, default = 30).
    GuestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    GuestVlanId string
    Guest VLAN name.
    GuestVlanid double
    Guest VLAN ID.
    MacAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    Name string
    Policy name.
    ObjectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    OpenAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    PolicyType string
    Policy type. Valid values: 802.1X.
    RadiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecurityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    UserGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    AuthFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    AuthFailVlanId string
    VLAN ID on which authentication failed.
    AuthFailVlanid float64
    VLAN ID on which authentication failed.
    AuthserverTimeoutPeriod float64
    Authentication server timeout period (3 - 15 sec, default = 3).
    AuthserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    AuthserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    EapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    EapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    FramevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    GuestAuthDelay float64
    Guest authentication delay (1 - 900 sec, default = 30).
    GuestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    GuestVlanId string
    Guest VLAN name.
    GuestVlanid float64
    Guest VLAN ID.
    MacAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    Name string
    Policy name.
    ObjectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    OpenAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    PolicyType string
    Policy type. Valid values: 802.1X.
    RadiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecurityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    UserGroups []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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan String
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId String
    VLAN ID on which authentication failed.
    authFailVlanid Double
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod Double
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan String
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid String
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans String
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru String
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply String
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay Double
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan String
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId String
    Guest VLAN name.
    guestVlanid Double
    Guest VLAN ID.
    macAuthBypass String
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name String
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId String
    an identifier for the resource with format {{name}}.
    openAuth String
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType String
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode String
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId string
    VLAN ID on which authentication failed.
    authFailVlanid number
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod number
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay number
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId string
    Guest VLAN name.
    guestVlanid number
    Guest VLAN ID.
    macAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name string
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    openAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType string
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    auth_fail_vlan str
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    auth_fail_vlan_id str
    VLAN ID on which authentication failed.
    auth_fail_vlanid float
    VLAN ID on which authentication failed.
    authserver_timeout_period float
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserver_timeout_vlan str
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserver_timeout_vlanid str
    Authentication server timeout VLAN name.
    eap_auto_untagged_vlans str
    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_delay float
    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_id str
    Guest VLAN name.
    guest_vlanid float
    Guest VLAN ID.
    mac_auth_bypass str
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name str
    Policy name.
    object_switchcontroller_securitypolicy8021x_id str
    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_overwrite str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan String
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId String
    VLAN ID on which authentication failed.
    authFailVlanid Number
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod Number
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan String
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid String
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans String
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru String
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply String
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay Number
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan String
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId String
    Guest VLAN name.
    guestVlanid Number
    Guest VLAN ID.
    macAuthBypass String
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name String
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId String
    an identifier for the resource with format {{name}}.
    openAuth String
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType String
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode String
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    AuthFailVlanId string
    VLAN ID on which authentication failed.
    AuthFailVlanid double
    VLAN ID on which authentication failed.
    AuthserverTimeoutPeriod double
    Authentication server timeout period (3 - 15 sec, default = 3).
    AuthserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    AuthserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    EapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    EapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    FramevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    GuestAuthDelay double
    Guest authentication delay (1 - 900 sec, default = 30).
    GuestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    GuestVlanId string
    Guest VLAN name.
    GuestVlanid double
    Guest VLAN ID.
    MacAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    Name string
    Policy name.
    ObjectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    OpenAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    PolicyType string
    Policy type. Valid values: 802.1X.
    RadiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecurityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    UserGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    AuthFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    AuthFailVlanId string
    VLAN ID on which authentication failed.
    AuthFailVlanid float64
    VLAN ID on which authentication failed.
    AuthserverTimeoutPeriod float64
    Authentication server timeout period (3 - 15 sec, default = 3).
    AuthserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    AuthserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    EapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    EapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    FramevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    GuestAuthDelay float64
    Guest authentication delay (1 - 900 sec, default = 30).
    GuestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    GuestVlanId string
    Guest VLAN name.
    GuestVlanid float64
    Guest VLAN ID.
    MacAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    Name string
    Policy name.
    ObjectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    OpenAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    PolicyType string
    Policy type. Valid values: 802.1X.
    RadiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SecurityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    UserGroups []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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan String
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId String
    VLAN ID on which authentication failed.
    authFailVlanid Double
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod Double
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan String
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid String
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans String
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru String
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply String
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay Double
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan String
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId String
    Guest VLAN name.
    guestVlanid Double
    Guest VLAN ID.
    macAuthBypass String
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name String
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId String
    an identifier for the resource with format {{name}}.
    openAuth String
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType String
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode String
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan string
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId string
    VLAN ID on which authentication failed.
    authFailVlanid number
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod number
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan string
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid string
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans string
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru string
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply string
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay number
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan string
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId string
    Guest VLAN name.
    guestVlanid number
    Guest VLAN ID.
    macAuthBypass string
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name string
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId string
    an identifier for the resource with format {{name}}.
    openAuth string
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType string
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite string
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode string
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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 is adom, otherwise the value of adom in the provider will be inherited.
    auth_fail_vlan str
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    auth_fail_vlan_id str
    VLAN ID on which authentication failed.
    auth_fail_vlanid float
    VLAN ID on which authentication failed.
    authserver_timeout_period float
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserver_timeout_vlan str
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserver_timeout_vlanid str
    Authentication server timeout VLAN name.
    eap_auto_untagged_vlans str
    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_delay float
    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_id str
    Guest VLAN name.
    guest_vlanid float
    Guest VLAN ID.
    mac_auth_bypass str
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name str
    Policy name.
    object_switchcontroller_securitypolicy8021x_id str
    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_overwrite str
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    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 is adom, otherwise the value of adom in the provider will be inherited.
    authFailVlan String
    Enable to allow limited access to clients that cannot authenticate. Valid values: disable, enable.
    authFailVlanId String
    VLAN ID on which authentication failed.
    authFailVlanid Number
    VLAN ID on which authentication failed.
    authserverTimeoutPeriod Number
    Authentication server timeout period (3 - 15 sec, default = 3).
    authserverTimeoutVlan String
    Enable/disable the authentication server timeout VLAN to allow limited access when RADIUS is unavailable. Valid values: disable, enable.
    authserverTimeoutVlanid String
    Authentication server timeout VLAN name.
    eapAutoUntaggedVlans String
    Enable/disable automatic inclusion of untagged VLANs. Valid values: disable, enable.
    eapPassthru String
    Enable/disable EAP pass-through mode, allowing protocols (such as LLDP) to pass through ports for more flexible authentication. Valid values: disable, enable.
    framevidApply String
    Enable/disable the capability to apply the EAP/MAB frame VLAN to the port native VLAN. Valid values: disable, enable.
    guestAuthDelay Number
    Guest authentication delay (1 - 900 sec, default = 30).
    guestVlan String
    Enable the guest VLAN feature to allow limited access to non-802.1X-compliant clients. Valid values: disable, enable.
    guestVlanId String
    Guest VLAN name.
    guestVlanid Number
    Guest VLAN ID.
    macAuthBypass String
    Enable/disable MAB for this policy. Valid values: disable, enable.
    name String
    Policy name.
    objectSwitchcontrollerSecuritypolicy8021xId String
    an identifier for the resource with format {{name}}.
    openAuth String
    Enable/disable open authentication for this policy. Valid values: disable, enable.
    policyType String
    Policy type. Valid values: 802.1X.
    radiusTimeoutOverwrite String
    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. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    securityMode String
    Port or MAC based 802.1X security mode. Valid values: 802.1X, 802.1X-mac-based.
    userGroups 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev