fortimanager.ObjectUserGroupDynamicMapping
Explore with Pulumi AI
Configure user groups.
This resource is a sub resource for variable
dynamic_mapping
of resourcefortimanager.ObjectUserGroup
. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
guest
:fortimanager_object_user_group_dynamic_mapping_guest
match
:fortimanager.ObjectUserGroupDynamicMappingMatch
sslvpn_os_check_list
:fortimanager_object_user_group_dynamic_mapping_sslvpnoschecklist
Create ObjectUserGroupDynamicMapping Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserGroupDynamicMapping(name: string, args: ObjectUserGroupDynamicMappingArgs, opts?: CustomResourceOptions);
@overload
def ObjectUserGroupDynamicMapping(resource_name: str,
args: ObjectUserGroupDynamicMappingInitArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserGroupDynamicMapping(resource_name: str,
opts: Optional[ResourceOptions] = None,
group: Optional[str] = None,
_scopes: Optional[Sequence[ObjectUserGroupDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
auth_concurrent_override: Optional[str] = None,
auth_concurrent_value: Optional[float] = None,
authtimeout: Optional[float] = None,
company: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
email: Optional[str] = None,
expire: Optional[float] = None,
expire_type: Optional[str] = None,
fosid: Optional[float] = None,
group_type: Optional[str] = None,
guests: Optional[Sequence[ObjectUserGroupDynamicMappingGuestArgs]] = None,
http_digest_realm: Optional[str] = None,
ldap_memberof: Optional[str] = None,
logic_type: Optional[str] = None,
matches: Optional[Sequence[ObjectUserGroupDynamicMappingMatchArgs]] = None,
max_accounts: Optional[float] = None,
member: Optional[str] = None,
mobile_phone: Optional[str] = None,
multiple_guest_add: Optional[str] = None,
object_user_group_dynamic_mapping_id: Optional[str] = None,
password: Optional[str] = None,
redir_url: Optional[str] = None,
scopetype: Optional[str] = None,
sms_custom_server: Optional[str] = None,
sms_server: Optional[str] = None,
sponsor: Optional[str] = None,
sslvpn_bookmarks_group: Optional[str] = None,
sslvpn_cache_cleaner: Optional[str] = None,
sslvpn_client_checks: Optional[Sequence[str]] = None,
sslvpn_ftp: Optional[str] = None,
sslvpn_http: Optional[str] = None,
sslvpn_os_check: Optional[str] = None,
sslvpn_os_check_list: Optional[ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs] = None,
sslvpn_portal: Optional[str] = None,
sslvpn_portal_heading: Optional[str] = None,
sslvpn_rdp: Optional[str] = None,
sslvpn_samba: Optional[str] = None,
sslvpn_split_tunneling: Optional[str] = None,
sslvpn_ssh: Optional[str] = None,
sslvpn_telnet: Optional[str] = None,
sslvpn_tunnel: Optional[str] = None,
sslvpn_tunnel_endip: Optional[str] = None,
sslvpn_tunnel_ip_mode: Optional[str] = None,
sslvpn_tunnel_startip: Optional[str] = None,
sslvpn_virtual_desktop: Optional[str] = None,
sslvpn_vnc: Optional[str] = None,
sslvpn_webapp: Optional[str] = None,
sso_attribute_value: Optional[str] = None,
user_id: Optional[str] = None,
user_name: Optional[str] = None)
func NewObjectUserGroupDynamicMapping(ctx *Context, name string, args ObjectUserGroupDynamicMappingArgs, opts ...ResourceOption) (*ObjectUserGroupDynamicMapping, error)
public ObjectUserGroupDynamicMapping(string name, ObjectUserGroupDynamicMappingArgs args, CustomResourceOptions? opts = null)
public ObjectUserGroupDynamicMapping(String name, ObjectUserGroupDynamicMappingArgs args)
public ObjectUserGroupDynamicMapping(String name, ObjectUserGroupDynamicMappingArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserGroupDynamicMapping
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 ObjectUserGroupDynamicMappingArgs
- 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 ObjectUserGroupDynamicMappingInitArgs
- 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 ObjectUserGroupDynamicMappingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserGroupDynamicMappingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserGroupDynamicMappingArgs
- 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 objectUserGroupDynamicMappingResource = new Fortimanager.ObjectUserGroupDynamicMapping("objectUserGroupDynamicMappingResource", new()
{
Group = "string",
_scopes = new[]
{
new Fortimanager.Inputs.ObjectUserGroupDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
Adom = "string",
AuthConcurrentOverride = "string",
AuthConcurrentValue = 0,
Authtimeout = 0,
Company = "string",
DynamicSortSubtable = "string",
Email = "string",
Expire = 0,
ExpireType = "string",
Fosid = 0,
GroupType = "string",
Guests = new[]
{
new Fortimanager.Inputs.ObjectUserGroupDynamicMappingGuestArgs
{
Comment = "string",
Company = "string",
Email = "string",
Expiration = "string",
Group = "string",
Id = 0,
MobilePhone = "string",
Name = "string",
Passwords = new[]
{
"string",
},
Sponsor = "string",
UserId = "string",
},
},
HttpDigestRealm = "string",
LdapMemberof = "string",
LogicType = "string",
Matches = new[]
{
new Fortimanager.Inputs.ObjectUserGroupDynamicMappingMatchArgs
{
_guiMeta = "string",
GroupName = "string",
Id = 0,
ServerName = "string",
},
},
MaxAccounts = 0,
Member = "string",
MobilePhone = "string",
MultipleGuestAdd = "string",
ObjectUserGroupDynamicMappingId = "string",
Password = "string",
RedirUrl = "string",
Scopetype = "string",
SmsCustomServer = "string",
SmsServer = "string",
Sponsor = "string",
SslvpnBookmarksGroup = "string",
SslvpnCacheCleaner = "string",
SslvpnClientChecks = new[]
{
"string",
},
SslvpnFtp = "string",
SslvpnHttp = "string",
SslvpnOsCheck = "string",
SslvpnOsCheckList = new Fortimanager.Inputs.ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs
{
Action = "string",
LatestPatchLevel = "string",
Name = "string",
Tolerance = 0,
},
SslvpnPortal = "string",
SslvpnPortalHeading = "string",
SslvpnRdp = "string",
SslvpnSamba = "string",
SslvpnSplitTunneling = "string",
SslvpnSsh = "string",
SslvpnTelnet = "string",
SslvpnTunnel = "string",
SslvpnTunnelEndip = "string",
SslvpnTunnelIpMode = "string",
SslvpnTunnelStartip = "string",
SslvpnVirtualDesktop = "string",
SslvpnVnc = "string",
SslvpnWebapp = "string",
SsoAttributeValue = "string",
UserId = "string",
UserName = "string",
});
example, err := fortimanager.NewObjectUserGroupDynamicMapping(ctx, "objectUserGroupDynamicMappingResource", &fortimanager.ObjectUserGroupDynamicMappingArgs{
Group: pulumi.String("string"),
_scopes: .ObjectUserGroupDynamicMapping_ScopeArray{
&.ObjectUserGroupDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
Adom: pulumi.String("string"),
AuthConcurrentOverride: pulumi.String("string"),
AuthConcurrentValue: pulumi.Float64(0),
Authtimeout: pulumi.Float64(0),
Company: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
Email: pulumi.String("string"),
Expire: pulumi.Float64(0),
ExpireType: pulumi.String("string"),
Fosid: pulumi.Float64(0),
GroupType: pulumi.String("string"),
Guests: .ObjectUserGroupDynamicMappingGuestArray{
&.ObjectUserGroupDynamicMappingGuestArgs{
Comment: pulumi.String("string"),
Company: pulumi.String("string"),
Email: pulumi.String("string"),
Expiration: pulumi.String("string"),
Group: pulumi.String("string"),
Id: pulumi.Float64(0),
MobilePhone: pulumi.String("string"),
Name: pulumi.String("string"),
Passwords: pulumi.StringArray{
pulumi.String("string"),
},
Sponsor: pulumi.String("string"),
UserId: pulumi.String("string"),
},
},
HttpDigestRealm: pulumi.String("string"),
LdapMemberof: pulumi.String("string"),
LogicType: pulumi.String("string"),
Matches: .ObjectUserGroupDynamicMappingMatchTypeArray{
&.ObjectUserGroupDynamicMappingMatchTypeArgs{
_guiMeta: pulumi.String("string"),
GroupName: pulumi.String("string"),
Id: pulumi.Float64(0),
ServerName: pulumi.String("string"),
},
},
MaxAccounts: pulumi.Float64(0),
Member: pulumi.String("string"),
MobilePhone: pulumi.String("string"),
MultipleGuestAdd: pulumi.String("string"),
ObjectUserGroupDynamicMappingId: pulumi.String("string"),
Password: pulumi.String("string"),
RedirUrl: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SmsCustomServer: pulumi.String("string"),
SmsServer: pulumi.String("string"),
Sponsor: pulumi.String("string"),
SslvpnBookmarksGroup: pulumi.String("string"),
SslvpnCacheCleaner: pulumi.String("string"),
SslvpnClientChecks: pulumi.StringArray{
pulumi.String("string"),
},
SslvpnFtp: pulumi.String("string"),
SslvpnHttp: pulumi.String("string"),
SslvpnOsCheck: pulumi.String("string"),
SslvpnOsCheckList: &.ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs{
Action: pulumi.String("string"),
LatestPatchLevel: pulumi.String("string"),
Name: pulumi.String("string"),
Tolerance: pulumi.Float64(0),
},
SslvpnPortal: pulumi.String("string"),
SslvpnPortalHeading: pulumi.String("string"),
SslvpnRdp: pulumi.String("string"),
SslvpnSamba: pulumi.String("string"),
SslvpnSplitTunneling: pulumi.String("string"),
SslvpnSsh: pulumi.String("string"),
SslvpnTelnet: pulumi.String("string"),
SslvpnTunnel: pulumi.String("string"),
SslvpnTunnelEndip: pulumi.String("string"),
SslvpnTunnelIpMode: pulumi.String("string"),
SslvpnTunnelStartip: pulumi.String("string"),
SslvpnVirtualDesktop: pulumi.String("string"),
SslvpnVnc: pulumi.String("string"),
SslvpnWebapp: pulumi.String("string"),
SsoAttributeValue: pulumi.String("string"),
UserId: pulumi.String("string"),
UserName: pulumi.String("string"),
})
var objectUserGroupDynamicMappingResource = new ObjectUserGroupDynamicMapping("objectUserGroupDynamicMappingResource", ObjectUserGroupDynamicMappingArgs.builder()
.group("string")
._scopes(ObjectUserGroupDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.adom("string")
.authConcurrentOverride("string")
.authConcurrentValue(0)
.authtimeout(0)
.company("string")
.dynamicSortSubtable("string")
.email("string")
.expire(0)
.expireType("string")
.fosid(0)
.groupType("string")
.guests(ObjectUserGroupDynamicMappingGuestArgs.builder()
.comment("string")
.company("string")
.email("string")
.expiration("string")
.group("string")
.id(0)
.mobilePhone("string")
.name("string")
.passwords("string")
.sponsor("string")
.userId("string")
.build())
.httpDigestRealm("string")
.ldapMemberof("string")
.logicType("string")
.matches(ObjectUserGroupDynamicMappingMatchArgs.builder()
._guiMeta("string")
.groupName("string")
.id(0)
.serverName("string")
.build())
.maxAccounts(0)
.member("string")
.mobilePhone("string")
.multipleGuestAdd("string")
.objectUserGroupDynamicMappingId("string")
.password("string")
.redirUrl("string")
.scopetype("string")
.smsCustomServer("string")
.smsServer("string")
.sponsor("string")
.sslvpnBookmarksGroup("string")
.sslvpnCacheCleaner("string")
.sslvpnClientChecks("string")
.sslvpnFtp("string")
.sslvpnHttp("string")
.sslvpnOsCheck("string")
.sslvpnOsCheckList(ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs.builder()
.action("string")
.latestPatchLevel("string")
.name("string")
.tolerance(0)
.build())
.sslvpnPortal("string")
.sslvpnPortalHeading("string")
.sslvpnRdp("string")
.sslvpnSamba("string")
.sslvpnSplitTunneling("string")
.sslvpnSsh("string")
.sslvpnTelnet("string")
.sslvpnTunnel("string")
.sslvpnTunnelEndip("string")
.sslvpnTunnelIpMode("string")
.sslvpnTunnelStartip("string")
.sslvpnVirtualDesktop("string")
.sslvpnVnc("string")
.sslvpnWebapp("string")
.ssoAttributeValue("string")
.userId("string")
.userName("string")
.build());
object_user_group_dynamic_mapping_resource = fortimanager.ObjectUserGroupDynamicMapping("objectUserGroupDynamicMappingResource",
group="string",
_scopes=[{
"name": "string",
"vdom": "string",
}],
adom="string",
auth_concurrent_override="string",
auth_concurrent_value=0,
authtimeout=0,
company="string",
dynamic_sort_subtable="string",
email="string",
expire=0,
expire_type="string",
fosid=0,
group_type="string",
guests=[{
"comment": "string",
"company": "string",
"email": "string",
"expiration": "string",
"group": "string",
"id": 0,
"mobile_phone": "string",
"name": "string",
"passwords": ["string"],
"sponsor": "string",
"user_id": "string",
}],
http_digest_realm="string",
ldap_memberof="string",
logic_type="string",
matches=[{
"_gui_meta": "string",
"group_name": "string",
"id": 0,
"server_name": "string",
}],
max_accounts=0,
member="string",
mobile_phone="string",
multiple_guest_add="string",
object_user_group_dynamic_mapping_id="string",
password="string",
redir_url="string",
scopetype="string",
sms_custom_server="string",
sms_server="string",
sponsor="string",
sslvpn_bookmarks_group="string",
sslvpn_cache_cleaner="string",
sslvpn_client_checks=["string"],
sslvpn_ftp="string",
sslvpn_http="string",
sslvpn_os_check="string",
sslvpn_os_check_list={
"action": "string",
"latest_patch_level": "string",
"name": "string",
"tolerance": 0,
},
sslvpn_portal="string",
sslvpn_portal_heading="string",
sslvpn_rdp="string",
sslvpn_samba="string",
sslvpn_split_tunneling="string",
sslvpn_ssh="string",
sslvpn_telnet="string",
sslvpn_tunnel="string",
sslvpn_tunnel_endip="string",
sslvpn_tunnel_ip_mode="string",
sslvpn_tunnel_startip="string",
sslvpn_virtual_desktop="string",
sslvpn_vnc="string",
sslvpn_webapp="string",
sso_attribute_value="string",
user_id="string",
user_name="string")
const objectUserGroupDynamicMappingResource = new fortimanager.ObjectUserGroupDynamicMapping("objectUserGroupDynamicMappingResource", {
group: "string",
_scopes: [{
name: "string",
vdom: "string",
}],
adom: "string",
authConcurrentOverride: "string",
authConcurrentValue: 0,
authtimeout: 0,
company: "string",
dynamicSortSubtable: "string",
email: "string",
expire: 0,
expireType: "string",
fosid: 0,
groupType: "string",
guests: [{
comment: "string",
company: "string",
email: "string",
expiration: "string",
group: "string",
id: 0,
mobilePhone: "string",
name: "string",
passwords: ["string"],
sponsor: "string",
userId: "string",
}],
httpDigestRealm: "string",
ldapMemberof: "string",
logicType: "string",
matches: [{
_guiMeta: "string",
groupName: "string",
id: 0,
serverName: "string",
}],
maxAccounts: 0,
member: "string",
mobilePhone: "string",
multipleGuestAdd: "string",
objectUserGroupDynamicMappingId: "string",
password: "string",
redirUrl: "string",
scopetype: "string",
smsCustomServer: "string",
smsServer: "string",
sponsor: "string",
sslvpnBookmarksGroup: "string",
sslvpnCacheCleaner: "string",
sslvpnClientChecks: ["string"],
sslvpnFtp: "string",
sslvpnHttp: "string",
sslvpnOsCheck: "string",
sslvpnOsCheckList: {
action: "string",
latestPatchLevel: "string",
name: "string",
tolerance: 0,
},
sslvpnPortal: "string",
sslvpnPortalHeading: "string",
sslvpnRdp: "string",
sslvpnSamba: "string",
sslvpnSplitTunneling: "string",
sslvpnSsh: "string",
sslvpnTelnet: "string",
sslvpnTunnel: "string",
sslvpnTunnelEndip: "string",
sslvpnTunnelIpMode: "string",
sslvpnTunnelStartip: "string",
sslvpnVirtualDesktop: "string",
sslvpnVnc: "string",
sslvpnWebapp: "string",
ssoAttributeValue: "string",
userId: "string",
userName: "string",
});
type: fortimanager:ObjectUserGroupDynamicMapping
properties:
_scopes:
- name: string
vdom: string
adom: string
authConcurrentOverride: string
authConcurrentValue: 0
authtimeout: 0
company: string
dynamicSortSubtable: string
email: string
expire: 0
expireType: string
fosid: 0
group: string
groupType: string
guests:
- comment: string
company: string
email: string
expiration: string
group: string
id: 0
mobilePhone: string
name: string
passwords:
- string
sponsor: string
userId: string
httpDigestRealm: string
ldapMemberof: string
logicType: string
matches:
- _guiMeta: string
groupName: string
id: 0
serverName: string
maxAccounts: 0
member: string
mobilePhone: string
multipleGuestAdd: string
objectUserGroupDynamicMappingId: string
password: string
redirUrl: string
scopetype: string
smsCustomServer: string
smsServer: string
sponsor: string
sslvpnBookmarksGroup: string
sslvpnCacheCleaner: string
sslvpnClientChecks:
- string
sslvpnFtp: string
sslvpnHttp: string
sslvpnOsCheck: string
sslvpnOsCheckList:
action: string
latestPatchLevel: string
name: string
tolerance: 0
sslvpnPortal: string
sslvpnPortalHeading: string
sslvpnRdp: string
sslvpnSamba: string
sslvpnSplitTunneling: string
sslvpnSsh: string
sslvpnTelnet: string
sslvpnTunnel: string
sslvpnTunnelEndip: string
sslvpnTunnelIpMode: string
sslvpnTunnelStartip: string
sslvpnVirtualDesktop: string
sslvpnVnc: string
sslvpnWebapp: string
ssoAttributeValue: string
userId: string
userName: string
ObjectUserGroupDynamicMapping 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 ObjectUserGroupDynamicMapping resource accepts the following input properties:
- Group string
- Group.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - Auth
Concurrent doubleValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- Authtimeout double
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- Company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - Expire double
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- Expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - Fosid double
- Id.
- Group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - Guests
List<Object
User Group Dynamic Mapping Guest> - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Ldap
Memberof string - Ldap-Memberof.
- Logic
Type string - Logic-Type. Valid values:
or
,and
. - Matches
List<Object
User Group Dynamic Mapping Match> - Match. The structure of
match
block is documented below. - Max
Accounts double - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- Member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- Mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - Multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - Object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sms
Custom stringServer - SMS server.
- Sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - Sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - Sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- Sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - Sslvpn
Client List<string>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - Sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - Sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - Sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - Sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - Sslvpn
Portal string - Sslvpn-Portal.
- Sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- Sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - Sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - Sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - Sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - Sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - Sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - Sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- Sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - Sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- Sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - Sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - Sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - Sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- User
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - User
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
. - _
scopes List<ObjectUser Group Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Group string
- Group.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - Auth
Concurrent float64Value - Maximum number of concurrent authenticated connections per user (0 - 100).
- Authtimeout float64
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- Company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - Expire float64
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- Expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - Fosid float64
- Id.
- Group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - Guests
[]Object
User Group Dynamic Mapping Guest Args - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Ldap
Memberof string - Ldap-Memberof.
- Logic
Type string - Logic-Type. Valid values:
or
,and
. - Matches
[]Object
User Group Dynamic Mapping Match Type Args - Match. The structure of
match
block is documented below. - Max
Accounts float64 - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- Member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- Mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - Multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - Object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sms
Custom stringServer - SMS server.
- Sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - Sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - Sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- Sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - Sslvpn
Client []stringChecks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - Sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - Sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - Sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - Sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List Args - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - Sslvpn
Portal string - Sslvpn-Portal.
- Sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- Sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - Sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - Sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - Sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - Sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - Sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - Sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- Sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - Sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- Sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - Sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - Sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - Sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- User
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - User
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
. - _
scopes []ObjectUser Group Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- group String
- Group.
- _
scopes List<ObjectUser Group Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent StringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent DoubleValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout Double
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company String
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email String
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire Double
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type String - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid Double
- Id.
- group
Type String - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
List<Object
User Group Dynamic Mapping Guest> - Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof String - Ldap-Memberof.
- logic
Type String - Logic-Type. Valid values:
or
,and
. - matches
List<Object
User Group Dynamic Mapping Match> - Match. The structure of
match
block is documented below. - max
Accounts Double - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member String
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone String - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest StringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User StringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom StringServer - SMS server.
- sms
Server String - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor String
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks StringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache StringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client List<String>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp String - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http String - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os StringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal String - Sslvpn-Portal.
- sslvpn
Portal StringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp String - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba String - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split StringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh String - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet String - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel String - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel StringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel StringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel StringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual StringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc String - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp String - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute StringValue - Name of the RADIUS user group that this local user group represents.
- user
Id String - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name String - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- group string
- Group.
- _
scopes ObjectUser Group Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent numberValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout number
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire number
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid number
- Id.
- group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
Object
User Group Dynamic Mapping Guest[] - Guest. The structure of
guest
block is documented below. - http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof string - Ldap-Memberof.
- logic
Type string - Logic-Type. Valid values:
or
,and
. - matches
Object
User Group Dynamic Mapping Match[] - Match. The structure of
match
block is documented below. - max
Accounts number - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url string - Redir-Url.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom stringServer - SMS server.
- sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client string[]Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal string - Sslvpn-Portal.
- sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- user
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- group str
- Group.
- _
scopes Sequence[ObjectUser Group Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
concurrent_ stroverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth_
concurrent_ floatvalue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout float
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company str
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email str
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire float
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire_
type str - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid float
- Id.
- group_
type str - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
Sequence[Object
User Group Dynamic Mapping Guest Args] - Guest. The structure of
guest
block is documented below. - http_
digest_ strrealm - Realm attribute for MD5-digest authentication.
- ldap_
memberof str - Ldap-Memberof.
- logic_
type str - Logic-Type. Valid values:
or
,and
. - matches
Sequence[Object
User Group Dynamic Mapping Match Args] - Match. The structure of
match
block is documented below. - max_
accounts float - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member str
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile_
phone str - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple_
guest_ stradd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object_
user_ strgroup_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password str
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir_
url str - Redir-Url.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms_
custom_ strserver - SMS server.
- sms_
server str - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor str
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn_
bookmarks_ strgroup - Sslvpn-Bookmarks-Group.
- sslvpn_
cache_ strcleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn_
client_ Sequence[str]checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn_
ftp str - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn_
http str - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn_
os_ strcheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn_
os_ Objectcheck_ list User Group Dynamic Mapping Sslvpn Os Check List Args - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn_
portal str - Sslvpn-Portal.
- sslvpn_
portal_ strheading - Sslvpn-Portal-Heading.
- sslvpn_
rdp str - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn_
samba str - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn_
split_ strtunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn_
ssh str - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn_
telnet str - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn_
tunnel str - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn_
tunnel_ strendip - Sslvpn-Tunnel-Endip.
- sslvpn_
tunnel_ strip_ mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn_
tunnel_ strstartip - Sslvpn-Tunnel-Startip.
- sslvpn_
virtual_ strdesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn_
vnc str - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn_
webapp str - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso_
attribute_ strvalue - Name of the RADIUS user group that this local user group represents.
- user_
id str - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user_
name str - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- group String
- Group.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent StringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent NumberValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout Number
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company String
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email String
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire Number
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type String - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid Number
- Id.
- group
Type String - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests List<Property Map>
- Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof String - Ldap-Memberof.
- logic
Type String - Logic-Type. Valid values:
or
,and
. - matches List<Property Map>
- Match. The structure of
match
block is documented below. - max
Accounts Number - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member String
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone String - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest StringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User StringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom StringServer - SMS server.
- sms
Server String - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor String
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks StringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache StringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client List<String>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp String - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http String - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os StringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os Property MapCheck List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal String - Sslvpn-Portal.
- sslvpn
Portal StringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp String - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba String - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split StringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh String - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet String - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel String - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel StringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel StringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel StringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual StringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc String - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp String - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute StringValue - Name of the RADIUS user group that this local user group represents.
- user
Id String - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name String - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectUserGroupDynamicMapping 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 ObjectUserGroupDynamicMapping Resource
Get an existing ObjectUserGroupDynamicMapping 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?: ObjectUserGroupDynamicMappingState, opts?: CustomResourceOptions): ObjectUserGroupDynamicMapping
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
_scopes: Optional[Sequence[ObjectUserGroupDynamicMapping_ScopeArgs]] = None,
adom: Optional[str] = None,
auth_concurrent_override: Optional[str] = None,
auth_concurrent_value: Optional[float] = None,
authtimeout: Optional[float] = None,
company: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
email: Optional[str] = None,
expire: Optional[float] = None,
expire_type: Optional[str] = None,
fosid: Optional[float] = None,
group: Optional[str] = None,
group_type: Optional[str] = None,
guests: Optional[Sequence[ObjectUserGroupDynamicMappingGuestArgs]] = None,
http_digest_realm: Optional[str] = None,
ldap_memberof: Optional[str] = None,
logic_type: Optional[str] = None,
matches: Optional[Sequence[ObjectUserGroupDynamicMappingMatchArgs]] = None,
max_accounts: Optional[float] = None,
member: Optional[str] = None,
mobile_phone: Optional[str] = None,
multiple_guest_add: Optional[str] = None,
object_user_group_dynamic_mapping_id: Optional[str] = None,
password: Optional[str] = None,
redir_url: Optional[str] = None,
scopetype: Optional[str] = None,
sms_custom_server: Optional[str] = None,
sms_server: Optional[str] = None,
sponsor: Optional[str] = None,
sslvpn_bookmarks_group: Optional[str] = None,
sslvpn_cache_cleaner: Optional[str] = None,
sslvpn_client_checks: Optional[Sequence[str]] = None,
sslvpn_ftp: Optional[str] = None,
sslvpn_http: Optional[str] = None,
sslvpn_os_check: Optional[str] = None,
sslvpn_os_check_list: Optional[ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs] = None,
sslvpn_portal: Optional[str] = None,
sslvpn_portal_heading: Optional[str] = None,
sslvpn_rdp: Optional[str] = None,
sslvpn_samba: Optional[str] = None,
sslvpn_split_tunneling: Optional[str] = None,
sslvpn_ssh: Optional[str] = None,
sslvpn_telnet: Optional[str] = None,
sslvpn_tunnel: Optional[str] = None,
sslvpn_tunnel_endip: Optional[str] = None,
sslvpn_tunnel_ip_mode: Optional[str] = None,
sslvpn_tunnel_startip: Optional[str] = None,
sslvpn_virtual_desktop: Optional[str] = None,
sslvpn_vnc: Optional[str] = None,
sslvpn_webapp: Optional[str] = None,
sso_attribute_value: Optional[str] = None,
user_id: Optional[str] = None,
user_name: Optional[str] = None) -> ObjectUserGroupDynamicMapping
func GetObjectUserGroupDynamicMapping(ctx *Context, name string, id IDInput, state *ObjectUserGroupDynamicMappingState, opts ...ResourceOption) (*ObjectUserGroupDynamicMapping, error)
public static ObjectUserGroupDynamicMapping Get(string name, Input<string> id, ObjectUserGroupDynamicMappingState? state, CustomResourceOptions? opts = null)
public static ObjectUserGroupDynamicMapping get(String name, Output<String> id, ObjectUserGroupDynamicMappingState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectUserGroupDynamicMapping get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - Auth
Concurrent doubleValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- Authtimeout double
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- Company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - Expire double
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- Expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - Fosid double
- Id.
- Group string
- Group.
- Group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - Guests
List<Object
User Group Dynamic Mapping Guest> - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Ldap
Memberof string - Ldap-Memberof.
- Logic
Type string - Logic-Type. Valid values:
or
,and
. - Matches
List<Object
User Group Dynamic Mapping Match> - Match. The structure of
match
block is documented below. - Max
Accounts double - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- Member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- Mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - Multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - Object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sms
Custom stringServer - SMS server.
- Sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - Sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - Sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- Sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - Sslvpn
Client List<string>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - Sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - Sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - Sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - Sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - Sslvpn
Portal string - Sslvpn-Portal.
- Sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- Sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - Sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - Sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - Sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - Sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - Sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - Sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- Sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - Sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- Sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - Sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - Sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - Sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- User
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - User
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
. - _
scopes List<ObjectUser Group Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - Auth
Concurrent float64Value - Maximum number of concurrent authenticated connections per user (0 - 100).
- Authtimeout float64
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- Company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - Expire float64
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- Expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - Fosid float64
- Id.
- Group string
- Group.
- Group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - Guests
[]Object
User Group Dynamic Mapping Guest Args - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Ldap
Memberof string - Ldap-Memberof.
- Logic
Type string - Logic-Type. Valid values:
or
,and
. - Matches
[]Object
User Group Dynamic Mapping Match Type Args - Match. The structure of
match
block is documented below. - Max
Accounts float64 - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- Member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- Mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - Multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - Object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Sms
Custom stringServer - SMS server.
- Sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - Sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - Sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- Sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - Sslvpn
Client []stringChecks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - Sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - Sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - Sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - Sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List Args - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - Sslvpn
Portal string - Sslvpn-Portal.
- Sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- Sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - Sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - Sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - Sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - Sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - Sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - Sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- Sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - Sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- Sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - Sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - Sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - Sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- User
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - User
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
. - _
scopes []ObjectUser Group Dynamic Mapping_Scope Args - _Scope. The structure of
_scope
block is documented below.
- _
scopes List<ObjectUser Group Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent StringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent DoubleValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout Double
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company String
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email String
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire Double
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type String - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid Double
- Id.
- group String
- Group.
- group
Type String - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
List<Object
User Group Dynamic Mapping Guest> - Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof String - Ldap-Memberof.
- logic
Type String - Logic-Type. Valid values:
or
,and
. - matches
List<Object
User Group Dynamic Mapping Match> - Match. The structure of
match
block is documented below. - max
Accounts Double - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member String
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone String - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest StringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User StringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom StringServer - SMS server.
- sms
Server String - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor String
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks StringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache StringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client List<String>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp String - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http String - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os StringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal String - Sslvpn-Portal.
- sslvpn
Portal StringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp String - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba String - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split StringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh String - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet String - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel String - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel StringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel StringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel StringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual StringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc String - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp String - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute StringValue - Name of the RADIUS user group that this local user group represents.
- user
Id String - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name String - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- _
scopes ObjectUser Group Dynamic Mapping_Scope[] - _Scope. The structure of
_scope
block is documented below. - adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent stringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent numberValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout number
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company string
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email string
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire number
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type string - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid number
- Id.
- group string
- Group.
- group
Type string - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
Object
User Group Dynamic Mapping Guest[] - Guest. The structure of
guest
block is documented below. - http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof string - Ldap-Memberof.
- logic
Type string - Logic-Type. Valid values:
or
,and
. - matches
Object
User Group Dynamic Mapping Match[] - Match. The structure of
match
block is documented below. - max
Accounts number - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member string
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone string - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest stringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User stringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url string - Redir-Url.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom stringServer - SMS server.
- sms
Server string - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor string
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks stringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache stringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client string[]Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp string - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http string - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os stringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os ObjectCheck List User Group Dynamic Mapping Sslvpn Os Check List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal string - Sslvpn-Portal.
- sslvpn
Portal stringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp string - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba string - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split stringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh string - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet string - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel string - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel stringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel stringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel stringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual stringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc string - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp string - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute stringValue - Name of the RADIUS user group that this local user group represents.
- user
Id string - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name string - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- _
scopes Sequence[ObjectUser Group Dynamic Mapping_Scope Args] - _Scope. The structure of
_scope
block is documented below. - adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth_
concurrent_ stroverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth_
concurrent_ floatvalue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout float
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company str
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email str
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire float
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire_
type str - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid float
- Id.
- group str
- Group.
- group_
type str - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests
Sequence[Object
User Group Dynamic Mapping Guest Args] - Guest. The structure of
guest
block is documented below. - http_
digest_ strrealm - Realm attribute for MD5-digest authentication.
- ldap_
memberof str - Ldap-Memberof.
- logic_
type str - Logic-Type. Valid values:
or
,and
. - matches
Sequence[Object
User Group Dynamic Mapping Match Args] - Match. The structure of
match
block is documented below. - max_
accounts float - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member str
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile_
phone str - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple_
guest_ stradd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object_
user_ strgroup_ dynamic_ mapping_ id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password str
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir_
url str - Redir-Url.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms_
custom_ strserver - SMS server.
- sms_
server str - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor str
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn_
bookmarks_ strgroup - Sslvpn-Bookmarks-Group.
- sslvpn_
cache_ strcleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn_
client_ Sequence[str]checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn_
ftp str - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn_
http str - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn_
os_ strcheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn_
os_ Objectcheck_ list User Group Dynamic Mapping Sslvpn Os Check List Args - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn_
portal str - Sslvpn-Portal.
- sslvpn_
portal_ strheading - Sslvpn-Portal-Heading.
- sslvpn_
rdp str - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn_
samba str - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn_
split_ strtunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn_
ssh str - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn_
telnet str - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn_
tunnel str - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn_
tunnel_ strendip - Sslvpn-Tunnel-Endip.
- sslvpn_
tunnel_ strip_ mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn_
tunnel_ strstartip - Sslvpn-Tunnel-Startip.
- sslvpn_
virtual_ strdesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn_
vnc str - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn_
webapp str - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso_
attribute_ strvalue - Name of the RADIUS user group that this local user group represents.
- user_
id str - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user_
name str - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
- _
scopes List<Property Map> - _Scope. The structure of
_scope
block is documented below. - adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - auth
Concurrent StringOverride - Enable/disable overriding the global number of concurrent authentication sessions for this user group. Valid values:
disable
,enable
. - auth
Concurrent NumberValue - Maximum number of concurrent authenticated connections per user (0 - 100).
- authtimeout Number
- Authentication timeout in minutes for this user group. 0 to use the global user setting auth-timeout.
- company String
- Set the action for the company guest user field. Valid values:
optional
,mandatory
,disabled
. - dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- email String
- Enable/disable the guest user email address field. Valid values:
disable
,enable
. - expire Number
- Time in seconds before guest user accounts expire. (1 - 31536000 sec)
- expire
Type String - Determine when the expiration countdown begins. Valid values:
immediately
,first-successful-login
. - fosid Number
- Id.
- group String
- Group.
- group
Type String - Set the group to be for firewall authentication, FSSO, RSSO, or guest users. Valid values:
firewall
,directory-service
,fsso-service
,guest
,rsso
. - guests List<Property Map>
- Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- ldap
Memberof String - Ldap-Memberof.
- logic
Type String - Logic-Type. Valid values:
or
,and
. - matches List<Property Map>
- Match. The structure of
match
block is documented below. - max
Accounts Number - Maximum number of guest accounts that can be created for this group (0 means unlimited).
- member String
- Names of users, peers, LDAP severs, or RADIUS servers to add to the user group.
- mobile
Phone String - Enable/disable the guest user mobile phone number field. Valid values:
disable
,enable
. - multiple
Guest StringAdd - Enable/disable addition of multiple guests. Valid values:
disable
,enable
. - object
User StringGroup Dynamic Mapping Id - an identifier for the resource with format "{{_scope.name}} {{_scope.vdom}}".
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - sms
Custom StringServer - SMS server.
- sms
Server String - Send SMS through FortiGuard or other external server. Valid values:
fortiguard
,custom
. - sponsor String
- Set the action for the sponsor guest user field. Valid values:
optional
,mandatory
,disabled
. - sslvpn
Bookmarks StringGroup - Sslvpn-Bookmarks-Group.
- sslvpn
Cache StringCleaner - Sslvpn-Cache-Cleaner. Valid values:
disable
,enable
. - sslvpn
Client List<String>Checks - Sslvpn-Client-Check. Valid values:
forticlient
,forticlient-av
,forticlient-fw
,3rdAV
,3rdFW
. - sslvpn
Ftp String - Sslvpn-Ftp. Valid values:
disable
,enable
. - sslvpn
Http String - Sslvpn-Http. Valid values:
disable
,enable
. - sslvpn
Os StringCheck - Sslvpn-Os-Check. Valid values:
disable
,enable
. - sslvpn
Os Property MapCheck List - Sslvpn-Os-Check-List. The structure of
sslvpn_os_check_list
block is documented below. - sslvpn
Portal String - Sslvpn-Portal.
- sslvpn
Portal StringHeading - Sslvpn-Portal-Heading.
- sslvpn
Rdp String - Sslvpn-Rdp. Valid values:
disable
,enable
. - sslvpn
Samba String - Sslvpn-Samba. Valid values:
disable
,enable
. - sslvpn
Split StringTunneling - Sslvpn-Split-Tunneling. Valid values:
disable
,enable
. - sslvpn
Ssh String - Sslvpn-Ssh. Valid values:
disable
,enable
. - sslvpn
Telnet String - Sslvpn-Telnet. Valid values:
disable
,enable
. - sslvpn
Tunnel String - Sslvpn-Tunnel. Valid values:
disable
,enable
. - sslvpn
Tunnel StringEndip - Sslvpn-Tunnel-Endip.
- sslvpn
Tunnel StringIp Mode - Sslvpn-Tunnel-Ip-Mode. Valid values:
range
,usrgrp
. - sslvpn
Tunnel StringStartip - Sslvpn-Tunnel-Startip.
- sslvpn
Virtual StringDesktop - Sslvpn-Virtual-Desktop. Valid values:
disable
,enable
. - sslvpn
Vnc String - Sslvpn-Vnc. Valid values:
disable
,enable
. - sslvpn
Webapp String - Sslvpn-Webapp. Valid values:
disable
,enable
. - sso
Attribute StringValue - Name of the RADIUS user group that this local user group represents.
- user
Id String - Guest user ID type. Valid values:
email
,auto-generate
,specify
. - user
Name String - Enable/disable the guest user name entry. Valid values:
disable
,enable
.
Supporting Types
ObjectUserGroupDynamicMappingGuest, ObjectUserGroupDynamicMappingGuestArgs
- Comment string
- Comment.
- Company string
- Set the action for the company guest user field.
- Email string
- Email.
- Expiration string
- Expire time.
- Group string
- Group.
- Id double
- Guest ID.
- Mobile
Phone string - Mobile phone.
- Name string
- Guest name.
- Passwords List<string>
- Guest password.
- Sponsor string
- Set the action for the sponsor guest user field.
- User
Id string - Guest ID.
- Comment string
- Comment.
- Company string
- Set the action for the company guest user field.
- Email string
- Email.
- Expiration string
- Expire time.
- Group string
- Group.
- Id float64
- Guest ID.
- Mobile
Phone string - Mobile phone.
- Name string
- Guest name.
- Passwords []string
- Guest password.
- Sponsor string
- Set the action for the sponsor guest user field.
- User
Id string - Guest ID.
- comment String
- Comment.
- company String
- Set the action for the company guest user field.
- email String
- Email.
- expiration String
- Expire time.
- group String
- Group.
- id Double
- Guest ID.
- mobile
Phone String - Mobile phone.
- name String
- Guest name.
- passwords List<String>
- Guest password.
- sponsor String
- Set the action for the sponsor guest user field.
- user
Id String - Guest ID.
- comment string
- Comment.
- company string
- Set the action for the company guest user field.
- email string
- Email.
- expiration string
- Expire time.
- group string
- Group.
- id number
- Guest ID.
- mobile
Phone string - Mobile phone.
- name string
- Guest name.
- passwords string[]
- Guest password.
- sponsor string
- Set the action for the sponsor guest user field.
- user
Id string - Guest ID.
- comment str
- Comment.
- company str
- Set the action for the company guest user field.
- email str
- Email.
- expiration str
- Expire time.
- group str
- Group.
- id float
- Guest ID.
- mobile_
phone str - Mobile phone.
- name str
- Guest name.
- passwords Sequence[str]
- Guest password.
- sponsor str
- Set the action for the sponsor guest user field.
- user_
id str - Guest ID.
- comment String
- Comment.
- company String
- Set the action for the company guest user field.
- email String
- Email.
- expiration String
- Expire time.
- group String
- Group.
- id Number
- Guest ID.
- mobile
Phone String - Mobile phone.
- name String
- Guest name.
- passwords List<String>
- Guest password.
- sponsor String
- Set the action for the sponsor guest user field.
- user
Id String - Guest ID.
ObjectUserGroupDynamicMappingMatch, ObjectUserGroupDynamicMappingMatchArgs
- Group
Name string - Name of matching user or group on remote authentication server.
- Id double
- ID.
- Server
Name string - Name of remote auth server.
- _
gui stringMeta - _Gui_Meta.
- Group
Name string - Name of matching user or group on remote authentication server.
- Id float64
- ID.
- Server
Name string - Name of remote auth server.
- _
gui stringMeta - _Gui_Meta.
- _
gui StringMeta - _Gui_Meta.
- group
Name String - Name of matching user or group on remote authentication server.
- id Double
- ID.
- server
Name String - Name of remote auth server.
- _
gui stringMeta - _Gui_Meta.
- group
Name string - Name of matching user or group on remote authentication server.
- id number
- ID.
- server
Name string - Name of remote auth server.
- _
gui_ strmeta - _Gui_Meta.
- group_
name str - Name of matching user or group on remote authentication server.
- id float
- ID.
- server_
name str - Name of remote auth server.
- _
gui StringMeta - _Gui_Meta.
- group
Name String - Name of matching user or group on remote authentication server.
- id Number
- ID.
- server
Name String - Name of remote auth server.
ObjectUserGroupDynamicMappingSslvpnOsCheckList, ObjectUserGroupDynamicMappingSslvpnOsCheckListArgs
- Action string
- Action. Valid values:
allow
,check-up-to-date
,deny
. - Latest
Patch stringLevel - Latest-Patch-Level.
- Name string
- Name.
- Tolerance double
- Tolerance.
- Action string
- Action. Valid values:
allow
,check-up-to-date
,deny
. - Latest
Patch stringLevel - Latest-Patch-Level.
- Name string
- Name.
- Tolerance float64
- Tolerance.
- action String
- Action. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch StringLevel - Latest-Patch-Level.
- name String
- Name.
- tolerance Double
- Tolerance.
- action string
- Action. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch stringLevel - Latest-Patch-Level.
- name string
- Name.
- tolerance number
- Tolerance.
- action str
- Action. Valid values:
allow
,check-up-to-date
,deny
. - latest_
patch_ strlevel - Latest-Patch-Level.
- name str
- Name.
- tolerance float
- Tolerance.
- action String
- Action. Valid values:
allow
,check-up-to-date
,deny
. - latest
Patch StringLevel - Latest-Patch-Level.
- name String
- Name.
- tolerance Number
- Tolerance.
ObjectUserGroupDynamicMapping_Scope, ObjectUserGroupDynamicMapping_ScopeArgs
Import
ObjectUser GroupDynamicMapping can be imported using any of these accepted formats:
Set import_options = [“group=YOUR_VALUE”] in the provider section.
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserGroupDynamicMapping:ObjectUserGroupDynamicMapping labelname {{_scope.name}}.{{_scope.vdom}}
$ 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.