1. Packages
  2. Fortios
  3. API Docs
  4. user
  5. Fssopolling
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

fortios.user.Fssopolling

Explore with Pulumi AI

fortios logo
Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse

    Configure FSSO active directory servers for polling mode.

    Create Fssopolling Resource

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

    Constructor syntax

    new Fssopolling(name: string, args: FssopollingArgs, opts?: CustomResourceOptions);
    @overload
    def Fssopolling(resource_name: str,
                    args: FssopollingArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def Fssopolling(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    ldap_server: Optional[str] = None,
                    user: Optional[str] = None,
                    server: Optional[str] = None,
                    polling_frequency: Optional[int] = None,
                    get_all_tables: Optional[str] = None,
                    fosid: Optional[int] = None,
                    logon_history: Optional[int] = None,
                    password: Optional[str] = None,
                    adgrps: Optional[Sequence[FssopollingAdgrpArgs]] = None,
                    port: Optional[int] = None,
                    dynamic_sort_subtable: Optional[str] = None,
                    smb_ntlmv1_auth: Optional[str] = None,
                    smbv1: Optional[str] = None,
                    status: Optional[str] = None,
                    default_domain: Optional[str] = None,
                    vdomparam: Optional[str] = None)
    func NewFssopolling(ctx *Context, name string, args FssopollingArgs, opts ...ResourceOption) (*Fssopolling, error)
    public Fssopolling(string name, FssopollingArgs args, CustomResourceOptions? opts = null)
    public Fssopolling(String name, FssopollingArgs args)
    public Fssopolling(String name, FssopollingArgs args, CustomResourceOptions options)
    
    type: fortios:user:Fssopolling
    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 FssopollingArgs
    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 FssopollingArgs
    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 FssopollingArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FssopollingArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FssopollingArgs
    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 fortiosFssopollingResource = new Fortios.User.Fssopolling("fortiosFssopollingResource", new()
    {
        LdapServer = "string",
        User = "string",
        Server = "string",
        PollingFrequency = 0,
        GetAllTables = "string",
        Fosid = 0,
        LogonHistory = 0,
        Password = "string",
        Adgrps = new[]
        {
            new Fortios.User.Inputs.FssopollingAdgrpArgs
            {
                Name = "string",
            },
        },
        Port = 0,
        DynamicSortSubtable = "string",
        SmbNtlmv1Auth = "string",
        Smbv1 = "string",
        Status = "string",
        DefaultDomain = "string",
        Vdomparam = "string",
    });
    
    example, err := user.NewFssopolling(ctx, "fortiosFssopollingResource", &user.FssopollingArgs{
    	LdapServer:       pulumi.String("string"),
    	User:             pulumi.String("string"),
    	Server:           pulumi.String("string"),
    	PollingFrequency: pulumi.Int(0),
    	GetAllTables:     pulumi.String("string"),
    	Fosid:            pulumi.Int(0),
    	LogonHistory:     pulumi.Int(0),
    	Password:         pulumi.String("string"),
    	Adgrps: user.FssopollingAdgrpArray{
    		&user.FssopollingAdgrpArgs{
    			Name: pulumi.String("string"),
    		},
    	},
    	Port:                pulumi.Int(0),
    	DynamicSortSubtable: pulumi.String("string"),
    	SmbNtlmv1Auth:       pulumi.String("string"),
    	Smbv1:               pulumi.String("string"),
    	Status:              pulumi.String("string"),
    	DefaultDomain:       pulumi.String("string"),
    	Vdomparam:           pulumi.String("string"),
    })
    
    var fortiosFssopollingResource = new Fssopolling("fortiosFssopollingResource", FssopollingArgs.builder()
        .ldapServer("string")
        .user("string")
        .server("string")
        .pollingFrequency(0)
        .getAllTables("string")
        .fosid(0)
        .logonHistory(0)
        .password("string")
        .adgrps(FssopollingAdgrpArgs.builder()
            .name("string")
            .build())
        .port(0)
        .dynamicSortSubtable("string")
        .smbNtlmv1Auth("string")
        .smbv1("string")
        .status("string")
        .defaultDomain("string")
        .vdomparam("string")
        .build());
    
    fortios_fssopolling_resource = fortios.user.Fssopolling("fortiosFssopollingResource",
        ldap_server="string",
        user="string",
        server="string",
        polling_frequency=0,
        get_all_tables="string",
        fosid=0,
        logon_history=0,
        password="string",
        adgrps=[fortios.user.FssopollingAdgrpArgs(
            name="string",
        )],
        port=0,
        dynamic_sort_subtable="string",
        smb_ntlmv1_auth="string",
        smbv1="string",
        status="string",
        default_domain="string",
        vdomparam="string")
    
    const fortiosFssopollingResource = new fortios.user.Fssopolling("fortiosFssopollingResource", {
        ldapServer: "string",
        user: "string",
        server: "string",
        pollingFrequency: 0,
        getAllTables: "string",
        fosid: 0,
        logonHistory: 0,
        password: "string",
        adgrps: [{
            name: "string",
        }],
        port: 0,
        dynamicSortSubtable: "string",
        smbNtlmv1Auth: "string",
        smbv1: "string",
        status: "string",
        defaultDomain: "string",
        vdomparam: "string",
    });
    
    type: fortios:user:Fssopolling
    properties:
        adgrps:
            - name: string
        defaultDomain: string
        dynamicSortSubtable: string
        fosid: 0
        getAllTables: string
        ldapServer: string
        logonHistory: 0
        password: string
        pollingFrequency: 0
        port: 0
        server: string
        smbNtlmv1Auth: string
        smbv1: string
        status: string
        user: string
        vdomparam: string
    

    Fssopolling Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Fssopolling resource accepts the following input properties:

    LdapServer string
    LDAP server name used in LDAP connection strings.
    Server string
    Host name or IP address of the Active Directory server.
    User string
    User name required to log into this Active Directory server.
    Adgrps List<Pulumiverse.Fortios.User.Inputs.FssopollingAdgrp>
    LDAP Group Info. The structure of adgrp block is documented below.
    DefaultDomain string
    Default domain managed by this Active Directory server.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    Fosid int
    Active Directory server ID.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    LogonHistory int
    Number of hours of logon history to keep, 0 means keep all history.
    Password string
    Password required to log into this Active Directory server
    PollingFrequency int
    Polling frequency (every 1 to 30 seconds).
    Port int
    Port to communicate with this Active Directory server.
    SmbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    Smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    Status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    LdapServer string
    LDAP server name used in LDAP connection strings.
    Server string
    Host name or IP address of the Active Directory server.
    User string
    User name required to log into this Active Directory server.
    Adgrps []FssopollingAdgrpArgs
    LDAP Group Info. The structure of adgrp block is documented below.
    DefaultDomain string
    Default domain managed by this Active Directory server.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    Fosid int
    Active Directory server ID.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    LogonHistory int
    Number of hours of logon history to keep, 0 means keep all history.
    Password string
    Password required to log into this Active Directory server
    PollingFrequency int
    Polling frequency (every 1 to 30 seconds).
    Port int
    Port to communicate with this Active Directory server.
    SmbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    Smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    Status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    ldapServer String
    LDAP server name used in LDAP connection strings.
    server String
    Host name or IP address of the Active Directory server.
    user String
    User name required to log into this Active Directory server.
    adgrps List<FssopollingAdgrp>
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain String
    Default domain managed by this Active Directory server.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid Integer
    Active Directory server ID.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    logonHistory Integer
    Number of hours of logon history to keep, 0 means keep all history.
    password String
    Password required to log into this Active Directory server
    pollingFrequency Integer
    Polling frequency (every 1 to 30 seconds).
    port Integer
    Port to communicate with this Active Directory server.
    smbNtlmv1Auth String
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 String
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status String
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    ldapServer string
    LDAP server name used in LDAP connection strings.
    server string
    Host name or IP address of the Active Directory server.
    user string
    User name required to log into this Active Directory server.
    adgrps FssopollingAdgrp[]
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain string
    Default domain managed by this Active Directory server.
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid number
    Active Directory server ID.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    logonHistory number
    Number of hours of logon history to keep, 0 means keep all history.
    password string
    Password required to log into this Active Directory server
    pollingFrequency number
    Polling frequency (every 1 to 30 seconds).
    port number
    Port to communicate with this Active Directory server.
    smbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    ldap_server str
    LDAP server name used in LDAP connection strings.
    server str
    Host name or IP address of the Active Directory server.
    user str
    User name required to log into this Active Directory server.
    adgrps Sequence[FssopollingAdgrpArgs]
    LDAP Group Info. The structure of adgrp block is documented below.
    default_domain str
    Default domain managed by this Active Directory server.
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid int
    Active Directory server ID.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    logon_history int
    Number of hours of logon history to keep, 0 means keep all history.
    password str
    Password required to log into this Active Directory server
    polling_frequency int
    Polling frequency (every 1 to 30 seconds).
    port int
    Port to communicate with this Active Directory server.
    smb_ntlmv1_auth str
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 str
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status str
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    ldapServer String
    LDAP server name used in LDAP connection strings.
    server String
    Host name or IP address of the Active Directory server.
    user String
    User name required to log into this Active Directory server.
    adgrps List<Property Map>
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain String
    Default domain managed by this Active Directory server.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid Number
    Active Directory server ID.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    logonHistory Number
    Number of hours of logon history to keep, 0 means keep all history.
    password String
    Password required to log into this Active Directory server
    pollingFrequency Number
    Polling frequency (every 1 to 30 seconds).
    port Number
    Port to communicate with this Active Directory server.
    smbNtlmv1Auth String
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 String
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status String
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Outputs

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

    Get an existing Fssopolling 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?: FssopollingState, opts?: CustomResourceOptions): Fssopolling
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adgrps: Optional[Sequence[FssopollingAdgrpArgs]] = None,
            default_domain: Optional[str] = None,
            dynamic_sort_subtable: Optional[str] = None,
            fosid: Optional[int] = None,
            get_all_tables: Optional[str] = None,
            ldap_server: Optional[str] = None,
            logon_history: Optional[int] = None,
            password: Optional[str] = None,
            polling_frequency: Optional[int] = None,
            port: Optional[int] = None,
            server: Optional[str] = None,
            smb_ntlmv1_auth: Optional[str] = None,
            smbv1: Optional[str] = None,
            status: Optional[str] = None,
            user: Optional[str] = None,
            vdomparam: Optional[str] = None) -> Fssopolling
    func GetFssopolling(ctx *Context, name string, id IDInput, state *FssopollingState, opts ...ResourceOption) (*Fssopolling, error)
    public static Fssopolling Get(string name, Input<string> id, FssopollingState? state, CustomResourceOptions? opts = null)
    public static Fssopolling get(String name, Output<String> id, FssopollingState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Adgrps List<Pulumiverse.Fortios.User.Inputs.FssopollingAdgrp>
    LDAP Group Info. The structure of adgrp block is documented below.
    DefaultDomain string
    Default domain managed by this Active Directory server.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    Fosid int
    Active Directory server ID.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    LdapServer string
    LDAP server name used in LDAP connection strings.
    LogonHistory int
    Number of hours of logon history to keep, 0 means keep all history.
    Password string
    Password required to log into this Active Directory server
    PollingFrequency int
    Polling frequency (every 1 to 30 seconds).
    Port int
    Port to communicate with this Active Directory server.
    Server string
    Host name or IP address of the Active Directory server.
    SmbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    Smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    Status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    User string
    User name required to log into this Active Directory server.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Adgrps []FssopollingAdgrpArgs
    LDAP Group Info. The structure of adgrp block is documented below.
    DefaultDomain string
    Default domain managed by this Active Directory server.
    DynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    Fosid int
    Active Directory server ID.
    GetAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    LdapServer string
    LDAP server name used in LDAP connection strings.
    LogonHistory int
    Number of hours of logon history to keep, 0 means keep all history.
    Password string
    Password required to log into this Active Directory server
    PollingFrequency int
    Polling frequency (every 1 to 30 seconds).
    Port int
    Port to communicate with this Active Directory server.
    Server string
    Host name or IP address of the Active Directory server.
    SmbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    Smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    Status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    User string
    User name required to log into this Active Directory server.
    Vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    adgrps List<FssopollingAdgrp>
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain String
    Default domain managed by this Active Directory server.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid Integer
    Active Directory server ID.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    ldapServer String
    LDAP server name used in LDAP connection strings.
    logonHistory Integer
    Number of hours of logon history to keep, 0 means keep all history.
    password String
    Password required to log into this Active Directory server
    pollingFrequency Integer
    Polling frequency (every 1 to 30 seconds).
    port Integer
    Port to communicate with this Active Directory server.
    server String
    Host name or IP address of the Active Directory server.
    smbNtlmv1Auth String
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 String
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status String
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    user String
    User name required to log into this Active Directory server.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    adgrps FssopollingAdgrp[]
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain string
    Default domain managed by this Active Directory server.
    dynamicSortSubtable string
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid number
    Active Directory server ID.
    getAllTables string
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    ldapServer string
    LDAP server name used in LDAP connection strings.
    logonHistory number
    Number of hours of logon history to keep, 0 means keep all history.
    password string
    Password required to log into this Active Directory server
    pollingFrequency number
    Polling frequency (every 1 to 30 seconds).
    port number
    Port to communicate with this Active Directory server.
    server string
    Host name or IP address of the Active Directory server.
    smbNtlmv1Auth string
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 string
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status string
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    user string
    User name required to log into this Active Directory server.
    vdomparam string
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    adgrps Sequence[FssopollingAdgrpArgs]
    LDAP Group Info. The structure of adgrp block is documented below.
    default_domain str
    Default domain managed by this Active Directory server.
    dynamic_sort_subtable str
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid int
    Active Directory server ID.
    get_all_tables str
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    ldap_server str
    LDAP server name used in LDAP connection strings.
    logon_history int
    Number of hours of logon history to keep, 0 means keep all history.
    password str
    Password required to log into this Active Directory server
    polling_frequency int
    Polling frequency (every 1 to 30 seconds).
    port int
    Port to communicate with this Active Directory server.
    server str
    Host name or IP address of the Active Directory server.
    smb_ntlmv1_auth str
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 str
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status str
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    user str
    User name required to log into this Active Directory server.
    vdomparam str
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    adgrps List<Property Map>
    LDAP Group Info. The structure of adgrp block is documented below.
    defaultDomain String
    Default domain managed by this Active Directory server.
    dynamicSortSubtable String
    Sort sub-tables, please do not set this parameter when configuring static sub-tables. Options: [ false, true, natural, alphabetical ]. false: Default value, do not sort tables; true/natural: sort tables in natural order. For example: [ a10, a2 ] -> [ a2, a10 ]; alphabetical: sort tables in alphabetical order. For example: [ a10, a2 ] -> [ a10, a2 ].
    fosid Number
    Active Directory server ID.
    getAllTables String
    Get all sub-tables including unconfigured tables. Do not set this variable to true if you configure sub-table in another resource, otherwise, conflicts and overwrite will occur. Options: [ false, true ]. false: Default value, do not get unconfigured tables; true: get all tables including unconfigured tables.
    ldapServer String
    LDAP server name used in LDAP connection strings.
    logonHistory Number
    Number of hours of logon history to keep, 0 means keep all history.
    password String
    Password required to log into this Active Directory server
    pollingFrequency Number
    Polling frequency (every 1 to 30 seconds).
    port Number
    Port to communicate with this Active Directory server.
    server String
    Host name or IP address of the Active Directory server.
    smbNtlmv1Auth String
    Enable/disable support of NTLMv1 for Samba authentication. Valid values: enable, disable.
    smbv1 String
    Enable/disable support of SMBv1 for Samba. Valid values: enable, disable.
    status String
    Enable/disable polling for the status of this Active Directory server. Valid values: enable, disable.
    user String
    User name required to log into this Active Directory server.
    vdomparam String
    Specifies the vdom to which the resource will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    Supporting Types

    FssopollingAdgrp, FssopollingAdgrpArgs

    Name string
    Name.
    Name string
    Name.
    name String
    Name.
    name string
    Name.
    name str
    Name.
    name String
    Name.

    Import

    User FssoPolling can be imported using any of these accepted formats:

    $ pulumi import fortios:user/fssopolling:Fssopolling labelname {{fosid}}
    

    If you do not want to import arguments of block:

    $ export “FORTIOS_IMPORT_TABLE”=“false”

    $ pulumi import fortios:user/fssopolling:Fssopolling labelname {{fosid}}
    

    $ unset “FORTIOS_IMPORT_TABLE”

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.6 published on Tuesday, Jul 9, 2024 by pulumiverse