fortimanager.PackagesAuthenticationSetting
Explore with Pulumi AI
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.
- Active
Auth stringScheme - Active authentication method (scheme name).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - Captive
Portal string - Captive portal host name.
- Captive
Portal6 string - IPv6 captive portal host name.
- Captive
Portal stringIp - Captive portal IP address.
- Captive
Portal stringIp6 - Captive portal IPv6 address.
- Captive
Portal doublePort - Captive portal port number (1 - 65535, default = 7830).
- Captive
Portal doubleSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- Captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - Cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - Cert
Captive stringPortal - Certificate captive portal host name.
- Cert
Captive stringPortal Ip - Certificate captive portal IP address.
- Cert
Captive doublePortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- double
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- double
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- Dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - Packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - Pkg
Folder stringPath - Pkg Folder Path.
- Rewrite
Https doublePort - Rewrite-Https-Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- Update
Time string - Time of the last update.
- User
Cert stringCa - CA certificate used for client certificate verification.
- Pkg string
- Package.
- Active
Auth stringScheme - Active authentication method (scheme name).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - Captive
Portal string - Captive portal host name.
- Captive
Portal6 string - IPv6 captive portal host name.
- Captive
Portal stringIp - Captive portal IP address.
- Captive
Portal stringIp6 - Captive portal IPv6 address.
- Captive
Portal float64Port - Captive portal port number (1 - 65535, default = 7830).
- Captive
Portal float64Ssl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- Captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - Cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - Cert
Captive stringPortal - Certificate captive portal host name.
- Cert
Captive stringPortal Ip - Certificate captive portal IP address.
- Cert
Captive float64Portal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- float64
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- float64
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- Dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - Packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - Pkg
Folder stringPath - Pkg Folder Path.
- Rewrite
Https float64Port - Rewrite-Https-Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- Update
Time string - Time of the last update.
- User
Cert stringCa - CA certificate used for client certificate verification.
- pkg String
- Package.
- active
Auth StringScheme - Active authentication method (scheme name).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https String - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal String - Captive portal host name.
- captive
Portal6 String - IPv6 captive portal host name.
- captive
Portal StringIp - Captive portal IP address.
- captive
Portal StringIp6 - Captive portal IPv6 address.
- captive
Portal DoublePort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal DoubleSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal StringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth String - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive StringPortal - Certificate captive portal host name.
- cert
Captive StringPortal Ip - Certificate captive portal IP address.
- cert
Captive DoublePortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- Double
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- Double
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range String - Address range for the IP based device query.
- String
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication StringSetting Id - an identifier for the resource.
- String
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg
Folder StringPath - Pkg Folder Path.
- rewrite
Https DoublePort - Rewrite-Https-Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth StringScheme - Single-Sign-On authentication method (scheme name).
- update
Time String - Time of the last update.
- user
Cert StringCa - CA certificate used for client certificate verification.
- pkg string
- Package.
- active
Auth stringScheme - Active authentication method (scheme name).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal string - Captive portal host name.
- captive
Portal6 string - IPv6 captive portal host name.
- captive
Portal stringIp - Captive portal IP address.
- captive
Portal stringIp6 - Captive portal IPv6 address.
- captive
Portal numberPort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal numberSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive stringPortal - Certificate captive portal host name.
- cert
Captive stringPortal Ip - Certificate captive portal IP address.
- cert
Captive numberPortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- number
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- number
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg
Folder stringPath - Pkg Folder Path.
- rewrite
Https numberPort - Rewrite-Https-Port.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- update
Time string - Time of the last update.
- user
Cert stringCa - CA certificate used for client certificate verification.
- pkg str
- Package.
- active_
auth_ strscheme - Active authentication method (scheme name).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strip - Captive portal IP address.
- captive_
portal_ strip6 - Captive portal IPv6 address.
- captive_
portal_ floatport - Captive portal port number (1 - 65535, default = 7830).
- captive_
portal_ floatssl_ port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive_
portal_ strtype - Captive portal type. Valid values:
fqdn
,ip
. - cert_
auth str - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert_
captive_ strportal - Certificate captive portal host name.
- cert_
captive_ strportal_ ip - Certificate captive portal IP address.
- cert_
captive_ floatportal_ port - Certificate captive portal port number (1 - 65535, default = 7832).
- float
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- 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.
- str
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages_
authentication_ strsetting_ id - an identifier for the resource.
- str
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg_
folder_ strpath - Pkg Folder Path.
- rewrite_
https_ floatport - Rewrite-Https-Port.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso_
auth_ strscheme - Single-Sign-On authentication method (scheme name).
- update_
time str - Time of the last update.
- user_
cert_ strca - CA certificate used for client certificate verification.
- pkg String
- Package.
- active
Auth StringScheme - Active authentication method (scheme name).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https String - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal String - Captive portal host name.
- captive
Portal6 String - IPv6 captive portal host name.
- captive
Portal StringIp - Captive portal IP address.
- captive
Portal StringIp6 - Captive portal IPv6 address.
- captive
Portal NumberPort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal NumberSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal StringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth String - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive StringPortal - Certificate captive portal host name.
- cert
Captive StringPortal Ip - Certificate captive portal IP address.
- cert
Captive NumberPortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- Number
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- Number
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range String - Address range for the IP based device query.
- String
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication StringSetting Id - an identifier for the resource.
- String
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg
Folder StringPath - Pkg Folder Path.
- rewrite
Https NumberPort - Rewrite-Https-Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth StringScheme - Single-Sign-On authentication method (scheme name).
- update
Time String - Time of the last update.
- user
Cert StringCa - 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.
- Active
Auth stringScheme - Active authentication method (scheme name).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - Captive
Portal string - Captive portal host name.
- Captive
Portal6 string - IPv6 captive portal host name.
- Captive
Portal stringIp - Captive portal IP address.
- Captive
Portal stringIp6 - Captive portal IPv6 address.
- Captive
Portal doublePort - Captive portal port number (1 - 65535, default = 7830).
- Captive
Portal doubleSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- Captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - Cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - Cert
Captive stringPortal - Certificate captive portal host name.
- Cert
Captive stringPortal Ip - Certificate captive portal IP address.
- Cert
Captive doublePortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- double
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- double
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- Dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - Packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Rewrite
Https doublePort - Rewrite-Https-Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- Update
Time string - Time of the last update.
- User
Cert stringCa - CA certificate used for client certificate verification.
- Active
Auth stringScheme - Active authentication method (scheme name).
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - Captive
Portal string - Captive portal host name.
- Captive
Portal6 string - IPv6 captive portal host name.
- Captive
Portal stringIp - Captive portal IP address.
- Captive
Portal stringIp6 - Captive portal IPv6 address.
- Captive
Portal float64Port - Captive portal port number (1 - 65535, default = 7830).
- Captive
Portal float64Ssl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- Captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - Cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - Cert
Captive stringPortal - Certificate captive portal host name.
- Cert
Captive stringPortal Ip - Certificate captive portal IP address.
- Cert
Captive float64Portal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- float64
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- float64
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- Dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - Packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - Pkg string
- Package.
- Pkg
Folder stringPath - Pkg Folder Path.
- Rewrite
Https float64Port - Rewrite-Https-Port.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- Update
Time string - Time of the last update.
- User
Cert stringCa - CA certificate used for client certificate verification.
- active
Auth StringScheme - Active authentication method (scheme name).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https String - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal String - Captive portal host name.
- captive
Portal6 String - IPv6 captive portal host name.
- captive
Portal StringIp - Captive portal IP address.
- captive
Portal StringIp6 - Captive portal IPv6 address.
- captive
Portal DoublePort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal DoubleSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal StringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth String - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive StringPortal - Certificate captive portal host name.
- cert
Captive StringPortal Ip - Certificate captive portal IP address.
- cert
Captive DoublePortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- Double
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- Double
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range String - Address range for the IP based device query.
- String
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication StringSetting Id - an identifier for the resource.
- String
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- rewrite
Https DoublePort - Rewrite-Https-Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth StringScheme - Single-Sign-On authentication method (scheme name).
- update
Time String - Time of the last update.
- user
Cert StringCa - CA certificate used for client certificate verification.
- active
Auth stringScheme - Active authentication method (scheme name).
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https string - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal string - Captive portal host name.
- captive
Portal6 string - IPv6 captive portal host name.
- captive
Portal stringIp - Captive portal IP address.
- captive
Portal stringIp6 - Captive portal IPv6 address.
- captive
Portal numberPort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal numberSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal stringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth string - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive stringPortal - Certificate captive portal host name.
- cert
Captive stringPortal Ip - Certificate captive portal IP address.
- cert
Captive numberPortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- number
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- number
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range string - Address range for the IP based device query.
- string
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication stringSetting Id - an identifier for the resource.
- string
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg string
- Package.
- pkg
Folder stringPath - Pkg Folder Path.
- rewrite
Https numberPort - Rewrite-Https-Port.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth stringScheme - Single-Sign-On authentication method (scheme name).
- update
Time string - Time of the last update.
- user
Cert stringCa - CA certificate used for client certificate verification.
- active_
auth_ strscheme - Active authentication method (scheme name).
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, 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_ strip - Captive portal IP address.
- captive_
portal_ strip6 - Captive portal IPv6 address.
- captive_
portal_ floatport - Captive portal port number (1 - 65535, default = 7830).
- captive_
portal_ floatssl_ port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive_
portal_ strtype - Captive portal type. Valid values:
fqdn
,ip
. - cert_
auth str - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert_
captive_ strportal - Certificate captive portal host name.
- cert_
captive_ strportal_ ip - Certificate captive portal IP address.
- cert_
captive_ floatportal_ port - Certificate captive portal port number (1 - 65535, default = 7832).
- float
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- 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.
- str
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages_
authentication_ strsetting_ id - an identifier for the resource.
- str
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg str
- Package.
- pkg_
folder_ strpath - Pkg Folder Path.
- rewrite_
https_ floatport - Rewrite-Https-Port.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso_
auth_ strscheme - Single-Sign-On authentication method (scheme name).
- update_
time str - Time of the last update.
- user_
cert_ strca - CA certificate used for client certificate verification.
- active
Auth StringScheme - Active authentication method (scheme name).
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Https String - Enable/disable redirecting HTTP user authentication to HTTPS. Valid values:
disable
,enable
. - captive
Portal String - Captive portal host name.
- captive
Portal6 String - IPv6 captive portal host name.
- captive
Portal StringIp - Captive portal IP address.
- captive
Portal StringIp6 - Captive portal IPv6 address.
- captive
Portal NumberPort - Captive portal port number (1 - 65535, default = 7830).
- captive
Portal NumberSsl Port - Captive portal SSL port number (1 - 65535, default = 7831).
- captive
Portal StringType - Captive portal type. Valid values:
fqdn
,ip
. - cert
Auth String - Enable/disable redirecting certificate authentication to HTTPS portal. Valid values:
disable
,enable
. - cert
Captive StringPortal - Certificate captive portal host name.
- cert
Captive StringPortal Ip - Certificate captive portal IP address.
- cert
Captive NumberPortal Port - Certificate captive portal port number (1 - 65535, default = 7832).
- Number
- Persistent web portal cookie maximum age in minutes (30 - 10080 (1 week), default = 480 (8 hours)).
- Number
- Refresh rate divider of persistent web portal cookie (default = 2). Refresh value = cookie-max-age/cookie-refresh-div.
- dev
Range String - Address range for the IP based device query.
- String
- Enable/disable persistent cookie on IP based web portal authentication (default = disable). Valid values:
disable
,enable
. - packages
Authentication StringSetting Id - an identifier for the resource.
- String
- Enable/disable persistent cookie on web portal authentication (default = enable). Valid values:
disable
,enable
. - pkg String
- Package.
- pkg
Folder StringPath - Pkg Folder Path.
- rewrite
Https NumberPort - Rewrite-Https-Port.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sso
Auth StringScheme - Single-Sign-On authentication method (scheme name).
- update
Time String - Time of the last update.
- user
Cert StringCa - 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.