fortimanager.ObjectExtensioncontrollerExtenderprofileCellularSmsnotificationReceiver
Explore with Pulumi AI
SMS notification receiver list.
This resource is a sub resource for variable
receiver
of resourcefortimanager.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:
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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.
- Object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- Phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- Extender
Profile string - Extender Profile.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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.
- Object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- Phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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.
- object
Extensioncontroller StringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- SMS notification receiver status. Valid values:
disable
,enable
.
- extender
Profile string - Extender Profile.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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.
- object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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
isadom
, 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_ strextenderprofile_ cellular_ smsnotification_ receiver_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status str
- SMS notification receiver status. Valid values:
disable
,enable
.
- extender
Profile String - Extender Profile.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, 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.
- object
Extensioncontroller StringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, 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
. - Extender
Profile string - Extender Profile.
- Name string
- FortiExtender SMS notification receiver name.
- Object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- Phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - Extender
Profile string - Extender Profile.
- Name string
- FortiExtender SMS notification receiver name.
- Object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- Phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - Status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile String - Extender Profile.
- name String
- FortiExtender SMS notification receiver name.
- object
Extensioncontroller StringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status String
- SMS notification receiver status. Valid values:
disable
,enable
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile string - Extender Profile.
- name string
- FortiExtender SMS notification receiver name.
- object
Extensioncontroller stringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status string
- SMS notification receiver status. Valid values:
disable
,enable
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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_ strextenderprofile_ cellular_ smsnotification_ receiver_ id - 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - status str
- SMS notification receiver status. Valid values:
disable
,enable
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - 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
. - extender
Profile String - Extender Profile.
- name String
- FortiExtender SMS notification receiver name.
- object
Extensioncontroller StringExtenderprofile Cellular Smsnotification Receiver Id - an identifier for the resource with format {{name}}.
- phone
Number 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
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
. - 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.