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

fortimanager.ObjectSystemReplacemsggroup

Explore with Pulumi AI

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

    Configure replacement message groups.

    The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

    • admin: fortimanager.ObjectSystemReplacemsggroupAdmin
    • alertmail: fortimanager.ObjectSystemReplacemsggroupAlertmail
    • auth: fortimanager.ObjectSystemReplacemsggroupAuth
    • automation: fortimanager.ObjectSystemReplacemsggroupAutomation
    • custom_message: fortimanager.ObjectSystemReplacemsggroupCustommessage
    • device_detection_portal: fortimanager.ObjectSystemReplacemsggroupDevicedetectionportal
    • ec: fortimanager_object_system_replacemsggroup_ec
    • fortiguard_wf: fortimanager.ObjectSystemReplacemsggroupFortiguardwf
    • ftp: fortimanager.ObjectSystemReplacemsggroupFtp
    • http: fortimanager.ObjectSystemReplacemsggroupHttp
    • icap: fortimanager.ObjectSystemReplacemsggroupIcap
    • mail: fortimanager.ObjectSystemReplacemsggroupMail
    • mm1: fortimanager_object_system_replacemsggroup_mm1
    • mm3: fortimanager_object_system_replacemsggroup_mm3
    • mm4: fortimanager_object_system_replacemsggroup_mm4
    • mm7: fortimanager_object_system_replacemsggroup_mm7
    • mms: fortimanager_object_system_replacemsggroup_mms
    • nac_quar: fortimanager.ObjectSystemReplacemsggroupNacquar
    • nntp: fortimanager.ObjectSystemReplacemsggroupNntp
    • spam: fortimanager.ObjectSystemReplacemsggroupSpam
    • sslvpn: fortimanager.ObjectSystemReplacemsggroupSslvpn
    • traffic_quota: fortimanager.ObjectSystemReplacemsggroupTrafficquota
    • utm: fortimanager.ObjectSystemReplacemsggroupUtm
    • webproxy: fortimanager.ObjectSystemReplacemsggroupWebproxy

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as fortimanager from "@pulumi/fortimanager";
    
    const trname = new fortimanager.ObjectSystemReplacemsggroup("trname", {comment: "terraform-comment"});
    
    import pulumi
    import pulumi_fortimanager as fortimanager
    
    trname = fortimanager.ObjectSystemReplacemsggroup("trname", comment="terraform-comment")
    
    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.NewObjectSystemReplacemsggroup(ctx, "trname", &fortimanager.ObjectSystemReplacemsggroupArgs{
    			Comment: pulumi.String("terraform-comment"),
    		})
    		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.ObjectSystemReplacemsggroup("trname", new()
        {
            Comment = "terraform-comment",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.fortimanager.ObjectSystemReplacemsggroup;
    import com.pulumi.fortimanager.ObjectSystemReplacemsggroupArgs;
    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 ObjectSystemReplacemsggroup("trname", ObjectSystemReplacemsggroupArgs.builder()
                .comment("terraform-comment")
                .build());
    
        }
    }
    
    resources:
      trname:
        type: fortimanager:ObjectSystemReplacemsggroup
        properties:
          comment: terraform-comment
    

    Create ObjectSystemReplacemsggroup Resource

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

    Constructor syntax

    new ObjectSystemReplacemsggroup(name: string, args?: ObjectSystemReplacemsggroupArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectSystemReplacemsggroup(resource_name: str,
                                    args: Optional[ObjectSystemReplacemsggroupArgs] = None,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectSystemReplacemsggroup(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    admins: Optional[Sequence[ObjectSystemReplacemsggroupAdminArgs]] = None,
                                    adom: Optional[str] = None,
                                    alertmails: Optional[Sequence[ObjectSystemReplacemsggroupAlertmailArgs]] = None,
                                    auths: Optional[Sequence[ObjectSystemReplacemsggroupAuthArgs]] = None,
                                    automations: Optional[Sequence[ObjectSystemReplacemsggroupAutomationArgs]] = None,
                                    comment: Optional[str] = None,
                                    custom_messages: Optional[Sequence[ObjectSystemReplacemsggroupCustomMessageArgs]] = None,
                                    device_detection_portals: Optional[Sequence[ObjectSystemReplacemsggroupDeviceDetectionPortalArgs]] = None,
                                    dynamic_sort_subtable: Optional[str] = None,
                                    ecs: Optional[Sequence[ObjectSystemReplacemsggroupEcArgs]] = None,
                                    fortiguard_wfs: Optional[Sequence[ObjectSystemReplacemsggroupFortiguardWfArgs]] = None,
                                    ftps: Optional[Sequence[ObjectSystemReplacemsggroupFtpArgs]] = None,
                                    group_type: Optional[str] = None,
                                    https: Optional[Sequence[ObjectSystemReplacemsggroupHttpArgs]] = None,
                                    icaps: Optional[Sequence[ObjectSystemReplacemsggroupIcapArgs]] = None,
                                    mails: Optional[Sequence[ObjectSystemReplacemsggroupMailArgs]] = None,
                                    mm1s: Optional[Sequence[ObjectSystemReplacemsggroupMm1Args]] = None,
                                    mm3s: Optional[Sequence[ObjectSystemReplacemsggroupMm3Args]] = None,
                                    mm4s: Optional[Sequence[ObjectSystemReplacemsggroupMm4Args]] = None,
                                    mm7s: Optional[Sequence[ObjectSystemReplacemsggroupMm7Args]] = None,
                                    mms: Optional[Sequence[ObjectSystemReplacemsggroupMmArgs]] = None,
                                    nac_quars: Optional[Sequence[ObjectSystemReplacemsggroupNacQuarArgs]] = None,
                                    name: Optional[str] = None,
                                    nntps: Optional[Sequence[ObjectSystemReplacemsggroupNntpArgs]] = None,
                                    object_system_replacemsggroup_id: Optional[str] = None,
                                    scopetype: Optional[str] = None,
                                    spams: Optional[Sequence[ObjectSystemReplacemsggroupSpamArgs]] = None,
                                    sslvpns: Optional[Sequence[ObjectSystemReplacemsggroupSslvpnArgs]] = None,
                                    traffic_quotas: Optional[Sequence[ObjectSystemReplacemsggroupTrafficQuotaArgs]] = None,
                                    utms: Optional[Sequence[ObjectSystemReplacemsggroupUtmArgs]] = None,
                                    webproxies: Optional[Sequence[ObjectSystemReplacemsggroupWebproxyArgs]] = None)
    func NewObjectSystemReplacemsggroup(ctx *Context, name string, args *ObjectSystemReplacemsggroupArgs, opts ...ResourceOption) (*ObjectSystemReplacemsggroup, error)
    public ObjectSystemReplacemsggroup(string name, ObjectSystemReplacemsggroupArgs? args = null, CustomResourceOptions? opts = null)
    public ObjectSystemReplacemsggroup(String name, ObjectSystemReplacemsggroupArgs args)
    public ObjectSystemReplacemsggroup(String name, ObjectSystemReplacemsggroupArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectSystemReplacemsggroup
    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 ObjectSystemReplacemsggroupArgs
    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 ObjectSystemReplacemsggroupArgs
    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 ObjectSystemReplacemsggroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectSystemReplacemsggroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectSystemReplacemsggroupArgs
    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 objectSystemReplacemsggroupResource = new Fortimanager.ObjectSystemReplacemsggroup("objectSystemReplacemsggroupResource", new()
    {
        Admins = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupAdminArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Adom = "string",
        Alertmails = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupAlertmailArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                Id = 0,
                MsgType = "string",
            },
        },
        Auths = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupAuthArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Automations = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupAutomationArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Comment = "string",
        CustomMessages = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupCustomMessageArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        DeviceDetectionPortals = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupDeviceDetectionPortalArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        DynamicSortSubtable = "string",
        Ecs = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupEcArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        FortiguardWfs = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupFortiguardWfArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Ftps = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupFtpArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        GroupType = "string",
        Https = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupHttpArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Icaps = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupIcapArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Mails = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMailArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Mm1s = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMm1Args
            {
                AddSmil = "string",
                Charset = "string",
                Class = "string",
                Format = "string",
                From = "string",
                FromSender = "string",
                Header = "string",
                Image = "string",
                Message = "string",
                MsgType = "string",
                Priority = "string",
                RspStatus = "string",
                RspText = "string",
                SenderVisibility = "string",
                SmilPart = "string",
                Subject = "string",
            },
        },
        Mm3s = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMm3Args
            {
                AddHtml = "string",
                Charset = "string",
                Format = "string",
                From = "string",
                FromSender = "string",
                Header = "string",
                HtmlPart = "string",
                Image = "string",
                Message = "string",
                MsgType = "string",
                Priority = "string",
                Subject = "string",
            },
        },
        Mm4s = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMm4Args
            {
                AddSmil = "string",
                Charset = "string",
                Class = "string",
                Domain = "string",
                Format = "string",
                From = "string",
                FromSender = "string",
                Header = "string",
                Image = "string",
                Message = "string",
                MsgType = "string",
                Priority = "string",
                RspStatus = "string",
                SmilPart = "string",
                Subject = "string",
            },
        },
        Mm7s = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMm7Args
            {
                AddSmil = "string",
                AddrType = "string",
                AllowContentAdaptation = "string",
                Charset = "string",
                Class = "string",
                Format = "string",
                From = "string",
                FromSender = "string",
                Header = "string",
                Image = "string",
                Message = "string",
                MsgType = "string",
                Priority = "string",
                RspStatus = "string",
                SmilPart = "string",
                Subject = "string",
            },
        },
        Mms = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupMmArgs
            {
                Buffer = "string",
                Charset = "string",
                Format = "string",
                Header = "string",
                Image = "string",
                MsgType = "string",
            },
        },
        NacQuars = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupNacQuarArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                Id = 0,
                MsgType = "string",
            },
        },
        Name = "string",
        Nntps = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupNntpArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        ObjectSystemReplacemsggroupId = "string",
        Scopetype = "string",
        Spams = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupSpamArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Sslvpns = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupSslvpnArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        TrafficQuotas = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupTrafficQuotaArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Utms = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupUtmArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
        Webproxies = new[]
        {
            new Fortimanager.Inputs.ObjectSystemReplacemsggroupWebproxyArgs
            {
                Buffer = "string",
                Format = "string",
                Header = "string",
                MsgType = "string",
            },
        },
    });
    
    example, err := fortimanager.NewObjectSystemReplacemsggroup(ctx, "objectSystemReplacemsggroupResource", &fortimanager.ObjectSystemReplacemsggroupArgs{
    Admins: .ObjectSystemReplacemsggroupAdminTypeArray{
    &.ObjectSystemReplacemsggroupAdminTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Adom: pulumi.String("string"),
    Alertmails: .ObjectSystemReplacemsggroupAlertmailTypeArray{
    &.ObjectSystemReplacemsggroupAlertmailTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    Id: pulumi.Float64(0),
    MsgType: pulumi.String("string"),
    },
    },
    Auths: .ObjectSystemReplacemsggroupAuthTypeArray{
    &.ObjectSystemReplacemsggroupAuthTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Automations: .ObjectSystemReplacemsggroupAutomationTypeArray{
    &.ObjectSystemReplacemsggroupAutomationTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Comment: pulumi.String("string"),
    CustomMessages: .ObjectSystemReplacemsggroupCustomMessageTypeArray{
    &.ObjectSystemReplacemsggroupCustomMessageTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    DeviceDetectionPortals: .ObjectSystemReplacemsggroupDeviceDetectionPortalTypeArray{
    &.ObjectSystemReplacemsggroupDeviceDetectionPortalTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    DynamicSortSubtable: pulumi.String("string"),
    Ecs: .ObjectSystemReplacemsggroupEcArray{
    &.ObjectSystemReplacemsggroupEcArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    FortiguardWfs: .ObjectSystemReplacemsggroupFortiguardWfTypeArray{
    &.ObjectSystemReplacemsggroupFortiguardWfTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Ftps: .ObjectSystemReplacemsggroupFtpTypeArray{
    &.ObjectSystemReplacemsggroupFtpTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    GroupType: pulumi.String("string"),
    Https: .ObjectSystemReplacemsggroupHttpTypeArray{
    &.ObjectSystemReplacemsggroupHttpTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Icaps: .ObjectSystemReplacemsggroupIcapTypeArray{
    &.ObjectSystemReplacemsggroupIcapTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Mails: .ObjectSystemReplacemsggroupMailTypeArray{
    &.ObjectSystemReplacemsggroupMailTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Mm1s: .ObjectSystemReplacemsggroupMm1Array{
    &.ObjectSystemReplacemsggroupMm1Args{
    AddSmil: pulumi.String("string"),
    Charset: pulumi.String("string"),
    Class: pulumi.String("string"),
    Format: pulumi.String("string"),
    From: pulumi.String("string"),
    FromSender: pulumi.String("string"),
    Header: pulumi.String("string"),
    Image: pulumi.String("string"),
    Message: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    Priority: pulumi.String("string"),
    RspStatus: pulumi.String("string"),
    RspText: pulumi.String("string"),
    SenderVisibility: pulumi.String("string"),
    SmilPart: pulumi.String("string"),
    Subject: pulumi.String("string"),
    },
    },
    Mm3s: .ObjectSystemReplacemsggroupMm3Array{
    &.ObjectSystemReplacemsggroupMm3Args{
    AddHtml: pulumi.String("string"),
    Charset: pulumi.String("string"),
    Format: pulumi.String("string"),
    From: pulumi.String("string"),
    FromSender: pulumi.String("string"),
    Header: pulumi.String("string"),
    HtmlPart: pulumi.String("string"),
    Image: pulumi.String("string"),
    Message: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    Priority: pulumi.String("string"),
    Subject: pulumi.String("string"),
    },
    },
    Mm4s: .ObjectSystemReplacemsggroupMm4Array{
    &.ObjectSystemReplacemsggroupMm4Args{
    AddSmil: pulumi.String("string"),
    Charset: pulumi.String("string"),
    Class: pulumi.String("string"),
    Domain: pulumi.String("string"),
    Format: pulumi.String("string"),
    From: pulumi.String("string"),
    FromSender: pulumi.String("string"),
    Header: pulumi.String("string"),
    Image: pulumi.String("string"),
    Message: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    Priority: pulumi.String("string"),
    RspStatus: pulumi.String("string"),
    SmilPart: pulumi.String("string"),
    Subject: pulumi.String("string"),
    },
    },
    Mm7s: .ObjectSystemReplacemsggroupMm7Array{
    &.ObjectSystemReplacemsggroupMm7Args{
    AddSmil: pulumi.String("string"),
    AddrType: pulumi.String("string"),
    AllowContentAdaptation: pulumi.String("string"),
    Charset: pulumi.String("string"),
    Class: pulumi.String("string"),
    Format: pulumi.String("string"),
    From: pulumi.String("string"),
    FromSender: pulumi.String("string"),
    Header: pulumi.String("string"),
    Image: pulumi.String("string"),
    Message: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    Priority: pulumi.String("string"),
    RspStatus: pulumi.String("string"),
    SmilPart: pulumi.String("string"),
    Subject: pulumi.String("string"),
    },
    },
    Mms: .ObjectSystemReplacemsggroupMmArray{
    &.ObjectSystemReplacemsggroupMmArgs{
    Buffer: pulumi.String("string"),
    Charset: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    Image: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    NacQuars: .ObjectSystemReplacemsggroupNacQuarTypeArray{
    &.ObjectSystemReplacemsggroupNacQuarTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    Id: pulumi.Float64(0),
    MsgType: pulumi.String("string"),
    },
    },
    Name: pulumi.String("string"),
    Nntps: .ObjectSystemReplacemsggroupNntpTypeArray{
    &.ObjectSystemReplacemsggroupNntpTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    ObjectSystemReplacemsggroupId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Spams: .ObjectSystemReplacemsggroupSpamTypeArray{
    &.ObjectSystemReplacemsggroupSpamTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Sslvpns: .ObjectSystemReplacemsggroupSslvpnTypeArray{
    &.ObjectSystemReplacemsggroupSslvpnTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    TrafficQuotas: .ObjectSystemReplacemsggroupTrafficQuotaTypeArray{
    &.ObjectSystemReplacemsggroupTrafficQuotaTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Utms: .ObjectSystemReplacemsggroupUtmTypeArray{
    &.ObjectSystemReplacemsggroupUtmTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    Webproxies: .ObjectSystemReplacemsggroupWebproxyTypeArray{
    &.ObjectSystemReplacemsggroupWebproxyTypeArgs{
    Buffer: pulumi.String("string"),
    Format: pulumi.String("string"),
    Header: pulumi.String("string"),
    MsgType: pulumi.String("string"),
    },
    },
    })
    
    var objectSystemReplacemsggroupResource = new ObjectSystemReplacemsggroup("objectSystemReplacemsggroupResource", ObjectSystemReplacemsggroupArgs.builder()
        .admins(ObjectSystemReplacemsggroupAdminArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .adom("string")
        .alertmails(ObjectSystemReplacemsggroupAlertmailArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .id(0)
            .msgType("string")
            .build())
        .auths(ObjectSystemReplacemsggroupAuthArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .automations(ObjectSystemReplacemsggroupAutomationArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .comment("string")
        .customMessages(ObjectSystemReplacemsggroupCustomMessageArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .deviceDetectionPortals(ObjectSystemReplacemsggroupDeviceDetectionPortalArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .dynamicSortSubtable("string")
        .ecs(ObjectSystemReplacemsggroupEcArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .fortiguardWfs(ObjectSystemReplacemsggroupFortiguardWfArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .ftps(ObjectSystemReplacemsggroupFtpArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .groupType("string")
        .https(ObjectSystemReplacemsggroupHttpArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .icaps(ObjectSystemReplacemsggroupIcapArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .mails(ObjectSystemReplacemsggroupMailArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .mm1s(ObjectSystemReplacemsggroupMm1Args.builder()
            .addSmil("string")
            .charset("string")
            .class_("string")
            .format("string")
            .from("string")
            .fromSender("string")
            .header("string")
            .image("string")
            .message("string")
            .msgType("string")
            .priority("string")
            .rspStatus("string")
            .rspText("string")
            .senderVisibility("string")
            .smilPart("string")
            .subject("string")
            .build())
        .mm3s(ObjectSystemReplacemsggroupMm3Args.builder()
            .addHtml("string")
            .charset("string")
            .format("string")
            .from("string")
            .fromSender("string")
            .header("string")
            .htmlPart("string")
            .image("string")
            .message("string")
            .msgType("string")
            .priority("string")
            .subject("string")
            .build())
        .mm4s(ObjectSystemReplacemsggroupMm4Args.builder()
            .addSmil("string")
            .charset("string")
            .class_("string")
            .domain("string")
            .format("string")
            .from("string")
            .fromSender("string")
            .header("string")
            .image("string")
            .message("string")
            .msgType("string")
            .priority("string")
            .rspStatus("string")
            .smilPart("string")
            .subject("string")
            .build())
        .mm7s(ObjectSystemReplacemsggroupMm7Args.builder()
            .addSmil("string")
            .addrType("string")
            .allowContentAdaptation("string")
            .charset("string")
            .class_("string")
            .format("string")
            .from("string")
            .fromSender("string")
            .header("string")
            .image("string")
            .message("string")
            .msgType("string")
            .priority("string")
            .rspStatus("string")
            .smilPart("string")
            .subject("string")
            .build())
        .mms(ObjectSystemReplacemsggroupMmArgs.builder()
            .buffer("string")
            .charset("string")
            .format("string")
            .header("string")
            .image("string")
            .msgType("string")
            .build())
        .nacQuars(ObjectSystemReplacemsggroupNacQuarArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .id(0)
            .msgType("string")
            .build())
        .name("string")
        .nntps(ObjectSystemReplacemsggroupNntpArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .objectSystemReplacemsggroupId("string")
        .scopetype("string")
        .spams(ObjectSystemReplacemsggroupSpamArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .sslvpns(ObjectSystemReplacemsggroupSslvpnArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .trafficQuotas(ObjectSystemReplacemsggroupTrafficQuotaArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .utms(ObjectSystemReplacemsggroupUtmArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .webproxies(ObjectSystemReplacemsggroupWebproxyArgs.builder()
            .buffer("string")
            .format("string")
            .header("string")
            .msgType("string")
            .build())
        .build());
    
    object_system_replacemsggroup_resource = fortimanager.ObjectSystemReplacemsggroup("objectSystemReplacemsggroupResource",
        admins=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        adom="string",
        alertmails=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "id": 0,
            "msg_type": "string",
        }],
        auths=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        automations=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        comment="string",
        custom_messages=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        device_detection_portals=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        dynamic_sort_subtable="string",
        ecs=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        fortiguard_wfs=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        ftps=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        group_type="string",
        https=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        icaps=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        mails=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        mm1s=[{
            "add_smil": "string",
            "charset": "string",
            "class_": "string",
            "format": "string",
            "from_": "string",
            "from_sender": "string",
            "header": "string",
            "image": "string",
            "message": "string",
            "msg_type": "string",
            "priority": "string",
            "rsp_status": "string",
            "rsp_text": "string",
            "sender_visibility": "string",
            "smil_part": "string",
            "subject": "string",
        }],
        mm3s=[{
            "add_html": "string",
            "charset": "string",
            "format": "string",
            "from_": "string",
            "from_sender": "string",
            "header": "string",
            "html_part": "string",
            "image": "string",
            "message": "string",
            "msg_type": "string",
            "priority": "string",
            "subject": "string",
        }],
        mm4s=[{
            "add_smil": "string",
            "charset": "string",
            "class_": "string",
            "domain": "string",
            "format": "string",
            "from_": "string",
            "from_sender": "string",
            "header": "string",
            "image": "string",
            "message": "string",
            "msg_type": "string",
            "priority": "string",
            "rsp_status": "string",
            "smil_part": "string",
            "subject": "string",
        }],
        mm7s=[{
            "add_smil": "string",
            "addr_type": "string",
            "allow_content_adaptation": "string",
            "charset": "string",
            "class_": "string",
            "format": "string",
            "from_": "string",
            "from_sender": "string",
            "header": "string",
            "image": "string",
            "message": "string",
            "msg_type": "string",
            "priority": "string",
            "rsp_status": "string",
            "smil_part": "string",
            "subject": "string",
        }],
        mms=[{
            "buffer": "string",
            "charset": "string",
            "format": "string",
            "header": "string",
            "image": "string",
            "msg_type": "string",
        }],
        nac_quars=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "id": 0,
            "msg_type": "string",
        }],
        name="string",
        nntps=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        object_system_replacemsggroup_id="string",
        scopetype="string",
        spams=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        sslvpns=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        traffic_quotas=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        utms=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }],
        webproxies=[{
            "buffer": "string",
            "format": "string",
            "header": "string",
            "msg_type": "string",
        }])
    
    const objectSystemReplacemsggroupResource = new fortimanager.ObjectSystemReplacemsggroup("objectSystemReplacemsggroupResource", {
        admins: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        adom: "string",
        alertmails: [{
            buffer: "string",
            format: "string",
            header: "string",
            id: 0,
            msgType: "string",
        }],
        auths: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        automations: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        comment: "string",
        customMessages: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        deviceDetectionPortals: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        dynamicSortSubtable: "string",
        ecs: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        fortiguardWfs: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        ftps: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        groupType: "string",
        https: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        icaps: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        mails: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        mm1s: [{
            addSmil: "string",
            charset: "string",
            "class": "string",
            format: "string",
            from: "string",
            fromSender: "string",
            header: "string",
            image: "string",
            message: "string",
            msgType: "string",
            priority: "string",
            rspStatus: "string",
            rspText: "string",
            senderVisibility: "string",
            smilPart: "string",
            subject: "string",
        }],
        mm3s: [{
            addHtml: "string",
            charset: "string",
            format: "string",
            from: "string",
            fromSender: "string",
            header: "string",
            htmlPart: "string",
            image: "string",
            message: "string",
            msgType: "string",
            priority: "string",
            subject: "string",
        }],
        mm4s: [{
            addSmil: "string",
            charset: "string",
            "class": "string",
            domain: "string",
            format: "string",
            from: "string",
            fromSender: "string",
            header: "string",
            image: "string",
            message: "string",
            msgType: "string",
            priority: "string",
            rspStatus: "string",
            smilPart: "string",
            subject: "string",
        }],
        mm7s: [{
            addSmil: "string",
            addrType: "string",
            allowContentAdaptation: "string",
            charset: "string",
            "class": "string",
            format: "string",
            from: "string",
            fromSender: "string",
            header: "string",
            image: "string",
            message: "string",
            msgType: "string",
            priority: "string",
            rspStatus: "string",
            smilPart: "string",
            subject: "string",
        }],
        mms: [{
            buffer: "string",
            charset: "string",
            format: "string",
            header: "string",
            image: "string",
            msgType: "string",
        }],
        nacQuars: [{
            buffer: "string",
            format: "string",
            header: "string",
            id: 0,
            msgType: "string",
        }],
        name: "string",
        nntps: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        objectSystemReplacemsggroupId: "string",
        scopetype: "string",
        spams: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        sslvpns: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        trafficQuotas: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        utms: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
        webproxies: [{
            buffer: "string",
            format: "string",
            header: "string",
            msgType: "string",
        }],
    });
    
    type: fortimanager:ObjectSystemReplacemsggroup
    properties:
        admins:
            - buffer: string
              format: string
              header: string
              msgType: string
        adom: string
        alertmails:
            - buffer: string
              format: string
              header: string
              id: 0
              msgType: string
        auths:
            - buffer: string
              format: string
              header: string
              msgType: string
        automations:
            - buffer: string
              format: string
              header: string
              msgType: string
        comment: string
        customMessages:
            - buffer: string
              format: string
              header: string
              msgType: string
        deviceDetectionPortals:
            - buffer: string
              format: string
              header: string
              msgType: string
        dynamicSortSubtable: string
        ecs:
            - buffer: string
              format: string
              header: string
              msgType: string
        fortiguardWfs:
            - buffer: string
              format: string
              header: string
              msgType: string
        ftps:
            - buffer: string
              format: string
              header: string
              msgType: string
        groupType: string
        https:
            - buffer: string
              format: string
              header: string
              msgType: string
        icaps:
            - buffer: string
              format: string
              header: string
              msgType: string
        mails:
            - buffer: string
              format: string
              header: string
              msgType: string
        mm1s:
            - addSmil: string
              charset: string
              class: string
              format: string
              from: string
              fromSender: string
              header: string
              image: string
              message: string
              msgType: string
              priority: string
              rspStatus: string
              rspText: string
              senderVisibility: string
              smilPart: string
              subject: string
        mm3s:
            - addHtml: string
              charset: string
              format: string
              from: string
              fromSender: string
              header: string
              htmlPart: string
              image: string
              message: string
              msgType: string
              priority: string
              subject: string
        mm4s:
            - addSmil: string
              charset: string
              class: string
              domain: string
              format: string
              from: string
              fromSender: string
              header: string
              image: string
              message: string
              msgType: string
              priority: string
              rspStatus: string
              smilPart: string
              subject: string
        mm7s:
            - addSmil: string
              addrType: string
              allowContentAdaptation: string
              charset: string
              class: string
              format: string
              from: string
              fromSender: string
              header: string
              image: string
              message: string
              msgType: string
              priority: string
              rspStatus: string
              smilPart: string
              subject: string
        mms:
            - buffer: string
              charset: string
              format: string
              header: string
              image: string
              msgType: string
        nacQuars:
            - buffer: string
              format: string
              header: string
              id: 0
              msgType: string
        name: string
        nntps:
            - buffer: string
              format: string
              header: string
              msgType: string
        objectSystemReplacemsggroupId: string
        scopetype: string
        spams:
            - buffer: string
              format: string
              header: string
              msgType: string
        sslvpns:
            - buffer: string
              format: string
              header: string
              msgType: string
        trafficQuotas:
            - buffer: string
              format: string
              header: string
              msgType: string
        utms:
            - buffer: string
              format: string
              header: string
              msgType: string
        webproxies:
            - buffer: string
              format: string
              header: string
              msgType: string
    

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

    Admins List<ObjectSystemReplacemsggroupAdmin>
    Admin. The structure of admin block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alertmails List<ObjectSystemReplacemsggroupAlertmail>
    Alertmail. The structure of alertmail block is documented below.
    Auths List<ObjectSystemReplacemsggroupAuth>
    Auth. The structure of auth block is documented below.
    Automations List<ObjectSystemReplacemsggroupAutomation>
    Automation. The structure of automation block is documented below.
    Comment string
    Comment.
    CustomMessages List<ObjectSystemReplacemsggroupCustomMessage>
    Custom-Message. The structure of custom_message block is documented below.
    DeviceDetectionPortals List<ObjectSystemReplacemsggroupDeviceDetectionPortal>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    DynamicSortSubtable string
    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.
    Ecs List<ObjectSystemReplacemsggroupEc>
    Ec. The structure of ec block is documented below.
    FortiguardWfs List<ObjectSystemReplacemsggroupFortiguardWf>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    Ftps List<ObjectSystemReplacemsggroupFtp>
    Ftp. The structure of ftp block is documented below.
    GroupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    Https List<ObjectSystemReplacemsggroupHttp>
    Http. The structure of http block is documented below.
    Icaps List<ObjectSystemReplacemsggroupIcap>
    Icap. The structure of icap block is documented below.
    Mails List<ObjectSystemReplacemsggroupMail>
    Mail. The structure of mail block is documented below.
    Mm1s List<ObjectSystemReplacemsggroupMm1>
    Mm1. The structure of mm1 block is documented below.
    Mm3s List<ObjectSystemReplacemsggroupMm3>
    Mm3. The structure of mm3 block is documented below.
    Mm4s List<ObjectSystemReplacemsggroupMm4>
    Mm4. The structure of mm4 block is documented below.
    Mm7s List<ObjectSystemReplacemsggroupMm7>
    Mm7. The structure of mm7 block is documented below.
    Mms List<ObjectSystemReplacemsggroupMm>
    Mms. The structure of mms block is documented below.
    NacQuars List<ObjectSystemReplacemsggroupNacQuar>
    Nac-Quar. The structure of nac_quar block is documented below.
    Name string
    Group name.
    Nntps List<ObjectSystemReplacemsggroupNntp>
    Nntp. The structure of nntp block is documented below.
    ObjectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Spams List<ObjectSystemReplacemsggroupSpam>
    Spam. The structure of spam block is documented below.
    Sslvpns List<ObjectSystemReplacemsggroupSslvpn>
    Sslvpn. The structure of sslvpn block is documented below.
    TrafficQuotas List<ObjectSystemReplacemsggroupTrafficQuota>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    Utms List<ObjectSystemReplacemsggroupUtm>
    Utm. The structure of utm block is documented below.
    Webproxies List<ObjectSystemReplacemsggroupWebproxy>
    Webproxy. The structure of webproxy block is documented below.
    Admins []ObjectSystemReplacemsggroupAdminTypeArgs
    Admin. The structure of admin block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alertmails []ObjectSystemReplacemsggroupAlertmailTypeArgs
    Alertmail. The structure of alertmail block is documented below.
    Auths []ObjectSystemReplacemsggroupAuthTypeArgs
    Auth. The structure of auth block is documented below.
    Automations []ObjectSystemReplacemsggroupAutomationTypeArgs
    Automation. The structure of automation block is documented below.
    Comment string
    Comment.
    CustomMessages []ObjectSystemReplacemsggroupCustomMessageTypeArgs
    Custom-Message. The structure of custom_message block is documented below.
    DeviceDetectionPortals []ObjectSystemReplacemsggroupDeviceDetectionPortalTypeArgs
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    DynamicSortSubtable string
    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.
    Ecs []ObjectSystemReplacemsggroupEcArgs
    Ec. The structure of ec block is documented below.
    FortiguardWfs []ObjectSystemReplacemsggroupFortiguardWfTypeArgs
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    Ftps []ObjectSystemReplacemsggroupFtpTypeArgs
    Ftp. The structure of ftp block is documented below.
    GroupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    Https []ObjectSystemReplacemsggroupHttpTypeArgs
    Http. The structure of http block is documented below.
    Icaps []ObjectSystemReplacemsggroupIcapTypeArgs
    Icap. The structure of icap block is documented below.
    Mails []ObjectSystemReplacemsggroupMailTypeArgs
    Mail. The structure of mail block is documented below.
    Mm1s []ObjectSystemReplacemsggroupMm1Args
    Mm1. The structure of mm1 block is documented below.
    Mm3s []ObjectSystemReplacemsggroupMm3Args
    Mm3. The structure of mm3 block is documented below.
    Mm4s []ObjectSystemReplacemsggroupMm4Args
    Mm4. The structure of mm4 block is documented below.
    Mm7s []ObjectSystemReplacemsggroupMm7Args
    Mm7. The structure of mm7 block is documented below.
    Mms []ObjectSystemReplacemsggroupMmArgs
    Mms. The structure of mms block is documented below.
    NacQuars []ObjectSystemReplacemsggroupNacQuarTypeArgs
    Nac-Quar. The structure of nac_quar block is documented below.
    Name string
    Group name.
    Nntps []ObjectSystemReplacemsggroupNntpTypeArgs
    Nntp. The structure of nntp block is documented below.
    ObjectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Spams []ObjectSystemReplacemsggroupSpamTypeArgs
    Spam. The structure of spam block is documented below.
    Sslvpns []ObjectSystemReplacemsggroupSslvpnTypeArgs
    Sslvpn. The structure of sslvpn block is documented below.
    TrafficQuotas []ObjectSystemReplacemsggroupTrafficQuotaTypeArgs
    Traffic-Quota. The structure of traffic_quota block is documented below.
    Utms []ObjectSystemReplacemsggroupUtmTypeArgs
    Utm. The structure of utm block is documented below.
    Webproxies []ObjectSystemReplacemsggroupWebproxyTypeArgs
    Webproxy. The structure of webproxy block is documented below.
    admins List<ObjectSystemReplacemsggroupAdmin>
    Admin. The structure of admin block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails List<ObjectSystemReplacemsggroupAlertmail>
    Alertmail. The structure of alertmail block is documented below.
    auths List<ObjectSystemReplacemsggroupAuth>
    Auth. The structure of auth block is documented below.
    automations List<ObjectSystemReplacemsggroupAutomation>
    Automation. The structure of automation block is documented below.
    comment String
    Comment.
    customMessages List<ObjectSystemReplacemsggroupCustomMessage>
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals List<ObjectSystemReplacemsggroupDeviceDetectionPortal>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable String
    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.
    ecs List<ObjectSystemReplacemsggroupEc>
    Ec. The structure of ec block is documented below.
    fortiguardWfs List<ObjectSystemReplacemsggroupFortiguardWf>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps List<ObjectSystemReplacemsggroupFtp>
    Ftp. The structure of ftp block is documented below.
    groupType String
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https List<ObjectSystemReplacemsggroupHttp>
    Http. The structure of http block is documented below.
    icaps List<ObjectSystemReplacemsggroupIcap>
    Icap. The structure of icap block is documented below.
    mails List<ObjectSystemReplacemsggroupMail>
    Mail. The structure of mail block is documented below.
    mm1s List<ObjectSystemReplacemsggroupMm1>
    Mm1. The structure of mm1 block is documented below.
    mm3s List<ObjectSystemReplacemsggroupMm3>
    Mm3. The structure of mm3 block is documented below.
    mm4s List<ObjectSystemReplacemsggroupMm4>
    Mm4. The structure of mm4 block is documented below.
    mm7s List<ObjectSystemReplacemsggroupMm7>
    Mm7. The structure of mm7 block is documented below.
    mms List<ObjectSystemReplacemsggroupMm>
    Mms. The structure of mms block is documented below.
    nacQuars List<ObjectSystemReplacemsggroupNacQuar>
    Nac-Quar. The structure of nac_quar block is documented below.
    name String
    Group name.
    nntps List<ObjectSystemReplacemsggroupNntp>
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams List<ObjectSystemReplacemsggroupSpam>
    Spam. The structure of spam block is documented below.
    sslvpns List<ObjectSystemReplacemsggroupSslvpn>
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas List<ObjectSystemReplacemsggroupTrafficQuota>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms List<ObjectSystemReplacemsggroupUtm>
    Utm. The structure of utm block is documented below.
    webproxies List<ObjectSystemReplacemsggroupWebproxy>
    Webproxy. The structure of webproxy block is documented below.
    admins ObjectSystemReplacemsggroupAdmin[]
    Admin. The structure of admin block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails ObjectSystemReplacemsggroupAlertmail[]
    Alertmail. The structure of alertmail block is documented below.
    auths ObjectSystemReplacemsggroupAuth[]
    Auth. The structure of auth block is documented below.
    automations ObjectSystemReplacemsggroupAutomation[]
    Automation. The structure of automation block is documented below.
    comment string
    Comment.
    customMessages ObjectSystemReplacemsggroupCustomMessage[]
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals ObjectSystemReplacemsggroupDeviceDetectionPortal[]
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable string
    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.
    ecs ObjectSystemReplacemsggroupEc[]
    Ec. The structure of ec block is documented below.
    fortiguardWfs ObjectSystemReplacemsggroupFortiguardWf[]
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps ObjectSystemReplacemsggroupFtp[]
    Ftp. The structure of ftp block is documented below.
    groupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https ObjectSystemReplacemsggroupHttp[]
    Http. The structure of http block is documented below.
    icaps ObjectSystemReplacemsggroupIcap[]
    Icap. The structure of icap block is documented below.
    mails ObjectSystemReplacemsggroupMail[]
    Mail. The structure of mail block is documented below.
    mm1s ObjectSystemReplacemsggroupMm1[]
    Mm1. The structure of mm1 block is documented below.
    mm3s ObjectSystemReplacemsggroupMm3[]
    Mm3. The structure of mm3 block is documented below.
    mm4s ObjectSystemReplacemsggroupMm4[]
    Mm4. The structure of mm4 block is documented below.
    mm7s ObjectSystemReplacemsggroupMm7[]
    Mm7. The structure of mm7 block is documented below.
    mms ObjectSystemReplacemsggroupMm[]
    Mms. The structure of mms block is documented below.
    nacQuars ObjectSystemReplacemsggroupNacQuar[]
    Nac-Quar. The structure of nac_quar block is documented below.
    name string
    Group name.
    nntps ObjectSystemReplacemsggroupNntp[]
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams ObjectSystemReplacemsggroupSpam[]
    Spam. The structure of spam block is documented below.
    sslvpns ObjectSystemReplacemsggroupSslvpn[]
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas ObjectSystemReplacemsggroupTrafficQuota[]
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms ObjectSystemReplacemsggroupUtm[]
    Utm. The structure of utm block is documented below.
    webproxies ObjectSystemReplacemsggroupWebproxy[]
    Webproxy. The structure of webproxy block is documented below.
    admins Sequence[ObjectSystemReplacemsggroupAdminArgs]
    Admin. The structure of admin block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails Sequence[ObjectSystemReplacemsggroupAlertmailArgs]
    Alertmail. The structure of alertmail block is documented below.
    auths Sequence[ObjectSystemReplacemsggroupAuthArgs]
    Auth. The structure of auth block is documented below.
    automations Sequence[ObjectSystemReplacemsggroupAutomationArgs]
    Automation. The structure of automation block is documented below.
    comment str
    Comment.
    custom_messages Sequence[ObjectSystemReplacemsggroupCustomMessageArgs]
    Custom-Message. The structure of custom_message block is documented below.
    device_detection_portals Sequence[ObjectSystemReplacemsggroupDeviceDetectionPortalArgs]
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamic_sort_subtable str
    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.
    ecs Sequence[ObjectSystemReplacemsggroupEcArgs]
    Ec. The structure of ec block is documented below.
    fortiguard_wfs Sequence[ObjectSystemReplacemsggroupFortiguardWfArgs]
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps Sequence[ObjectSystemReplacemsggroupFtpArgs]
    Ftp. The structure of ftp block is documented below.
    group_type str
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https Sequence[ObjectSystemReplacemsggroupHttpArgs]
    Http. The structure of http block is documented below.
    icaps Sequence[ObjectSystemReplacemsggroupIcapArgs]
    Icap. The structure of icap block is documented below.
    mails Sequence[ObjectSystemReplacemsggroupMailArgs]
    Mail. The structure of mail block is documented below.
    mm1s Sequence[ObjectSystemReplacemsggroupMm1Args]
    Mm1. The structure of mm1 block is documented below.
    mm3s Sequence[ObjectSystemReplacemsggroupMm3Args]
    Mm3. The structure of mm3 block is documented below.
    mm4s Sequence[ObjectSystemReplacemsggroupMm4Args]
    Mm4. The structure of mm4 block is documented below.
    mm7s Sequence[ObjectSystemReplacemsggroupMm7Args]
    Mm7. The structure of mm7 block is documented below.
    mms Sequence[ObjectSystemReplacemsggroupMmArgs]
    Mms. The structure of mms block is documented below.
    nac_quars Sequence[ObjectSystemReplacemsggroupNacQuarArgs]
    Nac-Quar. The structure of nac_quar block is documented below.
    name str
    Group name.
    nntps Sequence[ObjectSystemReplacemsggroupNntpArgs]
    Nntp. The structure of nntp block is documented below.
    object_system_replacemsggroup_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams Sequence[ObjectSystemReplacemsggroupSpamArgs]
    Spam. The structure of spam block is documented below.
    sslvpns Sequence[ObjectSystemReplacemsggroupSslvpnArgs]
    Sslvpn. The structure of sslvpn block is documented below.
    traffic_quotas Sequence[ObjectSystemReplacemsggroupTrafficQuotaArgs]
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms Sequence[ObjectSystemReplacemsggroupUtmArgs]
    Utm. The structure of utm block is documented below.
    webproxies Sequence[ObjectSystemReplacemsggroupWebproxyArgs]
    Webproxy. The structure of webproxy block is documented below.
    admins List<Property Map>
    Admin. The structure of admin block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails List<Property Map>
    Alertmail. The structure of alertmail block is documented below.
    auths List<Property Map>
    Auth. The structure of auth block is documented below.
    automations List<Property Map>
    Automation. The structure of automation block is documented below.
    comment String
    Comment.
    customMessages List<Property Map>
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals List<Property Map>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable String
    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.
    ecs List<Property Map>
    Ec. The structure of ec block is documented below.
    fortiguardWfs List<Property Map>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps List<Property Map>
    Ftp. The structure of ftp block is documented below.
    groupType String
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https List<Property Map>
    Http. The structure of http block is documented below.
    icaps List<Property Map>
    Icap. The structure of icap block is documented below.
    mails List<Property Map>
    Mail. The structure of mail block is documented below.
    mm1s List<Property Map>
    Mm1. The structure of mm1 block is documented below.
    mm3s List<Property Map>
    Mm3. The structure of mm3 block is documented below.
    mm4s List<Property Map>
    Mm4. The structure of mm4 block is documented below.
    mm7s List<Property Map>
    Mm7. The structure of mm7 block is documented below.
    mms List<Property Map>
    Mms. The structure of mms block is documented below.
    nacQuars List<Property Map>
    Nac-Quar. The structure of nac_quar block is documented below.
    name String
    Group name.
    nntps List<Property Map>
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams List<Property Map>
    Spam. The structure of spam block is documented below.
    sslvpns List<Property Map>
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas List<Property Map>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms List<Property Map>
    Utm. The structure of utm block is documented below.
    webproxies List<Property Map>
    Webproxy. The structure of webproxy block is documented below.

    Outputs

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

    Get an existing ObjectSystemReplacemsggroup 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?: ObjectSystemReplacemsggroupState, opts?: CustomResourceOptions): ObjectSystemReplacemsggroup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admins: Optional[Sequence[ObjectSystemReplacemsggroupAdminArgs]] = None,
            adom: Optional[str] = None,
            alertmails: Optional[Sequence[ObjectSystemReplacemsggroupAlertmailArgs]] = None,
            auths: Optional[Sequence[ObjectSystemReplacemsggroupAuthArgs]] = None,
            automations: Optional[Sequence[ObjectSystemReplacemsggroupAutomationArgs]] = None,
            comment: Optional[str] = None,
            custom_messages: Optional[Sequence[ObjectSystemReplacemsggroupCustomMessageArgs]] = None,
            device_detection_portals: Optional[Sequence[ObjectSystemReplacemsggroupDeviceDetectionPortalArgs]] = None,
            dynamic_sort_subtable: Optional[str] = None,
            ecs: Optional[Sequence[ObjectSystemReplacemsggroupEcArgs]] = None,
            fortiguard_wfs: Optional[Sequence[ObjectSystemReplacemsggroupFortiguardWfArgs]] = None,
            ftps: Optional[Sequence[ObjectSystemReplacemsggroupFtpArgs]] = None,
            group_type: Optional[str] = None,
            https: Optional[Sequence[ObjectSystemReplacemsggroupHttpArgs]] = None,
            icaps: Optional[Sequence[ObjectSystemReplacemsggroupIcapArgs]] = None,
            mails: Optional[Sequence[ObjectSystemReplacemsggroupMailArgs]] = None,
            mm1s: Optional[Sequence[ObjectSystemReplacemsggroupMm1Args]] = None,
            mm3s: Optional[Sequence[ObjectSystemReplacemsggroupMm3Args]] = None,
            mm4s: Optional[Sequence[ObjectSystemReplacemsggroupMm4Args]] = None,
            mm7s: Optional[Sequence[ObjectSystemReplacemsggroupMm7Args]] = None,
            mms: Optional[Sequence[ObjectSystemReplacemsggroupMmArgs]] = None,
            nac_quars: Optional[Sequence[ObjectSystemReplacemsggroupNacQuarArgs]] = None,
            name: Optional[str] = None,
            nntps: Optional[Sequence[ObjectSystemReplacemsggroupNntpArgs]] = None,
            object_system_replacemsggroup_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            spams: Optional[Sequence[ObjectSystemReplacemsggroupSpamArgs]] = None,
            sslvpns: Optional[Sequence[ObjectSystemReplacemsggroupSslvpnArgs]] = None,
            traffic_quotas: Optional[Sequence[ObjectSystemReplacemsggroupTrafficQuotaArgs]] = None,
            utms: Optional[Sequence[ObjectSystemReplacemsggroupUtmArgs]] = None,
            webproxies: Optional[Sequence[ObjectSystemReplacemsggroupWebproxyArgs]] = None) -> ObjectSystemReplacemsggroup
    func GetObjectSystemReplacemsggroup(ctx *Context, name string, id IDInput, state *ObjectSystemReplacemsggroupState, opts ...ResourceOption) (*ObjectSystemReplacemsggroup, error)
    public static ObjectSystemReplacemsggroup Get(string name, Input<string> id, ObjectSystemReplacemsggroupState? state, CustomResourceOptions? opts = null)
    public static ObjectSystemReplacemsggroup get(String name, Output<String> id, ObjectSystemReplacemsggroupState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectSystemReplacemsggroup    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Admins List<ObjectSystemReplacemsggroupAdmin>
    Admin. The structure of admin block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alertmails List<ObjectSystemReplacemsggroupAlertmail>
    Alertmail. The structure of alertmail block is documented below.
    Auths List<ObjectSystemReplacemsggroupAuth>
    Auth. The structure of auth block is documented below.
    Automations List<ObjectSystemReplacemsggroupAutomation>
    Automation. The structure of automation block is documented below.
    Comment string
    Comment.
    CustomMessages List<ObjectSystemReplacemsggroupCustomMessage>
    Custom-Message. The structure of custom_message block is documented below.
    DeviceDetectionPortals List<ObjectSystemReplacemsggroupDeviceDetectionPortal>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    DynamicSortSubtable string
    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.
    Ecs List<ObjectSystemReplacemsggroupEc>
    Ec. The structure of ec block is documented below.
    FortiguardWfs List<ObjectSystemReplacemsggroupFortiguardWf>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    Ftps List<ObjectSystemReplacemsggroupFtp>
    Ftp. The structure of ftp block is documented below.
    GroupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    Https List<ObjectSystemReplacemsggroupHttp>
    Http. The structure of http block is documented below.
    Icaps List<ObjectSystemReplacemsggroupIcap>
    Icap. The structure of icap block is documented below.
    Mails List<ObjectSystemReplacemsggroupMail>
    Mail. The structure of mail block is documented below.
    Mm1s List<ObjectSystemReplacemsggroupMm1>
    Mm1. The structure of mm1 block is documented below.
    Mm3s List<ObjectSystemReplacemsggroupMm3>
    Mm3. The structure of mm3 block is documented below.
    Mm4s List<ObjectSystemReplacemsggroupMm4>
    Mm4. The structure of mm4 block is documented below.
    Mm7s List<ObjectSystemReplacemsggroupMm7>
    Mm7. The structure of mm7 block is documented below.
    Mms List<ObjectSystemReplacemsggroupMm>
    Mms. The structure of mms block is documented below.
    NacQuars List<ObjectSystemReplacemsggroupNacQuar>
    Nac-Quar. The structure of nac_quar block is documented below.
    Name string
    Group name.
    Nntps List<ObjectSystemReplacemsggroupNntp>
    Nntp. The structure of nntp block is documented below.
    ObjectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Spams List<ObjectSystemReplacemsggroupSpam>
    Spam. The structure of spam block is documented below.
    Sslvpns List<ObjectSystemReplacemsggroupSslvpn>
    Sslvpn. The structure of sslvpn block is documented below.
    TrafficQuotas List<ObjectSystemReplacemsggroupTrafficQuota>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    Utms List<ObjectSystemReplacemsggroupUtm>
    Utm. The structure of utm block is documented below.
    Webproxies List<ObjectSystemReplacemsggroupWebproxy>
    Webproxy. The structure of webproxy block is documented below.
    Admins []ObjectSystemReplacemsggroupAdminTypeArgs
    Admin. The structure of admin block is documented below.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Alertmails []ObjectSystemReplacemsggroupAlertmailTypeArgs
    Alertmail. The structure of alertmail block is documented below.
    Auths []ObjectSystemReplacemsggroupAuthTypeArgs
    Auth. The structure of auth block is documented below.
    Automations []ObjectSystemReplacemsggroupAutomationTypeArgs
    Automation. The structure of automation block is documented below.
    Comment string
    Comment.
    CustomMessages []ObjectSystemReplacemsggroupCustomMessageTypeArgs
    Custom-Message. The structure of custom_message block is documented below.
    DeviceDetectionPortals []ObjectSystemReplacemsggroupDeviceDetectionPortalTypeArgs
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    DynamicSortSubtable string
    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.
    Ecs []ObjectSystemReplacemsggroupEcArgs
    Ec. The structure of ec block is documented below.
    FortiguardWfs []ObjectSystemReplacemsggroupFortiguardWfTypeArgs
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    Ftps []ObjectSystemReplacemsggroupFtpTypeArgs
    Ftp. The structure of ftp block is documented below.
    GroupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    Https []ObjectSystemReplacemsggroupHttpTypeArgs
    Http. The structure of http block is documented below.
    Icaps []ObjectSystemReplacemsggroupIcapTypeArgs
    Icap. The structure of icap block is documented below.
    Mails []ObjectSystemReplacemsggroupMailTypeArgs
    Mail. The structure of mail block is documented below.
    Mm1s []ObjectSystemReplacemsggroupMm1Args
    Mm1. The structure of mm1 block is documented below.
    Mm3s []ObjectSystemReplacemsggroupMm3Args
    Mm3. The structure of mm3 block is documented below.
    Mm4s []ObjectSystemReplacemsggroupMm4Args
    Mm4. The structure of mm4 block is documented below.
    Mm7s []ObjectSystemReplacemsggroupMm7Args
    Mm7. The structure of mm7 block is documented below.
    Mms []ObjectSystemReplacemsggroupMmArgs
    Mms. The structure of mms block is documented below.
    NacQuars []ObjectSystemReplacemsggroupNacQuarTypeArgs
    Nac-Quar. The structure of nac_quar block is documented below.
    Name string
    Group name.
    Nntps []ObjectSystemReplacemsggroupNntpTypeArgs
    Nntp. The structure of nntp block is documented below.
    ObjectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Spams []ObjectSystemReplacemsggroupSpamTypeArgs
    Spam. The structure of spam block is documented below.
    Sslvpns []ObjectSystemReplacemsggroupSslvpnTypeArgs
    Sslvpn. The structure of sslvpn block is documented below.
    TrafficQuotas []ObjectSystemReplacemsggroupTrafficQuotaTypeArgs
    Traffic-Quota. The structure of traffic_quota block is documented below.
    Utms []ObjectSystemReplacemsggroupUtmTypeArgs
    Utm. The structure of utm block is documented below.
    Webproxies []ObjectSystemReplacemsggroupWebproxyTypeArgs
    Webproxy. The structure of webproxy block is documented below.
    admins List<ObjectSystemReplacemsggroupAdmin>
    Admin. The structure of admin block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails List<ObjectSystemReplacemsggroupAlertmail>
    Alertmail. The structure of alertmail block is documented below.
    auths List<ObjectSystemReplacemsggroupAuth>
    Auth. The structure of auth block is documented below.
    automations List<ObjectSystemReplacemsggroupAutomation>
    Automation. The structure of automation block is documented below.
    comment String
    Comment.
    customMessages List<ObjectSystemReplacemsggroupCustomMessage>
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals List<ObjectSystemReplacemsggroupDeviceDetectionPortal>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable String
    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.
    ecs List<ObjectSystemReplacemsggroupEc>
    Ec. The structure of ec block is documented below.
    fortiguardWfs List<ObjectSystemReplacemsggroupFortiguardWf>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps List<ObjectSystemReplacemsggroupFtp>
    Ftp. The structure of ftp block is documented below.
    groupType String
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https List<ObjectSystemReplacemsggroupHttp>
    Http. The structure of http block is documented below.
    icaps List<ObjectSystemReplacemsggroupIcap>
    Icap. The structure of icap block is documented below.
    mails List<ObjectSystemReplacemsggroupMail>
    Mail. The structure of mail block is documented below.
    mm1s List<ObjectSystemReplacemsggroupMm1>
    Mm1. The structure of mm1 block is documented below.
    mm3s List<ObjectSystemReplacemsggroupMm3>
    Mm3. The structure of mm3 block is documented below.
    mm4s List<ObjectSystemReplacemsggroupMm4>
    Mm4. The structure of mm4 block is documented below.
    mm7s List<ObjectSystemReplacemsggroupMm7>
    Mm7. The structure of mm7 block is documented below.
    mms List<ObjectSystemReplacemsggroupMm>
    Mms. The structure of mms block is documented below.
    nacQuars List<ObjectSystemReplacemsggroupNacQuar>
    Nac-Quar. The structure of nac_quar block is documented below.
    name String
    Group name.
    nntps List<ObjectSystemReplacemsggroupNntp>
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams List<ObjectSystemReplacemsggroupSpam>
    Spam. The structure of spam block is documented below.
    sslvpns List<ObjectSystemReplacemsggroupSslvpn>
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas List<ObjectSystemReplacemsggroupTrafficQuota>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms List<ObjectSystemReplacemsggroupUtm>
    Utm. The structure of utm block is documented below.
    webproxies List<ObjectSystemReplacemsggroupWebproxy>
    Webproxy. The structure of webproxy block is documented below.
    admins ObjectSystemReplacemsggroupAdmin[]
    Admin. The structure of admin block is documented below.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails ObjectSystemReplacemsggroupAlertmail[]
    Alertmail. The structure of alertmail block is documented below.
    auths ObjectSystemReplacemsggroupAuth[]
    Auth. The structure of auth block is documented below.
    automations ObjectSystemReplacemsggroupAutomation[]
    Automation. The structure of automation block is documented below.
    comment string
    Comment.
    customMessages ObjectSystemReplacemsggroupCustomMessage[]
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals ObjectSystemReplacemsggroupDeviceDetectionPortal[]
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable string
    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.
    ecs ObjectSystemReplacemsggroupEc[]
    Ec. The structure of ec block is documented below.
    fortiguardWfs ObjectSystemReplacemsggroupFortiguardWf[]
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps ObjectSystemReplacemsggroupFtp[]
    Ftp. The structure of ftp block is documented below.
    groupType string
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https ObjectSystemReplacemsggroupHttp[]
    Http. The structure of http block is documented below.
    icaps ObjectSystemReplacemsggroupIcap[]
    Icap. The structure of icap block is documented below.
    mails ObjectSystemReplacemsggroupMail[]
    Mail. The structure of mail block is documented below.
    mm1s ObjectSystemReplacemsggroupMm1[]
    Mm1. The structure of mm1 block is documented below.
    mm3s ObjectSystemReplacemsggroupMm3[]
    Mm3. The structure of mm3 block is documented below.
    mm4s ObjectSystemReplacemsggroupMm4[]
    Mm4. The structure of mm4 block is documented below.
    mm7s ObjectSystemReplacemsggroupMm7[]
    Mm7. The structure of mm7 block is documented below.
    mms ObjectSystemReplacemsggroupMm[]
    Mms. The structure of mms block is documented below.
    nacQuars ObjectSystemReplacemsggroupNacQuar[]
    Nac-Quar. The structure of nac_quar block is documented below.
    name string
    Group name.
    nntps ObjectSystemReplacemsggroupNntp[]
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams ObjectSystemReplacemsggroupSpam[]
    Spam. The structure of spam block is documented below.
    sslvpns ObjectSystemReplacemsggroupSslvpn[]
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas ObjectSystemReplacemsggroupTrafficQuota[]
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms ObjectSystemReplacemsggroupUtm[]
    Utm. The structure of utm block is documented below.
    webproxies ObjectSystemReplacemsggroupWebproxy[]
    Webproxy. The structure of webproxy block is documented below.
    admins Sequence[ObjectSystemReplacemsggroupAdminArgs]
    Admin. The structure of admin block is documented below.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails Sequence[ObjectSystemReplacemsggroupAlertmailArgs]
    Alertmail. The structure of alertmail block is documented below.
    auths Sequence[ObjectSystemReplacemsggroupAuthArgs]
    Auth. The structure of auth block is documented below.
    automations Sequence[ObjectSystemReplacemsggroupAutomationArgs]
    Automation. The structure of automation block is documented below.
    comment str
    Comment.
    custom_messages Sequence[ObjectSystemReplacemsggroupCustomMessageArgs]
    Custom-Message. The structure of custom_message block is documented below.
    device_detection_portals Sequence[ObjectSystemReplacemsggroupDeviceDetectionPortalArgs]
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamic_sort_subtable str
    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.
    ecs Sequence[ObjectSystemReplacemsggroupEcArgs]
    Ec. The structure of ec block is documented below.
    fortiguard_wfs Sequence[ObjectSystemReplacemsggroupFortiguardWfArgs]
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps Sequence[ObjectSystemReplacemsggroupFtpArgs]
    Ftp. The structure of ftp block is documented below.
    group_type str
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https Sequence[ObjectSystemReplacemsggroupHttpArgs]
    Http. The structure of http block is documented below.
    icaps Sequence[ObjectSystemReplacemsggroupIcapArgs]
    Icap. The structure of icap block is documented below.
    mails Sequence[ObjectSystemReplacemsggroupMailArgs]
    Mail. The structure of mail block is documented below.
    mm1s Sequence[ObjectSystemReplacemsggroupMm1Args]
    Mm1. The structure of mm1 block is documented below.
    mm3s Sequence[ObjectSystemReplacemsggroupMm3Args]
    Mm3. The structure of mm3 block is documented below.
    mm4s Sequence[ObjectSystemReplacemsggroupMm4Args]
    Mm4. The structure of mm4 block is documented below.
    mm7s Sequence[ObjectSystemReplacemsggroupMm7Args]
    Mm7. The structure of mm7 block is documented below.
    mms Sequence[ObjectSystemReplacemsggroupMmArgs]
    Mms. The structure of mms block is documented below.
    nac_quars Sequence[ObjectSystemReplacemsggroupNacQuarArgs]
    Nac-Quar. The structure of nac_quar block is documented below.
    name str
    Group name.
    nntps Sequence[ObjectSystemReplacemsggroupNntpArgs]
    Nntp. The structure of nntp block is documented below.
    object_system_replacemsggroup_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams Sequence[ObjectSystemReplacemsggroupSpamArgs]
    Spam. The structure of spam block is documented below.
    sslvpns Sequence[ObjectSystemReplacemsggroupSslvpnArgs]
    Sslvpn. The structure of sslvpn block is documented below.
    traffic_quotas Sequence[ObjectSystemReplacemsggroupTrafficQuotaArgs]
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms Sequence[ObjectSystemReplacemsggroupUtmArgs]
    Utm. The structure of utm block is documented below.
    webproxies Sequence[ObjectSystemReplacemsggroupWebproxyArgs]
    Webproxy. The structure of webproxy block is documented below.
    admins List<Property Map>
    Admin. The structure of admin block is documented below.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    alertmails List<Property Map>
    Alertmail. The structure of alertmail block is documented below.
    auths List<Property Map>
    Auth. The structure of auth block is documented below.
    automations List<Property Map>
    Automation. The structure of automation block is documented below.
    comment String
    Comment.
    customMessages List<Property Map>
    Custom-Message. The structure of custom_message block is documented below.
    deviceDetectionPortals List<Property Map>
    Device-Detection-Portal. The structure of device_detection_portal block is documented below.
    dynamicSortSubtable String
    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.
    ecs List<Property Map>
    Ec. The structure of ec block is documented below.
    fortiguardWfs List<Property Map>
    Fortiguard-Wf. The structure of fortiguard_wf block is documented below.
    ftps List<Property Map>
    Ftp. The structure of ftp block is documented below.
    groupType String
    Group type. Valid values: default, utm, auth, ec, captive-portal.
    https List<Property Map>
    Http. The structure of http block is documented below.
    icaps List<Property Map>
    Icap. The structure of icap block is documented below.
    mails List<Property Map>
    Mail. The structure of mail block is documented below.
    mm1s List<Property Map>
    Mm1. The structure of mm1 block is documented below.
    mm3s List<Property Map>
    Mm3. The structure of mm3 block is documented below.
    mm4s List<Property Map>
    Mm4. The structure of mm4 block is documented below.
    mm7s List<Property Map>
    Mm7. The structure of mm7 block is documented below.
    mms List<Property Map>
    Mms. The structure of mms block is documented below.
    nacQuars List<Property Map>
    Nac-Quar. The structure of nac_quar block is documented below.
    name String
    Group name.
    nntps List<Property Map>
    Nntp. The structure of nntp block is documented below.
    objectSystemReplacemsggroupId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    spams List<Property Map>
    Spam. The structure of spam block is documented below.
    sslvpns List<Property Map>
    Sslvpn. The structure of sslvpn block is documented below.
    trafficQuotas List<Property Map>
    Traffic-Quota. The structure of traffic_quota block is documented below.
    utms List<Property Map>
    Utm. The structure of utm block is documented below.
    webproxies List<Property Map>
    Webproxy. The structure of webproxy block is documented below.

    Supporting Types

    ObjectSystemReplacemsggroupAdmin, ObjectSystemReplacemsggroupAdminArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupAlertmail, ObjectSystemReplacemsggroupAlertmailArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Id double
    Id.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Id float64
    Id.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    id Double
    Id.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    id number
    Id.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    id float
    Id.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    id Number
    Id.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupAuth, ObjectSystemReplacemsggroupAuthArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupAutomation, ObjectSystemReplacemsggroupAutomationArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupCustomMessage, ObjectSystemReplacemsggroupCustomMessageArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupDeviceDetectionPortal, ObjectSystemReplacemsggroupDeviceDetectionPortalArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupEc, ObjectSystemReplacemsggroupEcArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupFortiguardWf, ObjectSystemReplacemsggroupFortiguardWfArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupFtp, ObjectSystemReplacemsggroupFtpArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupHttp, ObjectSystemReplacemsggroupHttpArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupIcap, ObjectSystemReplacemsggroupIcapArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupMail, ObjectSystemReplacemsggroupMailArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupMm, ObjectSystemReplacemsggroupMmArgs

    Buffer string
    Message string.
    Charset string
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Image string
    Message string.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Charset string
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Image string
    Message string.
    MsgType string
    Message type.
    buffer String
    Message string.
    charset String
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    image String
    Message string.
    msgType String
    Message type.
    buffer string
    Message string.
    charset string
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    image string
    Message string.
    msgType string
    Message type.
    buffer str
    Message string.
    charset str
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    image str
    Message string.
    msg_type str
    Message type.
    buffer String
    Message string.
    charset String
    character encoding used for replacement message Valid values: us-ascii, utf-8.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    image String
    Message string.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupMm1, ObjectSystemReplacemsggroupMm1Args

    AddSmil string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    RspText string
    response text
    SenderVisibility string
    sender visibility Valid values: hide, show, not-specified.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    AddSmil string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    RspText string
    response text
    SenderVisibility string
    sender visibility Valid values: hide, show, not-specified.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    charset String
    class_ String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    rspText String
    response text
    senderVisibility String
    sender visibility Valid values: hide, show, not-specified.
    smilPart String
    message encapsulation text
    subject String
    subject text string
    addSmil string
    add message encapsulation Valid values: disable, enable.
    charset string
    class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format string
    from string
    from address
    fromSender string
    notification message sent from recipient Valid values: disable, enable.
    header string
    image string
    message string
    message text
    msgType string
    priority string
    message priority Valid values: low, normal, high, not-included.
    rspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    rspText string
    response text
    senderVisibility string
    sender visibility Valid values: hide, show, not-specified.
    smilPart string
    message encapsulation text
    subject string
    subject text string
    add_smil str
    add message encapsulation Valid values: disable, enable.
    charset str
    class_ str
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format str
    from_ str
    from address
    from_sender str
    notification message sent from recipient Valid values: disable, enable.
    header str
    image str
    message str
    message text
    msg_type str
    priority str
    message priority Valid values: low, normal, high, not-included.
    rsp_status str
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    rsp_text str
    response text
    sender_visibility str
    sender visibility Valid values: hide, show, not-specified.
    smil_part str
    message encapsulation text
    subject str
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    charset String
    class String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    rspText String
    response text
    senderVisibility String
    sender visibility Valid values: hide, show, not-specified.
    smilPart String
    message encapsulation text
    subject String
    subject text string

    ObjectSystemReplacemsggroupMm3, ObjectSystemReplacemsggroupMm3Args

    AddHtml string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    HtmlPart string
    message encapsulation text
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    Subject string
    subject text string
    AddHtml string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    HtmlPart string
    message encapsulation text
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    Subject string
    subject text string
    addHtml String
    add message encapsulation Valid values: disable, enable.
    charset String
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    htmlPart String
    message encapsulation text
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    subject String
    subject text string
    addHtml string
    add message encapsulation Valid values: disable, enable.
    charset string
    format string
    from string
    from address
    fromSender string
    notification message sent from recipient Valid values: disable, enable.
    header string
    htmlPart string
    message encapsulation text
    image string
    message string
    message text
    msgType string
    priority string
    message priority Valid values: low, normal, high, not-included.
    subject string
    subject text string
    add_html str
    add message encapsulation Valid values: disable, enable.
    charset str
    format str
    from_ str
    from address
    from_sender str
    notification message sent from recipient Valid values: disable, enable.
    header str
    html_part str
    message encapsulation text
    image str
    message str
    message text
    msg_type str
    priority str
    message priority Valid values: low, normal, high, not-included.
    subject str
    subject text string
    addHtml String
    add message encapsulation Valid values: disable, enable.
    charset String
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    htmlPart String
    message encapsulation text
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    subject String
    subject text string

    ObjectSystemReplacemsggroupMm4, ObjectSystemReplacemsggroupMm4Args

    AddSmil string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Domain string
    from address domain
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    AddSmil string
    add message encapsulation Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Domain string
    from address domain
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    charset String
    class_ String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    domain String
    from address domain
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart String
    message encapsulation text
    subject String
    subject text string
    addSmil string
    add message encapsulation Valid values: disable, enable.
    charset string
    class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    domain string
    from address domain
    format string
    from string
    from address
    fromSender string
    notification message sent from recipient Valid values: disable, enable.
    header string
    image string
    message string
    message text
    msgType string
    priority string
    message priority Valid values: low, normal, high, not-included.
    rspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart string
    message encapsulation text
    subject string
    subject text string
    add_smil str
    add message encapsulation Valid values: disable, enable.
    charset str
    class_ str
    message class Valid values: personal, advertisement, informational, auto, not-included.
    domain str
    from address domain
    format str
    from_ str
    from address
    from_sender str
    notification message sent from recipient Valid values: disable, enable.
    header str
    image str
    message str
    message text
    msg_type str
    priority str
    message priority Valid values: low, normal, high, not-included.
    rsp_status str
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smil_part str
    message encapsulation text
    subject str
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    charset String
    class String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    domain String
    from address domain
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart String
    message encapsulation text
    subject String
    subject text string

    ObjectSystemReplacemsggroupMm7, ObjectSystemReplacemsggroupMm7Args

    AddSmil string
    add message encapsulation Valid values: disable, enable.
    AddrType string
    from address type Valid values: rfc2822-addr, number, short-code.
    AllowContentAdaptation string
    allow content adaptations Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    AddSmil string
    add message encapsulation Valid values: disable, enable.
    AddrType string
    from address type Valid values: rfc2822-addr, number, short-code.
    AllowContentAdaptation string
    allow content adaptations Valid values: disable, enable.
    Charset string
    Class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    Format string
    From string
    from address
    FromSender string
    notification message sent from recipient Valid values: disable, enable.
    Header string
    Image string
    Message string
    message text
    MsgType string
    Priority string
    message priority Valid values: low, normal, high, not-included.
    RspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    SmilPart string
    message encapsulation text
    Subject string
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    addrType String
    from address type Valid values: rfc2822-addr, number, short-code.
    allowContentAdaptation String
    allow content adaptations Valid values: disable, enable.
    charset String
    class_ String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart String
    message encapsulation text
    subject String
    subject text string
    addSmil string
    add message encapsulation Valid values: disable, enable.
    addrType string
    from address type Valid values: rfc2822-addr, number, short-code.
    allowContentAdaptation string
    allow content adaptations Valid values: disable, enable.
    charset string
    class string
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format string
    from string
    from address
    fromSender string
    notification message sent from recipient Valid values: disable, enable.
    header string
    image string
    message string
    message text
    msgType string
    priority string
    message priority Valid values: low, normal, high, not-included.
    rspStatus string
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart string
    message encapsulation text
    subject string
    subject text string
    add_smil str
    add message encapsulation Valid values: disable, enable.
    addr_type str
    from address type Valid values: rfc2822-addr, number, short-code.
    allow_content_adaptation str
    allow content adaptations Valid values: disable, enable.
    charset str
    class_ str
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format str
    from_ str
    from address
    from_sender str
    notification message sent from recipient Valid values: disable, enable.
    header str
    image str
    message str
    message text
    msg_type str
    priority str
    message priority Valid values: low, normal, high, not-included.
    rsp_status str
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smil_part str
    message encapsulation text
    subject str
    subject text string
    addSmil String
    add message encapsulation Valid values: disable, enable.
    addrType String
    from address type Valid values: rfc2822-addr, number, short-code.
    allowContentAdaptation String
    allow content adaptations Valid values: disable, enable.
    charset String
    class String
    message class Valid values: personal, advertisement, informational, auto, not-included.
    format String
    from String
    from address
    fromSender String
    notification message sent from recipient Valid values: disable, enable.
    header String
    image String
    message String
    message text
    msgType String
    priority String
    message priority Valid values: low, normal, high, not-included.
    rspStatus String
    response status Valid values: success, partial-success, client-err, oper-restrict, addr-err, addr-not-found, content-refused, msg-id-not-found, link-id-not-found, msg-fmt-corrupt, app-id-not-found, repl-app-id-not-found, srv-err, not-possible, msg-rejected, multiple-addr-not-supp, app-addr-not-supp, gen-service-err, improper-ident, unsupp-ver, unsupp-oper, validation-err, service-err, service-unavail, service-denied, app-denied.
    smilPart String
    message encapsulation text
    subject String
    subject text string

    ObjectSystemReplacemsggroupNacQuar, ObjectSystemReplacemsggroupNacQuarArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Id double
    Id.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    Id float64
    Id.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    id Double
    Id.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    id number
    Id.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    id float
    Id.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    id Number
    Id.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupNntp, ObjectSystemReplacemsggroupNntpArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupSpam, ObjectSystemReplacemsggroupSpamArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupSslvpn, ObjectSystemReplacemsggroupSslvpnArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupTrafficQuota, ObjectSystemReplacemsggroupTrafficQuotaArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupUtm, ObjectSystemReplacemsggroupUtmArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    ObjectSystemReplacemsggroupWebproxy, ObjectSystemReplacemsggroupWebproxyArgs

    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    Buffer string
    Message string.
    Format string
    Format flag. Valid values: none, text, html, wml.
    Header string
    Header flag. Valid values: none, http, 8bit.
    MsgType string
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.
    buffer string
    Message string.
    format string
    Format flag. Valid values: none, text, html, wml.
    header string
    Header flag. Valid values: none, http, 8bit.
    msgType string
    Message type.
    buffer str
    Message string.
    format str
    Format flag. Valid values: none, text, html, wml.
    header str
    Header flag. Valid values: none, http, 8bit.
    msg_type str
    Message type.
    buffer String
    Message string.
    format String
    Format flag. Valid values: none, text, html, wml.
    header String
    Header flag. Valid values: none, http, 8bit.
    msgType String
    Message type.

    Import

    ObjectSystem ReplacemsgGroup can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectSystemReplacemsggroup:ObjectSystemReplacemsggroup 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev