fortimanager.ObjectUserGroup
Explore with Pulumi AI
Configure user groups.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
dynamic_mapping
:fortimanager.ObjectUserGroupDynamicMapping
guest
:fortimanager_object_user_group_guest
match
:fortimanager.ObjectUserGroupMatch
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.ObjectUserGroup("trname", {
password: "specify",
userId: "email",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.ObjectUserGroup("trname",
password="specify",
user_id="email")
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.NewObjectUserGroup(ctx, "trname", &fortimanager.ObjectUserGroupArgs{
Password: pulumi.String("specify"),
UserId: pulumi.String("email"),
})
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 trname = new Fortimanager.ObjectUserGroup("trname", new()
{
Password = "specify",
UserId = "email",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.ObjectUserGroup;
import com.pulumi.fortimanager.ObjectUserGroupArgs;
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 trname = new ObjectUserGroup("trname", ObjectUserGroupArgs.builder()
.password("specify")
.userId("email")
.build());
}
}
resources:
trname:
type: fortimanager:ObjectUserGroup
properties:
password: specify
userId: email
Create ObjectUserGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectUserGroup(name: string, args?: ObjectUserGroupArgs, opts?: CustomResourceOptions);
@overload
def ObjectUserGroup(resource_name: str,
args: Optional[ObjectUserGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectUserGroup(resource_name: str,
opts: Optional[ResourceOptions] = 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_mappings: Optional[Sequence[ObjectUserGroupDynamicMappingArgs]] = 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[ObjectUserGroupGuestArgs]] = None,
http_digest_realm: Optional[str] = None,
matches: Optional[Sequence[ObjectUserGroupMatchArgs]] = None,
max_accounts: Optional[float] = None,
members: Optional[Sequence[str]] = None,
mobile_phone: Optional[str] = None,
multiple_guest_add: Optional[str] = None,
name: Optional[str] = None,
object_user_group_id: Optional[str] = None,
password: Optional[str] = None,
scopetype: Optional[str] = None,
sms_custom_server: Optional[str] = None,
sms_server: Optional[str] = None,
sponsor: Optional[str] = None,
sso_attribute_value: Optional[str] = None,
user_id: Optional[str] = None,
user_name: Optional[str] = None)
func NewObjectUserGroup(ctx *Context, name string, args *ObjectUserGroupArgs, opts ...ResourceOption) (*ObjectUserGroup, error)
public ObjectUserGroup(string name, ObjectUserGroupArgs? args = null, CustomResourceOptions? opts = null)
public ObjectUserGroup(String name, ObjectUserGroupArgs args)
public ObjectUserGroup(String name, ObjectUserGroupArgs args, CustomResourceOptions options)
type: fortimanager:ObjectUserGroup
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 ObjectUserGroupArgs
- 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 ObjectUserGroupArgs
- 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 ObjectUserGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectUserGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectUserGroupArgs
- 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 objectUserGroupResource = new Fortimanager.ObjectUserGroup("objectUserGroupResource", new()
{
Adom = "string",
AuthConcurrentOverride = "string",
AuthConcurrentValue = 0,
Authtimeout = 0,
Company = "string",
DynamicMappings = new[]
{
new Fortimanager.Inputs.ObjectUserGroupDynamicMappingArgs
{
_scopes = new[]
{
new Fortimanager.Inputs.ObjectUserGroupDynamicMapping_ScopeArgs
{
Name = "string",
Vdom = "string",
},
},
AuthConcurrentOverride = "string",
AuthConcurrentValue = 0,
Authtimeout = 0,
Company = "string",
Email = "string",
Expire = 0,
ExpireType = "string",
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",
Id = 0,
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",
Password = "string",
RedirUrl = "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",
},
},
DynamicSortSubtable = "string",
Email = "string",
Expire = 0,
ExpireType = "string",
Fosid = 0,
GroupType = "string",
Guests = new[]
{
new Fortimanager.Inputs.ObjectUserGroupGuestArgs
{
Comment = "string",
Company = "string",
Email = "string",
Expiration = "string",
Id = 0,
MobilePhone = "string",
Name = "string",
Passwords = new[]
{
"string",
},
Sponsor = "string",
UserId = "string",
},
},
HttpDigestRealm = "string",
Matches = new[]
{
new Fortimanager.Inputs.ObjectUserGroupMatchArgs
{
_guiMeta = "string",
GroupName = "string",
Id = 0,
ServerName = "string",
},
},
MaxAccounts = 0,
Members = new[]
{
"string",
},
MobilePhone = "string",
MultipleGuestAdd = "string",
Name = "string",
ObjectUserGroupId = "string",
Password = "string",
Scopetype = "string",
SmsCustomServer = "string",
SmsServer = "string",
Sponsor = "string",
SsoAttributeValue = "string",
UserId = "string",
UserName = "string",
});
example, err := fortimanager.NewObjectUserGroup(ctx, "objectUserGroupResource", &fortimanager.ObjectUserGroupArgs{
Adom: pulumi.String("string"),
AuthConcurrentOverride: pulumi.String("string"),
AuthConcurrentValue: pulumi.Float64(0),
Authtimeout: pulumi.Float64(0),
Company: pulumi.String("string"),
DynamicMappings: .ObjectUserGroupDynamicMappingTypeArray{
&.ObjectUserGroupDynamicMappingTypeArgs{
_scopes: .ObjectUserGroupDynamicMapping_ScopeArray{
&.ObjectUserGroupDynamicMapping_ScopeArgs{
Name: pulumi.String("string"),
Vdom: pulumi.String("string"),
},
},
AuthConcurrentOverride: pulumi.String("string"),
AuthConcurrentValue: pulumi.Float64(0),
Authtimeout: pulumi.Float64(0),
Company: pulumi.String("string"),
Email: pulumi.String("string"),
Expire: pulumi.Float64(0),
ExpireType: pulumi.String("string"),
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"),
Id: pulumi.Float64(0),
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"),
Password: pulumi.String("string"),
RedirUrl: 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"),
},
},
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: .ObjectUserGroupGuestArray{
&.ObjectUserGroupGuestArgs{
Comment: pulumi.String("string"),
Company: pulumi.String("string"),
Email: pulumi.String("string"),
Expiration: 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"),
Matches: .ObjectUserGroupMatchTypeArray{
&.ObjectUserGroupMatchTypeArgs{
_guiMeta: pulumi.String("string"),
GroupName: pulumi.String("string"),
Id: pulumi.Float64(0),
ServerName: pulumi.String("string"),
},
},
MaxAccounts: pulumi.Float64(0),
Members: pulumi.StringArray{
pulumi.String("string"),
},
MobilePhone: pulumi.String("string"),
MultipleGuestAdd: pulumi.String("string"),
Name: pulumi.String("string"),
ObjectUserGroupId: pulumi.String("string"),
Password: pulumi.String("string"),
Scopetype: pulumi.String("string"),
SmsCustomServer: pulumi.String("string"),
SmsServer: pulumi.String("string"),
Sponsor: pulumi.String("string"),
SsoAttributeValue: pulumi.String("string"),
UserId: pulumi.String("string"),
UserName: pulumi.String("string"),
})
var objectUserGroupResource = new ObjectUserGroup("objectUserGroupResource", ObjectUserGroupArgs.builder()
.adom("string")
.authConcurrentOverride("string")
.authConcurrentValue(0)
.authtimeout(0)
.company("string")
.dynamicMappings(ObjectUserGroupDynamicMappingArgs.builder()
._scopes(ObjectUserGroupDynamicMapping_ScopeArgs.builder()
.name("string")
.vdom("string")
.build())
.authConcurrentOverride("string")
.authConcurrentValue(0)
.authtimeout(0)
.company("string")
.email("string")
.expire(0)
.expireType("string")
.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")
.id(0)
.ldapMemberof("string")
.logicType("string")
.matches(ObjectUserGroupDynamicMappingMatchArgs.builder()
._guiMeta("string")
.groupName("string")
.id(0)
.serverName("string")
.build())
.maxAccounts(0)
.member("string")
.mobilePhone("string")
.multipleGuestAdd("string")
.password("string")
.redirUrl("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())
.dynamicSortSubtable("string")
.email("string")
.expire(0)
.expireType("string")
.fosid(0)
.groupType("string")
.guests(ObjectUserGroupGuestArgs.builder()
.comment("string")
.company("string")
.email("string")
.expiration("string")
.id(0)
.mobilePhone("string")
.name("string")
.passwords("string")
.sponsor("string")
.userId("string")
.build())
.httpDigestRealm("string")
.matches(ObjectUserGroupMatchArgs.builder()
._guiMeta("string")
.groupName("string")
.id(0)
.serverName("string")
.build())
.maxAccounts(0)
.members("string")
.mobilePhone("string")
.multipleGuestAdd("string")
.name("string")
.objectUserGroupId("string")
.password("string")
.scopetype("string")
.smsCustomServer("string")
.smsServer("string")
.sponsor("string")
.ssoAttributeValue("string")
.userId("string")
.userName("string")
.build());
object_user_group_resource = fortimanager.ObjectUserGroup("objectUserGroupResource",
adom="string",
auth_concurrent_override="string",
auth_concurrent_value=0,
authtimeout=0,
company="string",
dynamic_mappings=[{
"_scopes": [{
"name": "string",
"vdom": "string",
}],
"auth_concurrent_override": "string",
"auth_concurrent_value": 0,
"authtimeout": 0,
"company": "string",
"email": "string",
"expire": 0,
"expire_type": "string",
"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",
"id": 0,
"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",
"password": "string",
"redir_url": "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",
}],
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",
"id": 0,
"mobile_phone": "string",
"name": "string",
"passwords": ["string"],
"sponsor": "string",
"user_id": "string",
}],
http_digest_realm="string",
matches=[{
"_gui_meta": "string",
"group_name": "string",
"id": 0,
"server_name": "string",
}],
max_accounts=0,
members=["string"],
mobile_phone="string",
multiple_guest_add="string",
name="string",
object_user_group_id="string",
password="string",
scopetype="string",
sms_custom_server="string",
sms_server="string",
sponsor="string",
sso_attribute_value="string",
user_id="string",
user_name="string")
const objectUserGroupResource = new fortimanager.ObjectUserGroup("objectUserGroupResource", {
adom: "string",
authConcurrentOverride: "string",
authConcurrentValue: 0,
authtimeout: 0,
company: "string",
dynamicMappings: [{
_scopes: [{
name: "string",
vdom: "string",
}],
authConcurrentOverride: "string",
authConcurrentValue: 0,
authtimeout: 0,
company: "string",
email: "string",
expire: 0,
expireType: "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",
id: 0,
ldapMemberof: "string",
logicType: "string",
matches: [{
_guiMeta: "string",
groupName: "string",
id: 0,
serverName: "string",
}],
maxAccounts: 0,
member: "string",
mobilePhone: "string",
multipleGuestAdd: "string",
password: "string",
redirUrl: "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",
}],
dynamicSortSubtable: "string",
email: "string",
expire: 0,
expireType: "string",
fosid: 0,
groupType: "string",
guests: [{
comment: "string",
company: "string",
email: "string",
expiration: "string",
id: 0,
mobilePhone: "string",
name: "string",
passwords: ["string"],
sponsor: "string",
userId: "string",
}],
httpDigestRealm: "string",
matches: [{
_guiMeta: "string",
groupName: "string",
id: 0,
serverName: "string",
}],
maxAccounts: 0,
members: ["string"],
mobilePhone: "string",
multipleGuestAdd: "string",
name: "string",
objectUserGroupId: "string",
password: "string",
scopetype: "string",
smsCustomServer: "string",
smsServer: "string",
sponsor: "string",
ssoAttributeValue: "string",
userId: "string",
userName: "string",
});
type: fortimanager:ObjectUserGroup
properties:
adom: string
authConcurrentOverride: string
authConcurrentValue: 0
authtimeout: 0
company: string
dynamicMappings:
- _scopes:
- name: string
vdom: string
authConcurrentOverride: string
authConcurrentValue: 0
authtimeout: 0
company: string
email: string
expire: 0
expireType: 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
id: 0
ldapMemberof: string
logicType: string
matches:
- _guiMeta: string
groupName: string
id: 0
serverName: string
maxAccounts: 0
member: string
mobilePhone: string
multipleGuestAdd: string
password: string
redirUrl: 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
dynamicSortSubtable: string
email: string
expire: 0
expireType: string
fosid: 0
groupType: string
guests:
- comment: string
company: string
email: string
expiration: string
id: 0
mobilePhone: string
name: string
passwords:
- string
sponsor: string
userId: string
httpDigestRealm: string
matches:
- _guiMeta: string
groupName: string
id: 0
serverName: string
maxAccounts: 0
members:
- string
mobilePhone: string
multipleGuestAdd: string
name: string
objectUserGroupId: string
password: string
scopetype: string
smsCustomServer: string
smsServer: string
sponsor: string
ssoAttributeValue: string
userId: string
userName: string
ObjectUserGroup 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 ObjectUserGroup resource accepts the following input properties:
- 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
Mappings List<ObjectUser Group Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest> - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Matches
List<Object
User Group 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).
- Members List<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
. - Name string
- Group name.
- Object
User stringGroup Id - an identifier for the resource with format {{name}}.
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings []ObjectUser Group Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest Args - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Matches
[]Object
User Group 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).
- Members []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
. - Name string
- Group name.
- Object
User stringGroup Id - an identifier for the resource with format {{name}}.
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings List<ObjectUser Group Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest> - Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- matches
List<Object
User Group 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).
- members List<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
. - name String
- Group name.
- object
User StringGroup Id - an identifier for the resource with format {{name}}.
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings ObjectUser Group Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest[] - Guest. The structure of
guest
block is documented below. - http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- matches
Object
User Group 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).
- members 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
. - name string
- Group name.
- object
User stringGroup Id - an identifier for the resource with format {{name}}.
- password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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_
mappings Sequence[ObjectUser Group Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest Args] - Guest. The structure of
guest
block is documented below. - http_
digest_ strrealm - Realm attribute for MD5-digest authentication.
- matches
Sequence[Object
User Group 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).
- members Sequence[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
. - name str
- Group name.
- object_
user_ strgroup_ id - an identifier for the resource with format {{name}}.
- password str
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- 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).
- members List<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
. - name String
- Group name.
- object
User StringGroup Id - an identifier for the resource with format {{name}}.
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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 ObjectUserGroup 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 ObjectUserGroup Resource
Get an existing ObjectUserGroup 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?: ObjectUserGroupState, opts?: CustomResourceOptions): ObjectUserGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = 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_mappings: Optional[Sequence[ObjectUserGroupDynamicMappingArgs]] = 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[ObjectUserGroupGuestArgs]] = None,
http_digest_realm: Optional[str] = None,
matches: Optional[Sequence[ObjectUserGroupMatchArgs]] = None,
max_accounts: Optional[float] = None,
members: Optional[Sequence[str]] = None,
mobile_phone: Optional[str] = None,
multiple_guest_add: Optional[str] = None,
name: Optional[str] = None,
object_user_group_id: Optional[str] = None,
password: Optional[str] = None,
scopetype: Optional[str] = None,
sms_custom_server: Optional[str] = None,
sms_server: Optional[str] = None,
sponsor: Optional[str] = None,
sso_attribute_value: Optional[str] = None,
user_id: Optional[str] = None,
user_name: Optional[str] = None) -> ObjectUserGroup
func GetObjectUserGroup(ctx *Context, name string, id IDInput, state *ObjectUserGroupState, opts ...ResourceOption) (*ObjectUserGroup, error)
public static ObjectUserGroup Get(string name, Input<string> id, ObjectUserGroupState? state, CustomResourceOptions? opts = null)
public static ObjectUserGroup get(String name, Output<String> id, ObjectUserGroupState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectUserGroup 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
Mappings List<ObjectUser Group Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest> - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Matches
List<Object
User Group 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).
- Members List<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
. - Name string
- Group name.
- Object
User stringGroup Id - an identifier for the resource with format {{name}}.
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings []ObjectUser Group Dynamic Mapping Type Args - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest Args - Guest. The structure of
guest
block is documented below. - Http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- Matches
[]Object
User Group 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).
- Members []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
. - Name string
- Group name.
- Object
User stringGroup Id - an identifier for the resource with format {{name}}.
- Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings List<ObjectUser Group Dynamic Mapping> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest> - Guest. The structure of
guest
block is documented below. - http
Digest StringRealm - Realm attribute for MD5-digest authentication.
- matches
List<Object
User Group 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).
- members List<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
. - name String
- Group name.
- object
User StringGroup Id - an identifier for the resource with format {{name}}.
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings ObjectUser Group Dynamic Mapping[] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest[] - Guest. The structure of
guest
block is documented below. - http
Digest stringRealm - Realm attribute for MD5-digest authentication.
- matches
Object
User Group 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).
- members 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
. - name string
- Group name.
- object
User stringGroup Id - an identifier for the resource with format {{name}}.
- password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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_
mappings Sequence[ObjectUser Group Dynamic Mapping Args] - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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 Guest Args] - Guest. The structure of
guest
block is documented below. - http_
digest_ strrealm - Realm attribute for MD5-digest authentication.
- matches
Sequence[Object
User Group 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).
- members Sequence[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
. - name str
- Group name.
- object_
user_ strgroup_ id - an identifier for the resource with format {{name}}.
- password str
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
.
- 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
Mappings List<Property Map> - Dynamic_Mapping. The structure of
dynamic_mapping
block is documented below. - 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.
- 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).
- members List<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
. - name String
- Group name.
- object
User StringGroup Id - an identifier for the resource with format {{name}}.
- password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - 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
. - 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
ObjectUserGroupDynamicMapping, ObjectUserGroupDynamicMappingArgs
- 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
. - 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
. - 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.
- Id double
- Id.
- 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
. - Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- 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.
- 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
. - 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
. - 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.
- Id float64
- Id.
- Ldap
Memberof string - Ldap-Memberof.
- Logic
Type string - Logic-Type. Valid values:
or
,and
. - Matches
[]Object
User Group Dynamic Mapping Match Type - 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
. - Password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - Redir
Url string - Redir-Url.
- 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 - 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.
- _
scopes List<ObjectUser Group Dynamic Mapping_Scope> - _Scope. The structure of
_scope
block is documented below. - 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
. - 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
. - 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.
- id Double
- Id.
- 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
. - password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- 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. - 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
. - 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
. - 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.
- id number
- Id.
- 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
. - password string
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url string - Redir-Url.
- 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] - _Scope. The structure of
_scope
block is documented below. - 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
. - 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
. - 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] - Guest. The structure of
guest
block is documented below. - http_
digest_ strrealm - Realm attribute for MD5-digest authentication.
- id float
- Id.
- ldap_
memberof str - Ldap-Memberof.
- logic_
type str - Logic-Type. Valid values:
or
,and
. - matches
Sequence[Object
User Group Dynamic Mapping Match] - 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
. - password str
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir_
url str - Redir-Url.
- 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 - 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. - 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
. - 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
. - 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.
- id Number
- Id.
- 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
. - password String
- Guest user password type. Valid values:
auto-generate
,specify
,disable
. - redir
Url String - Redir-Url.
- 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
.
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
ObjectUserGroupGuest, ObjectUserGroupGuestArgs
- Comment string
- Comment.
- Company string
- Set the action for the company guest user field.
- Email string
- Email.
- Expiration string
- Expire time.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
ObjectUserGroupMatch, ObjectUserGroupMatchArgs
- 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.
Import
ObjectUser Group can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectUserGroup:ObjectUserGroup labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.