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

fortimanager.ObjectFspVlanDhcpserverOptions

Explore with Pulumi AI

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

    DHCP options.

    This resource is a sub resource for variable options of resource fortimanager.ObjectFspVlanDhcpserver. Conflict and overwrite may occur if use both of them.

    Create ObjectFspVlanDhcpserverOptions Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectFspVlanDhcpserverOptions(name: string, args: ObjectFspVlanDhcpserverOptionsArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectFspVlanDhcpserverOptions(resource_name: str,
                                       args: ObjectFspVlanDhcpserverOptionsArgs,
                                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectFspVlanDhcpserverOptions(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       vlan: Optional[str] = None,
                                       type: Optional[str] = None,
                                       fosid: Optional[float] = None,
                                       ips: Optional[Sequence[str]] = None,
                                       object_fsp_vlan_dhcpserver_options_id: Optional[str] = None,
                                       scopetype: Optional[str] = None,
                                       adom: Optional[str] = None,
                                       uci_match: Optional[str] = None,
                                       uci_strings: Optional[Sequence[str]] = None,
                                       value: Optional[str] = None,
                                       vci_match: Optional[str] = None,
                                       vci_strings: Optional[Sequence[str]] = None,
                                       code: Optional[float] = None)
    func NewObjectFspVlanDhcpserverOptions(ctx *Context, name string, args ObjectFspVlanDhcpserverOptionsArgs, opts ...ResourceOption) (*ObjectFspVlanDhcpserverOptions, error)
    public ObjectFspVlanDhcpserverOptions(string name, ObjectFspVlanDhcpserverOptionsArgs args, CustomResourceOptions? opts = null)
    public ObjectFspVlanDhcpserverOptions(String name, ObjectFspVlanDhcpserverOptionsArgs args)
    public ObjectFspVlanDhcpserverOptions(String name, ObjectFspVlanDhcpserverOptionsArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectFspVlanDhcpserverOptions
    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 ObjectFspVlanDhcpserverOptionsArgs
    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 ObjectFspVlanDhcpserverOptionsArgs
    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 ObjectFspVlanDhcpserverOptionsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectFspVlanDhcpserverOptionsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectFspVlanDhcpserverOptionsArgs
    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 objectFspVlanDhcpserverOptionsResource = new Fortimanager.ObjectFspVlanDhcpserverOptions("objectFspVlanDhcpserverOptionsResource", new()
    {
        Vlan = "string",
        Type = "string",
        Fosid = 0,
        Ips = new[]
        {
            "string",
        },
        ObjectFspVlanDhcpserverOptionsId = "string",
        Scopetype = "string",
        Adom = "string",
        UciMatch = "string",
        UciStrings = new[]
        {
            "string",
        },
        Value = "string",
        VciMatch = "string",
        VciStrings = new[]
        {
            "string",
        },
        Code = 0,
    });
    
    example, err := fortimanager.NewObjectFspVlanDhcpserverOptions(ctx, "objectFspVlanDhcpserverOptionsResource", &fortimanager.ObjectFspVlanDhcpserverOptionsArgs{
    Vlan: pulumi.String("string"),
    Type: pulumi.String("string"),
    Fosid: pulumi.Float64(0),
    Ips: pulumi.StringArray{
    pulumi.String("string"),
    },
    ObjectFspVlanDhcpserverOptionsId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Adom: pulumi.String("string"),
    UciMatch: pulumi.String("string"),
    UciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Value: pulumi.String("string"),
    VciMatch: pulumi.String("string"),
    VciStrings: pulumi.StringArray{
    pulumi.String("string"),
    },
    Code: pulumi.Float64(0),
    })
    
    var objectFspVlanDhcpserverOptionsResource = new ObjectFspVlanDhcpserverOptions("objectFspVlanDhcpserverOptionsResource", ObjectFspVlanDhcpserverOptionsArgs.builder()
        .vlan("string")
        .type("string")
        .fosid(0)
        .ips("string")
        .objectFspVlanDhcpserverOptionsId("string")
        .scopetype("string")
        .adom("string")
        .uciMatch("string")
        .uciStrings("string")
        .value("string")
        .vciMatch("string")
        .vciStrings("string")
        .code(0)
        .build());
    
    object_fsp_vlan_dhcpserver_options_resource = fortimanager.ObjectFspVlanDhcpserverOptions("objectFspVlanDhcpserverOptionsResource",
        vlan="string",
        type="string",
        fosid=0,
        ips=["string"],
        object_fsp_vlan_dhcpserver_options_id="string",
        scopetype="string",
        adom="string",
        uci_match="string",
        uci_strings=["string"],
        value="string",
        vci_match="string",
        vci_strings=["string"],
        code=0)
    
    const objectFspVlanDhcpserverOptionsResource = new fortimanager.ObjectFspVlanDhcpserverOptions("objectFspVlanDhcpserverOptionsResource", {
        vlan: "string",
        type: "string",
        fosid: 0,
        ips: ["string"],
        objectFspVlanDhcpserverOptionsId: "string",
        scopetype: "string",
        adom: "string",
        uciMatch: "string",
        uciStrings: ["string"],
        value: "string",
        vciMatch: "string",
        vciStrings: ["string"],
        code: 0,
    });
    
    type: fortimanager:ObjectFspVlanDhcpserverOptions
    properties:
        adom: string
        code: 0
        fosid: 0
        ips:
            - string
        objectFspVlanDhcpserverOptionsId: string
        scopetype: string
        type: string
        uciMatch: string
        uciStrings:
            - string
        value: string
        vciMatch: string
        vciStrings:
            - string
        vlan: string
    

    ObjectFspVlanDhcpserverOptions 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 ObjectFspVlanDhcpserverOptions resource accepts the following input properties:

    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code double
    DHCP option code.
    Fosid double
    ID.
    Ips List<string>
    DHCP option IPs.
    ObjectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code float64
    DHCP option code.
    Fosid float64
    ID.
    Ips []string
    DHCP option IPs.
    ObjectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Double
    DHCP option code.
    fosid Double
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    vlan string
    Vlan.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code number
    DHCP option code.
    fosid number
    ID.
    ips string[]
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    vlan str
    Vlan.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code float
    DHCP option code.
    fosid float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    object_fsp_vlan_dhcpserver_options_id str
    an identifier for the resource with format {{fosid}}.
    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.
    type str
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Number
    DHCP option code.
    fosid Number
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectFspVlanDhcpserverOptions 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 ObjectFspVlanDhcpserverOptions Resource

    Get an existing ObjectFspVlanDhcpserverOptions 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?: ObjectFspVlanDhcpserverOptionsState, opts?: CustomResourceOptions): ObjectFspVlanDhcpserverOptions
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            code: Optional[float] = None,
            fosid: Optional[float] = None,
            ips: Optional[Sequence[str]] = None,
            object_fsp_vlan_dhcpserver_options_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            type: Optional[str] = None,
            uci_match: Optional[str] = None,
            uci_strings: Optional[Sequence[str]] = None,
            value: Optional[str] = None,
            vci_match: Optional[str] = None,
            vci_strings: Optional[Sequence[str]] = None,
            vlan: Optional[str] = None) -> ObjectFspVlanDhcpserverOptions
    func GetObjectFspVlanDhcpserverOptions(ctx *Context, name string, id IDInput, state *ObjectFspVlanDhcpserverOptionsState, opts ...ResourceOption) (*ObjectFspVlanDhcpserverOptions, error)
    public static ObjectFspVlanDhcpserverOptions Get(string name, Input<string> id, ObjectFspVlanDhcpserverOptionsState? state, CustomResourceOptions? opts = null)
    public static ObjectFspVlanDhcpserverOptions get(String name, Output<String> id, ObjectFspVlanDhcpserverOptionsState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectFspVlanDhcpserverOptions    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.
    Code double
    DHCP option code.
    Fosid double
    ID.
    Ips List<string>
    DHCP option IPs.
    ObjectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings List<string>
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings List<string>
    One or more VCI strings in quotes separated by spaces.
    Vlan string
    Vlan.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Code float64
    DHCP option code.
    Fosid float64
    ID.
    Ips []string
    DHCP option IPs.
    ObjectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    Type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    UciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    UciStrings []string
    One or more UCI strings in quotes separated by spaces.
    Value string
    DHCP option value.
    VciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    VciStrings []string
    One or more VCI strings in quotes separated by spaces.
    Vlan string
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Double
    DHCP option code.
    fosid Double
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code number
    DHCP option code.
    fosid number
    ID.
    ips string[]
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId string
    an identifier for the resource with format {{fosid}}.
    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.
    type string
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch string
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings string[]
    One or more UCI strings in quotes separated by spaces.
    value string
    DHCP option value.
    vciMatch string
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings string[]
    One or more VCI strings in quotes separated by spaces.
    vlan string
    Vlan.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code float
    DHCP option code.
    fosid float
    ID.
    ips Sequence[str]
    DHCP option IPs.
    object_fsp_vlan_dhcpserver_options_id str
    an identifier for the resource with format {{fosid}}.
    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.
    type str
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uci_match str
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uci_strings Sequence[str]
    One or more UCI strings in quotes separated by spaces.
    value str
    DHCP option value.
    vci_match str
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vci_strings Sequence[str]
    One or more VCI strings in quotes separated by spaces.
    vlan str
    Vlan.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    code Number
    DHCP option code.
    fosid Number
    ID.
    ips List<String>
    DHCP option IPs.
    objectFspVlanDhcpserverOptionsId String
    an identifier for the resource with format {{fosid}}.
    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.
    type String
    DHCP option type. Valid values: hex, string, ip, fqdn.
    uciMatch String
    Enable/disable user class identifier (UCI) matching. When enabled only DHCP requests with a matching UCI are served with this option. Valid values: disable, enable.
    uciStrings List<String>
    One or more UCI strings in quotes separated by spaces.
    value String
    DHCP option value.
    vciMatch String
    Enable/disable vendor class identifier (VCI) matching. When enabled only DHCP requests with a matching VCI are served with this option. Valid values: disable, enable.
    vciStrings List<String>
    One or more VCI strings in quotes separated by spaces.
    vlan String
    Vlan.

    Import

    ObjectFsp VlanDhcpServerOptions can be imported using any of these accepted formats:

    Set import_options = [“vlan=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectFspVlanDhcpserverOptions:ObjectFspVlanDhcpserverOptions labelname {{fosid}}
    

    $ 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