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

fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification

Explore with Pulumi AI

FortiExtender cellular SMS notification configuration.

This resource is a sub resource for variable sms_notification of resource fortimanager.ObjectExtensioncontrollerExtenderprofileCellular. Conflict and overwrite may occur if use both of them. The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.

  • alert: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
  • receiver: fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver

Create ObjectExtensioncontrollerExtenderprofileCellularSmsnotification Resource

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

Constructor syntax

new ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(name: string, args: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs, opts?: CustomResourceOptions);
@overload
def ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(resource_name: str,
                                                                    args: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs,
                                                                    opts: Optional[ResourceOptions] = None)

@overload
def ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(resource_name: str,
                                                                    opts: Optional[ResourceOptions] = None,
                                                                    extender_profile: Optional[str] = None,
                                                                    adom: Optional[str] = None,
                                                                    alert: Optional[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs] = None,
                                                                    dynamic_sort_subtable: Optional[str] = None,
                                                                    object_extensioncontroller_extenderprofile_cellular_smsnotification_id: Optional[str] = None,
                                                                    receivers: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs]] = None,
                                                                    scopetype: Optional[str] = None,
                                                                    status: Optional[str] = None)
func NewObjectExtensioncontrollerExtenderprofileCellularSmsnotification(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularSmsnotification, error)
public ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(string name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs args, CustomResourceOptions? opts = null)
public ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(String name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs args)
public ObjectExtensioncontrollerExtenderprofileCellularSmsnotification(String name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs args, CustomResourceOptions options)
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotification
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs
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 objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification("objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource", new()
{
    ExtenderProfile = "string",
    Adom = "string",
    Alert = new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs
    {
        DataExhausted = "string",
        FgtBackupModeSwitch = "string",
        LowSignalStrength = "string",
        ModeSwitch = "string",
        OsImageFallback = "string",
        SessionDisconnect = "string",
        SystemReboot = "string",
    },
    DynamicSortSubtable = "string",
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId = "string",
    Receivers = new[]
    {
        new Fortimanager.Inputs.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs
        {
            Alerts = new[]
            {
                "string",
            },
            Name = "string",
            PhoneNumber = "string",
            Status = "string",
        },
    },
    Scopetype = "string",
    Status = "string",
});
Copy
example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileCellularSmsnotification(ctx, "objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs{
ExtenderProfile: pulumi.String("string"),
Adom: pulumi.String("string"),
Alert: &.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertTypeArgs{
DataExhausted: pulumi.String("string"),
FgtBackupModeSwitch: pulumi.String("string"),
LowSignalStrength: pulumi.String("string"),
ModeSwitch: pulumi.String("string"),
OsImageFallback: pulumi.String("string"),
SessionDisconnect: pulumi.String("string"),
SystemReboot: pulumi.String("string"),
},
DynamicSortSubtable: pulumi.String("string"),
ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId: pulumi.String("string"),
Receivers: .ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverTypeArray{
&.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverTypeArgs{
Alerts: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
PhoneNumber: pulumi.String("string"),
Status: pulumi.String("string"),
},
},
Scopetype: pulumi.String("string"),
Status: pulumi.String("string"),
})
Copy
var objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource = new ObjectExtensioncontrollerExtenderprofileCellularSmsnotification("objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource", ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationArgs.builder()
    .extenderProfile("string")
    .adom("string")
    .alert(ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs.builder()
        .dataExhausted("string")
        .fgtBackupModeSwitch("string")
        .lowSignalStrength("string")
        .modeSwitch("string")
        .osImageFallback("string")
        .sessionDisconnect("string")
        .systemReboot("string")
        .build())
    .dynamicSortSubtable("string")
    .objectExtensioncontrollerExtenderprofileCellularSmsnotificationId("string")
    .receivers(ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs.builder()
        .alerts("string")
        .name("string")
        .phoneNumber("string")
        .status("string")
        .build())
    .scopetype("string")
    .status("string")
    .build());
Copy
object_extensioncontroller_extenderprofile_cellular_smsnotification_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification("objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource",
    extender_profile="string",
    adom="string",
    alert={
        "data_exhausted": "string",
        "fgt_backup_mode_switch": "string",
        "low_signal_strength": "string",
        "mode_switch": "string",
        "os_image_fallback": "string",
        "session_disconnect": "string",
        "system_reboot": "string",
    },
    dynamic_sort_subtable="string",
    object_extensioncontroller_extenderprofile_cellular_smsnotification_id="string",
    receivers=[{
        "alerts": ["string"],
        "name": "string",
        "phone_number": "string",
        "status": "string",
    }],
    scopetype="string",
    status="string")
