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

fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver

Explore with Pulumi AI

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

    SMS notification receiver list.

    This resource is a sub resource for variable receiver of resource fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotification. Conflict and overwrite may occur if use both of them.

    Create ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver Resource

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

    Constructor syntax

    new ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(name: string, args: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(resource_name: str,
                                                                                args: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverInitArgs,
                                                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(resource_name: str,
                                                                                opts: Optional[ResourceOptions] = None,
                                                                                extender_profile: Optional[str] = None,
                                                                                adom: Optional[str] = None,
                                                                                alerts: Optional[Sequence[str]] = None,
                                                                                name: Optional[str] = None,
                                                                                object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_id: Optional[str] = None,
                                                                                phone_number: Optional[str] = None,
                                                                                scopetype: Optional[str] = None,
                                                                                status: Optional[str] = None)
    func NewObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(ctx *Context, name string, args ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver, error)
    public ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(string name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs args, CustomResourceOptions? opts = null)
    public ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(String name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs args)
    public ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(String name, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
    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 ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs
    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 ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverInitArgs
    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 ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs
    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 objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource = new Fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver("objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource", new()
    {
        ExtenderProfile = "string",
        Adom = "string",
        Alerts = new[]
        {
            "string",
        },
        Name = "string",
        ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId = "string",
        PhoneNumber = "string",
        Scopetype = "string",
        Status = "string",
    });
    
    example, err := fortimanager.NewObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(ctx, "objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource", &fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs{
    ExtenderProfile: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Alerts: pulumi.StringArray{
    pulumi.String("string"),
    },
    Name: pulumi.String("string"),
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId: pulumi.String("string"),
    PhoneNumber: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Status: pulumi.String("string"),
    })
    
    var objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource = new ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver("objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource", ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverArgs.builder()
        .extenderProfile("string")
        .adom("string")
        .alerts("string")
        .name("string")
        .objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId("string")
        .phoneNumber("string")
        .scopetype("string")
        .status("string")
        .build());
    
    object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_resource = fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver("objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource",
        extender_profile="string",
        adom="string",
        alerts=["string"],
        name="string",
        object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_id="string",
        phone_number="string",
        scopetype="string",
        status="string")
    
    const objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource = new fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver("objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverResource", {
        extenderProfile: "string",
        adom: "string",
        alerts: ["string"],
        name: "string",
        objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId: "string",
        phoneNumber: "string",
        scopetype: "string",
        status: "string",
    });
    
    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
    properties:
        adom: string
        alerts:
            - string
        extenderProfile: string
        name: string
        objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId: string
        phoneNumber: string
        scopetype: string
        status: string
    

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

    ExtenderProfile 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.
    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.
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    PhoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.
    ExtenderProfile 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.
    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.
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    PhoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.
    extenderProfile 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.
    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.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId String
    an identifier for the resource with format {{name}}.
    phoneNumber String
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.
    extenderProfile 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.
    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.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    phoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.
    extender_profile 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.
    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.
    object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_id str
    an identifier for the resource with format {{name}}.
    phone_number str
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.
    extenderProfile 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.
    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.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId String
    an identifier for the resource with format {{name}}.
    phoneNumber String
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.

    Outputs

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

    Get an existing ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver 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?: ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverState, opts?: CustomResourceOptions): ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            alerts: Optional[Sequence[str]] = None,
            extender_profile: Optional[str] = None,
            name: Optional[str] = None,
            object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_id: Optional[str] = None,
            phone_number: Optional[str] = None,
            scopetype: Optional[str] = None,
            status: Optional[str] = None) -> ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
    func GetObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver(ctx *Context, name string, id IDInput, state *ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverState, opts ...ResourceOption) (*ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver, error)
    public static ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver Get(string name, Input<string> id, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverState? state, CustomResourceOptions? opts = null)
    public static ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver get(String name, Output<String> id, ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver    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:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    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.
    ExtenderProfile string
    Extender Profile.
    Name string
    FortiExtender SMS notification receiver name.
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    PhoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver 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.
    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.
    ExtenderProfile string
    Extender Profile.
    Name string
    FortiExtender SMS notification receiver name.
    ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    PhoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver 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.
    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.
    extenderProfile String
    Extender Profile.
    name String
    FortiExtender SMS notification receiver name.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId String
    an identifier for the resource with format {{name}}.
    phoneNumber String
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver 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.
    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.
    extenderProfile string
    Extender Profile.
    name string
    FortiExtender SMS notification receiver name.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId string
    an identifier for the resource with format {{name}}.
    phoneNumber string
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver 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.
    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.
    extender_profile str
    Extender Profile.
    name str
    FortiExtender SMS notification receiver name.
    object_extensioncontroller_extenderprofile_cellular_smsnotification_receiver_id str
    an identifier for the resource with format {{name}}.
    phone_number str
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver 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.
    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.
    extenderProfile String
    Extender Profile.
    name String
    FortiExtender SMS notification receiver name.
    objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiverId String
    an identifier for the resource with format {{name}}.
    phoneNumber String
    Receiver phone number. Format: [+][country code][area code][local phone number]. For example, +16501234567.
    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
    SMS notification receiver status. Valid values: disable, enable.

    Import

    ObjectExtensionController ExtenderProfileCellularSmsNotificationReceiver 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/objectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver:ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver 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