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

fortimanager.PackagesAuthenticationSetting

Explore with Pulumi AI

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

    Configure authentication setting.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const labelname = new fortimanager.PackagesAuthenticationSetting("labelname", {
        authHttps: "enable",
        captivePortalPort: 7830,
        captivePortalSslPort: 7831,
        captivePortalType: "fqdn",
        pkg: "default",
    });
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    labelname = fortimanager.PackagesAuthenticationSetting("labelname",
        auth_https="enable",
        captive_portal_port=7830,
        captive_portal_ssl_port=7831,
        captive_portal_type="fqdn",
        pkg="default")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := fortimanager.NewPackagesAuthenticationSetting(ctx, "labelname", &fortimanager.PackagesAuthenticationSettingArgs{
    			AuthHttps:            pulumi.String("enable"),
    			CaptivePortalPort:    pulumi.Float64(7830),
    			CaptivePortalSslPort: pulumi.Float64(7831),
    			CaptivePortalType:    pulumi.String("fqdn"),
    			Pkg:                  pulumi.String("default"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Fortimanager = Pulumi.Fortimanager;
    
    return await Deployment.RunAsync(() => 
    {
        var labelname = new Fortimanager.PackagesAuthenticationSetting("labelname", new()
        {
            AuthHttps = "enable",
            CaptivePortalPort = 7830,
            CaptivePortalSslPort = 7831,
            CaptivePortalType = "fqdn",
            Pkg = "default",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.PackagesAuthenticationSetting;
    import com.pulumi.fortimanager.PackagesAuthenticationSettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var labelname = new PackagesAuthenticationSetting("labelname", PackagesAuthenticationSettingArgs.builder()
                .authHttps("enable")
                .captivePortalPort(7830)
                .captivePortalSslPort(7831)
                .captivePortalType("fqdn")
                .pkg("default")
                .build());
    
        }
    }
    
    resources:
      labelname:
        type: fortimanager:PackagesAuthenticationSetting
        properties:
          authHttps: enable
          captivePortalPort: 7830
          captivePortalSslPort: 7831
          captivePortalType: fqdn
          pkg: default
    

    Create PackagesAuthenticationSetting Resource

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

    Constructor syntax

    new PackagesAuthenticationSetting(name: string, args: PackagesAuthenticationSettingArgs, opts?: CustomResourceOptions);
    @overload
    def PackagesAuthenticationSetting(resource_name: str,
                                      args: PackagesAuthenticationSettingArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def PackagesAuthenticationSetting(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      pkg: Optional[str] = None,
                                      cert_captive_portal_ip: Optional[str] = None,
                                      captive_portal: Optional[str] = None,
                                      cookie_max_age: Optional[float] = None,
                                      cookie_refresh_div: Optional[float] = None,
                                      captive_portal_ip: Optional[str] = None,
                                      captive_portal_ip6: Optional[str] = None,
                                      captive_portal_port: Optional[float] = None,
                                      captive_portal_ssl_port: Optional[float] = None,
                                      captive_portal_type: Optional[str] = None,
                                      cert_auth: Optional[str] = None,
                                      cert_captive_portal: Optional[str] = None,
                                      active_auth_scheme: Optional[str] = None,
                                      user_cert_ca: Optional[str] = None,
                                      auth_https: Optional[str] = None,
                                      captive_portal6: Optional[str] = None,
                                      dev_range: Optional[str] = None,
                                      ip_auth_cookie: Optional[str] = None,
                                      packages_authentication_setting_id: Optional[str] = None,
                                      persistent_cookie: Optional[str] = None,
                                      adom: Optional[str] = None,
                                      pkg_folder_path: Optional[str] = None,
                                      rewrite_https_port: Optional[float] = None,
                                      scopetype: Optional[str] = None,
                                      sso_auth_scheme: Optional[str] = None,
                                      update_time: Optional[str] = None,
                                      cert_captive_portal_port: Optional[float] = None)
    func NewPackagesAuthenticationSetting(ctx *Context, name string, args PackagesAuthenticationSettingArgs, opts ...ResourceOption) (*PackagesAuthenticationSetting, error)
    public PackagesAuthenticationSetting(string name, PackagesAuthenticationSettingArgs args, CustomResourceOptions? opts = null)
    public PackagesAuthenticationSetting(String name, PackagesAuthenticationSettingArgs args)
    public PackagesAuthenticationSetting(String name, PackagesAuthenticationSettingArgs args, CustomResourceOptions options)
    
    type: fortimanager:PackagesAuthenticationSetting
    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 PackagesAuthenticationSettingArgs
    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 PackagesAuthenticationSettingArgs
    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 PackagesAuthenticationSettingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PackagesAuthenticationSettingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PackagesAuthenticationSettingArgs
    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 packagesAuthenticationSettingResource = new Fortimanager.PackagesAuthenticationSetting("packagesAuthenticationSettingResource", new()
    {
        Pkg = "string",
        CertCaptivePortalIp = "string",
        CaptivePortal = "string",
        CookieMaxAge = 0,
        CookieRefreshDiv = 0,
        CaptivePortalIp = "string",
        CaptivePortalIp6 = "string",
        CaptivePortalPort = 0,
        CaptivePortalSslPort = 0,
        CaptivePortalType = "string",
        CertAuth = "string",
        CertCaptivePortal = "string",
        ActiveAuthScheme = "string",
        UserCertCa = "string",
        AuthHttps = "string",
        CaptivePortal6 = "string",
        DevRange = "string",
        IpAuthCookie = "string",
        PackagesAuthenticationSettingId = "string",
        PersistentCookie = "string",
        Adom = "string",
        PkgFolderPath = "string",
        RewriteHttpsPort = 0,
        Scopetype = "string",
        SsoAuthScheme = "string",
        UpdateTime = "string",
        CertCaptivePortalPort = 0,
    });
    
    example, err := fortimanager.NewPackagesAuthenticationSetting(ctx, "packagesAuthenticationSettingResource", &fortimanager.PackagesAuthenticationSettingArgs{
    Pkg: pulumi.String("string"),
    CertCaptivePortalIp: pulumi.String("string"),
    CaptivePortal: pulumi.String("string"),
    CookieMaxAge: pulumi.Float64(0),
    CookieRefreshDiv: pulumi.Float64(0),
    CaptivePortalIp: pulumi.String("string"),
    CaptivePortalIp6: pulumi.String("string"),
    CaptivePortalPort: pulumi.Float64(0),
    CaptivePortalSslPort: pulumi.Float64(0),
    CaptivePortalType: pulumi.String("string"),
    CertAuth: pulumi.String("string"),
    CertCaptivePortal: pulumi.String("string"),
    ActiveAuthScheme: pulumi.String("string"),
    UserCertCa: pulumi.String("string"),
    AuthHttps: pulumi.String("string"),
    CaptivePortal6: pulumi.String("string"),
    DevRange: pulumi.String("string"),
    IpAuthCookie: pulumi.String("string"),
    PackagesAuthenticationSettingId: pulumi.String("string"),
    PersistentCookie: pulumi.String("string"),
    Adom: pulumi.String("string"),
    PkgFolderPath: pulumi.String("string"),
    RewriteHttpsPort: pulumi.Float64(0),
    Scopetype: pulumi.String("string"),
    SsoAuthScheme: pulumi.String("string"),
    UpdateTime: pulumi.String("string"),
    CertCaptivePortalPort: pulumi.Float64(0),
    })
    
    var packagesAuthenticationSettingResource = new PackagesAuthenticationSetting("packagesAuthenticationSettingResource", PackagesAuthenticationSettingArgs.builder()
        .pkg("string")
        .certCaptivePortalIp("string")
        .captivePortal("string")
        .cookieMaxAge(0)
        .cookieRefreshDiv(0)
        .captivePortalIp("string")
        .captivePortalIp6("string")
        .captivePortalPort(0)
        .captivePortalSslPort(0)
        .captivePortalType("string")
        .certAuth("string")
        .certCaptivePortal("string")
        .activeAuthScheme("string")
        .userCertCa("string")
        .authHttps("string")
        .captivePortal6("string")
        .devRange("string")
        .ipAuthCookie("string")
        .packagesAuthenticationSettingId("string")
        .persistentCookie("string")
        .adom("string")
        .pkgFolderPath("string")
        .rewriteHttpsPort(0)
        .scopetype("string")
        .ssoAuthScheme("string")
        .updateTime("string")
        .certCaptivePortalPort(0)
        .build());
    
    packages_authentication_setting_resource = fortimanager.PackagesAuthenticationSetting("packagesAuthenticationSettingResource",
        pkg="string",
        cert_captive_portal_ip="string",
        captive_portal="string",
        cookie_max_age=0,
        cookie_refresh_div=0,
        captive_portal_ip="string",
        captive_portal_ip6="string",
        captive_portal_port=0,
        captive_portal_ssl_port=0,
        captive_portal_type="string",
        cert_auth="string",
        cert_captive_portal="string",
        active_auth_scheme="string",
        user_cert_ca="string",
        auth_https="string",
        captive_portal6="string",
        dev_range="string",
        ip_auth_cookie="string",
        packages_authentication_setting_id="string",
        persistent_cookie="string",
        adom="string",
        pkg_folder_path="string",
        rewrite_https_port=0,
        scopetype="string",
        sso_auth_scheme="string",
        update_time="string",
        cert_captive_portal_port=0)
    
    const packagesAuthenticationSettingResource = new fortimanager.PackagesAuthenticationSetting("packagesAuthenticationSettingResource", {
        pkg: "string",
        certCaptivePortalIp: "string",
        captivePortal: "string",
        cookieMaxAge: 0,
        cookieRefreshDiv: 0,
        captivePortalIp: "string",
        captivePortalIp6: "string",
        captivePortalPort: 0,
        captivePortalSslPort: 0,
        captivePortalType: "string",
        certAuth: "string",
        certCaptivePortal: "string",
        activeAuthScheme: "string",
        userCertCa: "string",
        authHttps: "string",
        captivePortal6: "string",
        devRange: "string",
        ipAuthCookie: "string",
        packagesAuthenticationSettingId: "string",
        persistentCookie: "string",
        adom: "string",
        pkgFolderPath: "string",
        rewriteHttpsPort: 0,
        scopetype: "string",
        ssoAuthScheme: "string",
        updateTime: "string",
        certCaptivePortalPort: 0,
    });
    
    type: fortimanager:PackagesAuthenticationSetting
    properties:
        activeAuthScheme: string
        adom: string
        authHttps: string
        captivePortal: string
        captivePortal6: string
        captivePortalIp: string
        captivePortalIp6: string
        captivePortalPort: 0
        captivePortalSslPort: 0
        captivePortalType: string
        certAuth: string
        certCaptivePortal: string
        certCaptivePortalIp: string
        certCaptivePortalPort: 0
        cookieMaxAge: 0
        cookieRefreshDiv: 0
        devRange: string
        ipAuthCookie: string
        packagesAuthenticationSettingId: string
        persistentCookie: string
        pkg: string
        pkgFolderPath: string
        rewriteHttpsPort: 0
        scopetype: string
        ssoAuthScheme: string
        updateTime: string
        userCertCa: string
    

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

    Pkg string
    Package.
    ActiveAuthScheme string
    Active authentication method (scheme name).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    CaptivePortal string
    Captive portal host name.
    CaptivePortal6 string
    IPv6 captive portal host name.
    CaptivePortalIp string
    Captive portal IP address.
    CaptivePortalIp6 string
    Captive portal IPv6 address.
    CaptivePortalPort double
    Captive portal port number (1 - 65535, default = 7830).
    CaptivePortalSslPort double
    Captive portal SSL port number (1 - 65535, default = 7831).
    CaptivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    CertAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    CertCaptivePortal string
    Certificate captive portal host name.
    CertCaptivePortalIp string
    Certificate captive portal IP address.
    CertCaptivePortalPort double
    Certificate captive portal port number (1 - 65535, default = 7832).
    CookieMaxAge double
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    CookieRefreshDiv double
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    DevRange string
    Address range for the IP based device query.
    IpAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    PackagesAuthenticationSettingId string
    an identifier for the resource.
    PersistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    PkgFolderPath string
    Pkg Folder Path.
    RewriteHttpsPort double
    Rewrite-Https-Port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SsoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    UpdateTime string
    Time of the last update.
    UserCertCa string
    CA certificate used for client certificate verification.
    Pkg string
    Package.
    ActiveAuthScheme string
    Active authentication method (scheme name).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    CaptivePortal string
    Captive portal host name.
    CaptivePortal6 string
    IPv6 captive portal host name.
    CaptivePortalIp string
    Captive portal IP address.
    CaptivePortalIp6 string
    Captive portal IPv6 address.
    CaptivePortalPort float64
    Captive portal port number (1 - 65535, default = 7830).
    CaptivePortalSslPort float64
    Captive portal SSL port number (1 - 65535, default = 7831).
    CaptivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    CertAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    CertCaptivePortal string
    Certificate captive portal host name.
    CertCaptivePortalIp string
    Certificate captive portal IP address.
    CertCaptivePortalPort float64
    Certificate captive portal port number (1 - 65535, default = 7832).
    CookieMaxAge float64
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    CookieRefreshDiv float64
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    DevRange string
    Address range for the IP based device query.
    IpAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    PackagesAuthenticationSettingId string
    an identifier for the resource.
    PersistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    PkgFolderPath string
    Pkg Folder Path.
    RewriteHttpsPort float64
    Rewrite-Https-Port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SsoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    UpdateTime string
    Time of the last update.
    UserCertCa string
    CA certificate used for client certificate verification.
    pkg String
    Package.
    activeAuthScheme String
    Active authentication method (scheme name).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps String
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal String
    Captive portal host name.
    captivePortal6 String
    IPv6 captive portal host name.
    captivePortalIp String
    Captive portal IP address.
    captivePortalIp6 String
    Captive portal IPv6 address.
    captivePortalPort Double
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort Double
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType String
    Captive portal type. Valid values: fqdn, ip.
    certAuth String
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal String
    Certificate captive portal host name.
    certCaptivePortalIp String
    Certificate captive portal IP address.
    certCaptivePortalPort Double
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge Double
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv Double
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange String
    Address range for the IP based device query.
    ipAuthCookie String
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId String
    an identifier for the resource.
    persistentCookie String
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkgFolderPath String
    Pkg Folder Path.
    rewriteHttpsPort Double
    Rewrite-Https-Port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme String
    Single-Sign-On authentication method (scheme name).
    updateTime String
    Time of the last update.
    userCertCa String
    CA certificate used for client certificate verification.
    pkg string
    Package.
    activeAuthScheme string
    Active authentication method (scheme name).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal string
    Captive portal host name.
    captivePortal6 string
    IPv6 captive portal host name.
    captivePortalIp string
    Captive portal IP address.
    captivePortalIp6 string
    Captive portal IPv6 address.
    captivePortalPort number
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort number
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    certAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal string
    Certificate captive portal host name.
    certCaptivePortalIp string
    Certificate captive portal IP address.
    certCaptivePortalPort number
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge number
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv number
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange string
    Address range for the IP based device query.
    ipAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId string
    an identifier for the resource.
    persistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkgFolderPath string
    Pkg Folder Path.
    rewriteHttpsPort number
    Rewrite-Https-Port.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    updateTime string
    Time of the last update.
    userCertCa string
    CA certificate used for client certificate verification.
    pkg str
    Package.
    active_auth_scheme str
    Active authentication method (scheme name).
    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_https str
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captive_portal str
    Captive portal host name.
    captive_portal6 str
    IPv6 captive portal host name.
    captive_portal_ip str
    Captive portal IP address.
    captive_portal_ip6 str
    Captive portal IPv6 address.
    captive_portal_port float
    Captive portal port number (1 - 65535, default = 7830).
    captive_portal_ssl_port float
    Captive portal SSL port number (1 - 65535, default = 7831).
    captive_portal_type str
    Captive portal type. Valid values: fqdn, ip.
    cert_auth str
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    cert_captive_portal str
    Certificate captive portal host name.
    cert_captive_portal_ip str
    Certificate captive portal IP address.
    cert_captive_portal_port float
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookie_max_age float
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookie_refresh_div float
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    dev_range str
    Address range for the IP based device query.
    ip_auth_cookie str
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packages_authentication_setting_id str
    an identifier for the resource.
    persistent_cookie str
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkg_folder_path str
    Pkg Folder Path.
    rewrite_https_port float
    Rewrite-Https-Port.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sso_auth_scheme str
    Single-Sign-On authentication method (scheme name).
    update_time str
    Time of the last update.
    user_cert_ca str
    CA certificate used for client certificate verification.
    pkg String
    Package.
    activeAuthScheme String
    Active authentication method (scheme name).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps String
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal String
    Captive portal host name.
    captivePortal6 String
    IPv6 captive portal host name.
    captivePortalIp String
    Captive portal IP address.
    captivePortalIp6 String
    Captive portal IPv6 address.
    captivePortalPort Number
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort Number
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType String
    Captive portal type. Valid values: fqdn, ip.
    certAuth String
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal String
    Certificate captive portal host name.
    certCaptivePortalIp String
    Certificate captive portal IP address.
    certCaptivePortalPort Number
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge Number
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv Number
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange String
    Address range for the IP based device query.
    ipAuthCookie String
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId String
    an identifier for the resource.
    persistentCookie String
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkgFolderPath String
    Pkg Folder Path.
    rewriteHttpsPort Number
    Rewrite-Https-Port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme String
    Single-Sign-On authentication method (scheme name).
    updateTime String
    Time of the last update.
    userCertCa String
    CA certificate used for client certificate verification.

    Outputs

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

    Get an existing PackagesAuthenticationSetting 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?: PackagesAuthenticationSettingState, opts?: CustomResourceOptions): PackagesAuthenticationSetting
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            active_auth_scheme: Optional[str] = None,
            adom: Optional[str] = None,
            auth_https: Optional[str] = None,
            captive_portal: Optional[str] = None,
            captive_portal6: Optional[str] = None,
            captive_portal_ip: Optional[str] = None,
            captive_portal_ip6: Optional[str] = None,
            captive_portal_port: Optional[float] = None,
            captive_portal_ssl_port: Optional[float] = None,
            captive_portal_type: Optional[str] = None,
            cert_auth: Optional[str] = None,
            cert_captive_portal: Optional[str] = None,
            cert_captive_portal_ip: Optional[str] = None,
            cert_captive_portal_port: Optional[float] = None,
            cookie_max_age: Optional[float] = None,
            cookie_refresh_div: Optional[float] = None,
            dev_range: Optional[str] = None,
            ip_auth_cookie: Optional[str] = None,
            packages_authentication_setting_id: Optional[str] = None,
            persistent_cookie: Optional[str] = None,
            pkg: Optional[str] = None,
            pkg_folder_path: Optional[str] = None,
            rewrite_https_port: Optional[float] = None,
            scopetype: Optional[str] = None,
            sso_auth_scheme: Optional[str] = None,
            update_time: Optional[str] = None,
            user_cert_ca: Optional[str] = None) -> PackagesAuthenticationSetting
    func GetPackagesAuthenticationSetting(ctx *Context, name string, id IDInput, state *PackagesAuthenticationSettingState, opts ...ResourceOption) (*PackagesAuthenticationSetting, error)
    public static PackagesAuthenticationSetting Get(string name, Input<string> id, PackagesAuthenticationSettingState? state, CustomResourceOptions? opts = null)
    public static PackagesAuthenticationSetting get(String name, Output<String> id, PackagesAuthenticationSettingState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:PackagesAuthenticationSetting    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:
    ActiveAuthScheme string
    Active authentication method (scheme name).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    CaptivePortal string
    Captive portal host name.
    CaptivePortal6 string
    IPv6 captive portal host name.
    CaptivePortalIp string
    Captive portal IP address.
    CaptivePortalIp6 string
    Captive portal IPv6 address.
    CaptivePortalPort double
    Captive portal port number (1 - 65535, default = 7830).
    CaptivePortalSslPort double
    Captive portal SSL port number (1 - 65535, default = 7831).
    CaptivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    CertAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    CertCaptivePortal string
    Certificate captive portal host name.
    CertCaptivePortalIp string
    Certificate captive portal IP address.
    CertCaptivePortalPort double
    Certificate captive portal port number (1 - 65535, default = 7832).
    CookieMaxAge double
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    CookieRefreshDiv double
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    DevRange string
    Address range for the IP based device query.
    IpAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    PackagesAuthenticationSettingId string
    an identifier for the resource.
    PersistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    RewriteHttpsPort double
    Rewrite-Https-Port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SsoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    UpdateTime string
    Time of the last update.
    UserCertCa string
    CA certificate used for client certificate verification.
    ActiveAuthScheme string
    Active authentication method (scheme name).
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AuthHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    CaptivePortal string
    Captive portal host name.
    CaptivePortal6 string
    IPv6 captive portal host name.
    CaptivePortalIp string
    Captive portal IP address.
    CaptivePortalIp6 string
    Captive portal IPv6 address.
    CaptivePortalPort float64
    Captive portal port number (1 - 65535, default = 7830).
    CaptivePortalSslPort float64
    Captive portal SSL port number (1 - 65535, default = 7831).
    CaptivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    CertAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    CertCaptivePortal string
    Certificate captive portal host name.
    CertCaptivePortalIp string
    Certificate captive portal IP address.
    CertCaptivePortalPort float64
    Certificate captive portal port number (1 - 65535, default = 7832).
    CookieMaxAge float64
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    CookieRefreshDiv float64
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    DevRange string
    Address range for the IP based device query.
    IpAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    PackagesAuthenticationSettingId string
    an identifier for the resource.
    PersistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    Pkg string
    Package.
    PkgFolderPath string
    Pkg Folder Path.
    RewriteHttpsPort float64
    Rewrite-Https-Port.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    SsoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    UpdateTime string
    Time of the last update.
    UserCertCa string
    CA certificate used for client certificate verification.
    activeAuthScheme String
    Active authentication method (scheme name).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps String
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal String
    Captive portal host name.
    captivePortal6 String
    IPv6 captive portal host name.
    captivePortalIp String
    Captive portal IP address.
    captivePortalIp6 String
    Captive portal IPv6 address.
    captivePortalPort Double
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort Double
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType String
    Captive portal type. Valid values: fqdn, ip.
    certAuth String
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal String
    Certificate captive portal host name.
    certCaptivePortalIp String
    Certificate captive portal IP address.
    certCaptivePortalPort Double
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge Double
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv Double
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange String
    Address range for the IP based device query.
    ipAuthCookie String
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId String
    an identifier for the resource.
    persistentCookie String
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    rewriteHttpsPort Double
    Rewrite-Https-Port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme String
    Single-Sign-On authentication method (scheme name).
    updateTime String
    Time of the last update.
    userCertCa String
    CA certificate used for client certificate verification.
    activeAuthScheme string
    Active authentication method (scheme name).
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps string
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal string
    Captive portal host name.
    captivePortal6 string
    IPv6 captive portal host name.
    captivePortalIp string
    Captive portal IP address.
    captivePortalIp6 string
    Captive portal IPv6 address.
    captivePortalPort number
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort number
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType string
    Captive portal type. Valid values: fqdn, ip.
    certAuth string
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal string
    Certificate captive portal host name.
    certCaptivePortalIp string
    Certificate captive portal IP address.
    certCaptivePortalPort number
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge number
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv number
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange string
    Address range for the IP based device query.
    ipAuthCookie string
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId string
    an identifier for the resource.
    persistentCookie string
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkg string
    Package.
    pkgFolderPath string
    Pkg Folder Path.
    rewriteHttpsPort number
    Rewrite-Https-Port.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme string
    Single-Sign-On authentication method (scheme name).
    updateTime string
    Time of the last update.
    userCertCa string
    CA certificate used for client certificate verification.
    active_auth_scheme str
    Active authentication method (scheme name).
    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_https str
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captive_portal str
    Captive portal host name.
    captive_portal6 str
    IPv6 captive portal host name.
    captive_portal_ip str
    Captive portal IP address.
    captive_portal_ip6 str
    Captive portal IPv6 address.
    captive_portal_port float
    Captive portal port number (1 - 65535, default = 7830).
    captive_portal_ssl_port float
    Captive portal SSL port number (1 - 65535, default = 7831).
    captive_portal_type str
    Captive portal type. Valid values: fqdn, ip.
    cert_auth str
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    cert_captive_portal str
    Certificate captive portal host name.
    cert_captive_portal_ip str
    Certificate captive portal IP address.
    cert_captive_portal_port float
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookie_max_age float
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookie_refresh_div float
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    dev_range str
    Address range for the IP based device query.
    ip_auth_cookie str
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packages_authentication_setting_id str
    an identifier for the resource.
    persistent_cookie str
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkg str
    Package.
    pkg_folder_path str
    Pkg Folder Path.
    rewrite_https_port float
    Rewrite-Https-Port.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    sso_auth_scheme str
    Single-Sign-On authentication method (scheme name).
    update_time str
    Time of the last update.
    user_cert_ca str
    CA certificate used for client certificate verification.
    activeAuthScheme String
    Active authentication method (scheme name).
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    authHttps String
    Enable/disable redirecting HTTP user authentication to HTTPS. Valid values: disable, enable.
    captivePortal String
    Captive portal host name.
    captivePortal6 String
    IPv6 captive portal host name.
    captivePortalIp String
    Captive portal IP address.
    captivePortalIp6 String
    Captive portal IPv6 address.
    captivePortalPort Number
    Captive portal port number (1 - 65535, default = 7830).
    captivePortalSslPort Number
    Captive portal SSL port number (1 - 65535, default = 7831).
    captivePortalType String
    Captive portal type. Valid values: fqdn, ip.
    certAuth String
    Enable/disable redirecting certificate authentication to HTTPS portal. Valid values: disable, enable.
    certCaptivePortal String
    Certificate captive portal host name.
    certCaptivePortalIp String
    Certificate captive portal IP address.
    certCaptivePortalPort Number
    Certificate captive portal port number (1 - 65535, default = 7832).
    cookieMaxAge Number
    Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
    cookieRefreshDiv Number
    Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
    devRange String
    Address range for the IP based device query.
    ipAuthCookie String
    Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values: disable, enable.
    packagesAuthenticationSettingId String
    an identifier for the resource.
    persistentCookie String
    Enable/disable persistent cookie on web portal authentication (default = enable). Valid values: disable, enable.
    pkg String
    Package.
    pkgFolderPath String
    Pkg Folder Path.
    rewriteHttpsPort Number
    Rewrite-Https-Port.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    ssoAuthScheme String
    Single-Sign-On authentication method (scheme name).
    updateTime String
    Time of the last update.
    userCertCa String
    CA certificate used for client certificate verification.

    Import

    Packages AuthenticationSetting can be imported using any of these accepted formats:

    Set import_options = [“pkg_folder_path=YOUR_VALUE”, “pkg=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/packagesAuthenticationSetting:PackagesAuthenticationSetting labelname PackagesAuthenticationSetting
    

    $ 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