Copy
const objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification("objectExtensioncontrollerExtenderprofileCellularSmsnotificationResource", {
    extenderProfile: "string",
    adom: "string",
    alert: {
        dataExhausted: "string",
        fgtBackupModeSwitch: "string",
        lowSignalStrength: "string",
        modeSwitch: "string",
        osImageFallback: "string",
        sessionDisconnect: "string",
        systemReboot: "string",
    },
    dynamicSortSubtable: "string",
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationId: "string",
    receivers: [{
        alerts: ["string"],
        name: "string",
        phoneNumber: "string",
        status: "string",
    }],
    scopetype: "string",
    status: "string",
});
Copy
type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotification
properties:
    adom: string
    alert:
        dataExhausted: string
        fgtBackupModeSwitch: string
        lowSignalStrength: string
        modeSwitch: string
        osImageFallback: string
        sessionDisconnect: string
        systemReboot: string
    dynamicSortSubtable: string
    extenderProfile: string
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationId: string
    receivers:
        - alerts:
            - string
          name: string
          phoneNumber: string
          status: string
    scopetype: string
    status: string
Copy

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

ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
Receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver>
Receiver. The structure of receiver block is documented below.
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.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
ExtenderProfile This property is required. string
Extender Profile.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertTypeArgs
Alert. The structure of alert 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.
ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
Receivers []ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverTypeArgs
Receiver. The structure of receiver block is documented below.
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.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId String
an identifier for the resource.
receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver>
Receiver. The structure of receiver block is documented below.
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.
status String
FortiExtender SMS notification status. Valid values: disable, enable.
extenderProfile This property is required. string
Extender Profile.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
receivers ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver[]
Receiver. The structure of receiver block is documented below.
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.
status string
FortiExtender SMS notification status. Valid values: disable, enable.
extender_profile This property is required. str
Extender Profile.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs
Alert. The structure of alert 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.
object_extensioncontroller_extenderprofile_cellular_smsnotification_id str
an identifier for the resource.
receivers Sequence[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs]
Receiver. The structure of receiver block is documented below.
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.
status str
FortiExtender SMS notification status. Valid values: disable, enable.
extenderProfile This property is required. String
Extender Profile.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert Property Map
Alert. The structure of alert 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.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId String
an identifier for the resource.
receivers List<Property Map>
Receiver. The structure of receiver block is documented below.
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.
status String
FortiExtender SMS notification status. Valid values: disable, enable.

Outputs

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

Get an existing ObjectExtensioncontrollerExtenderprofileCellularSmsnotification 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?: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileCellularSmsnotification
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        adom: Optional[str] = None,
        alert: Optional[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs] = None,
        dynamic_sort_subtable: Optional[str] = None,
        extender_profile: Optional[str] = None,
        object_extensioncontroller_extenderprofile_cellular_smsnotification_id: Optional[str] = None,
        receivers: Optional[Sequence[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs]] = None,
        scopetype: Optional[str] = None,
        status: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileCellularSmsnotification
func GetObjectExtensioncontrollerExtenderprofileCellularSmsnotification(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularSmsnotification, error)
public static ObjectExtensioncontrollerExtenderprofileCellularSmsnotification Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationState? state, CustomResourceOptions? opts = null)
public static ObjectExtensioncontrollerExtenderprofileCellularSmsnotification get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationState state, CustomResourceOptions options)
resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotification    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
ExtenderProfile string
Extender Profile.
ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
Receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver>
Receiver. The structure of receiver block is documented below.
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.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
Adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
Alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertTypeArgs
Alert. The structure of alert 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.
ExtenderProfile string
Extender Profile.
ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
Receivers []ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverTypeArgs
Receiver. The structure of receiver block is documented below.
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.
Status string
FortiExtender SMS notification status. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
extenderProfile String
Extender Profile.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId String
an identifier for the resource.
receivers List<ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver>
Receiver. The structure of receiver block is documented below.
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.
status String
FortiExtender SMS notification status. Valid values: disable, enable.
adom string
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
Alert. The structure of alert 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.
extenderProfile string
Extender Profile.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId string
an identifier for the resource.
receivers ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver[]
Receiver. The structure of receiver block is documented below.
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.
status string
FortiExtender SMS notification status. Valid values: disable, enable.
adom str
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs
Alert. The structure of alert 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.
extender_profile str
Extender Profile.
object_extensioncontroller_extenderprofile_cellular_smsnotification_id str
an identifier for the resource.
receivers Sequence[ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs]
Receiver. The structure of receiver block is documented below.
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.
status str
FortiExtender SMS notification status. Valid values: disable, enable.
adom String
Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
alert Property Map
Alert. The structure of alert 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.
extenderProfile String
Extender Profile.
objectExtensioncontrollerExtenderprofileCellularSmsnotificationId String
an identifier for the resource.
receivers List<Property Map>
Receiver. The structure of receiver block is documented below.
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.
status String
FortiExtender SMS notification status. Valid values: disable, enable.

Supporting Types

ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlert
, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationAlertArgs

DataExhausted string
Display string when data exhausted.
FgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
LowSignalStrength string
Display string when signal strength is low.
ModeSwitch string
Display string when mode is switched.
OsImageFallback string
Display string when falling back to a previous OS image.
SessionDisconnect string
Display string when session disconnected.
SystemReboot string
Display string when system rebooted.
DataExhausted string
Display string when data exhausted.
FgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
LowSignalStrength string
Display string when signal strength is low.
ModeSwitch string
Display string when mode is switched.
OsImageFallback string
Display string when falling back to a previous OS image.
SessionDisconnect string
Display string when session disconnected.
SystemReboot string
Display string when system rebooted.
dataExhausted String
Display string when data exhausted.
fgtBackupModeSwitch String
Display string when FortiGate backup mode switched.
lowSignalStrength String
Display string when signal strength is low.
modeSwitch String
Display string when mode is switched.
osImageFallback String
Display string when falling back to a previous OS image.
sessionDisconnect String
Display string when session disconnected.
systemReboot String
Display string when system rebooted.
dataExhausted string
Display string when data exhausted.
fgtBackupModeSwitch string
Display string when FortiGate backup mode switched.
lowSignalStrength string
Display string when signal strength is low.
modeSwitch string
Display string when mode is switched.
osImageFallback string
Display string when falling back to a previous OS image.
sessionDisconnect string
Display string when session disconnected.
systemReboot string
Display string when system rebooted.
data_exhausted str
Display string when data exhausted.
fgt_backup_mode_switch str
Display string when FortiGate backup mode switched.
low_signal_strength str
Display string when signal strength is low.
mode_switch str
Display string when mode is switched.
os_image_fallback str
Display string when falling back to a previous OS image.
session_disconnect str
Display string when session disconnected.
system_reboot str
Display string when system rebooted.
dataExhausted String
Display string when data exhausted.
fgtBackupModeSwitch String
Display string when FortiGate backup mode switched.
lowSignalStrength String
Display string when signal strength is low.
modeSwitch String
Display string when mode is switched.
osImageFallback String
Display string when falling back to a previous OS image.
sessionDisconnect String
Display string when session disconnected.
systemReboot String
Display string when system rebooted.

ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs

Alerts List<string>
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
Name string
FortiExtender SMS notification receiver name.
PhoneNumber string
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
Status string
SMS notification receiver status. Valid values: disable, enable.
Alerts []string
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
Name string
FortiExtender SMS notification receiver name.
PhoneNumber string
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
Status string
SMS notification receiver status. Valid values: disable, enable.
alerts List<String>
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
name String
FortiExtender SMS notification receiver name.
phoneNumber String
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
status String
SMS notification receiver status. Valid values: disable, enable.
alerts string[]
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
name string
FortiExtender SMS notification receiver name.
phoneNumber string
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
status string
SMS notification receiver status. Valid values: disable, enable.
alerts Sequence[str]
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
name str
FortiExtender SMS notification receiver name.
phone_number str
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
status str
SMS notification receiver status. Valid values: disable, enable.
alerts List<String>
Alert multi-options. Valid values: system-reboot, data-exhausted, session-disconnect, low-signal-strength, mode-switch, os-image-fallback, fgt-backup-mode-switch.
name String
FortiExtender SMS notification receiver name.
phoneNumber String
Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
status String
SMS notification receiver status. Valid values: disable, enable.

Import

ObjectExtensionController ExtenderProfileCellularSmsNotification can be imported using any of these accepted formats:

Set import_options = [“extender_profile=YOUR_VALUE”] in the provider section.

$ export “FORTIMANAGER_IMPORT_TABLE”=“true”

$ pulumi import fortimanager:index/objectExtensioncontrollerExtenderprofileCellularSmsnotification:ObjectExtensioncontrollerExtenderprofileCellularSmsnotification labelname ObjectExtensionControllerExtenderProfileCellularSmsNotification
Copy

$ 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.