fortimanager.ObjectFmgSasemanagerSettings
Explore with Pulumi AI
ObjectFmg SaseManagerSettings
Create ObjectFmgSasemanagerSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectFmgSasemanagerSettings(name: string, args?: ObjectFmgSasemanagerSettingsArgs, opts?: CustomResourceOptions);
@overload
def ObjectFmgSasemanagerSettings(resource_name: str,
args: Optional[ObjectFmgSasemanagerSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectFmgSasemanagerSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
addresses: Optional[Sequence[str]] = None,
adom: Optional[str] = None,
object_fmg_sasemanager_settings_id: Optional[str] = None,
profile_groups: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
sync_address: Optional[str] = None,
sync_profile_group: Optional[str] = None,
sync_user: Optional[str] = None,
users: Optional[Sequence[str]] = None)
func NewObjectFmgSasemanagerSettings(ctx *Context, name string, args *ObjectFmgSasemanagerSettingsArgs, opts ...ResourceOption) (*ObjectFmgSasemanagerSettings, error)
public ObjectFmgSasemanagerSettings(string name, ObjectFmgSasemanagerSettingsArgs? args = null, CustomResourceOptions? opts = null)
public ObjectFmgSasemanagerSettings(String name, ObjectFmgSasemanagerSettingsArgs args)
public ObjectFmgSasemanagerSettings(String name, ObjectFmgSasemanagerSettingsArgs args, CustomResourceOptions options)
type: fortimanager:ObjectFmgSasemanagerSettings
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 ObjectFmgSasemanagerSettingsArgs
- 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 ObjectFmgSasemanagerSettingsArgs
- 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 ObjectFmgSasemanagerSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectFmgSasemanagerSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectFmgSasemanagerSettingsArgs
- 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 objectFmgSasemanagerSettingsResource = new Fortimanager.ObjectFmgSasemanagerSettings("objectFmgSasemanagerSettingsResource", new()
{
Addresses = new[]
{
"string",
},
Adom = "string",
ObjectFmgSasemanagerSettingsId = "string",
ProfileGroups = new[]
{
"string",
},
Scopetype = "string",
SyncAddress = "string",
SyncProfileGroup = "string",
SyncUser = "string",
Users = new[]
{
"string",
},
});
example, err := fortimanager.NewObjectFmgSasemanagerSettings(ctx, "objectFmgSasemanagerSettingsResource", &fortimanager.ObjectFmgSasemanagerSettingsArgs{
Addresses: pulumi.StringArray{
pulumi.String("string"),
},
Adom: pulumi.String("string"),
ObjectFmgSasemanagerSettingsId: pulumi.String("string"),
ProfileGroups: pulumi.StringArray{
pulumi.String("string"),
},
Scopetype: pulumi.String("string"),
SyncAddress: pulumi.String("string"),
SyncProfileGroup: pulumi.String("string"),
SyncUser: pulumi.String("string"),
Users: pulumi.StringArray{
pulumi.String("string"),
},
})
var objectFmgSasemanagerSettingsResource = new ObjectFmgSasemanagerSettings("objectFmgSasemanagerSettingsResource", ObjectFmgSasemanagerSettingsArgs.builder()
.addresses("string")
.adom("string")
.objectFmgSasemanagerSettingsId("string")
.profileGroups("string")
.scopetype("string")
.syncAddress("string")
.syncProfileGroup("string")
.syncUser("string")
.users("string")
.build());
object_fmg_sasemanager_settings_resource = fortimanager.ObjectFmgSasemanagerSettings("objectFmgSasemanagerSettingsResource",
addresses=["string"],
adom="string",
object_fmg_sasemanager_settings_id="string",
profile_groups=["string"],
scopetype="string",
sync_address="string",
sync_profile_group="string",
sync_user="string",
users=["string"])
const objectFmgSasemanagerSettingsResource = new fortimanager.ObjectFmgSasemanagerSettings("objectFmgSasemanagerSettingsResource", {
addresses: ["string"],
adom: "string",
objectFmgSasemanagerSettingsId: "string",
profileGroups: ["string"],
scopetype: "string",
syncAddress: "string",
syncProfileGroup: "string",
syncUser: "string",
users: ["string"],
});
type: fortimanager:ObjectFmgSasemanagerSettings
properties:
addresses:
- string
adom: string
objectFmgSasemanagerSettingsId: string
profileGroups:
- string
scopetype: string
syncAddress: string
syncProfileGroup: string
syncUser: string
users:
- string
ObjectFmgSasemanagerSettings 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 ObjectFmgSasemanagerSettings resource accepts the following input properties:
- Addresses List<string>
- Address.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- Profile
Groups List<string> - Profile-Group.
- 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
. - Sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - Sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - Sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - Users List<string>
- User.
- Addresses []string
- Address.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- Profile
Groups []string - Profile-Group.
- 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
. - Sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - Sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - Sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - Users []string
- User.
- addresses List<String>
- Address.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg StringSasemanager Settings Id - an identifier for the resource.
- profile
Groups List<String> - Profile-Group.
- 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
. - sync
Address String - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile StringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User String - Sync-User. Valid values:
disable
,specify
,all
. - users List<String>
- User.
- addresses string[]
- Address.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- profile
Groups string[] - Profile-Group.
- 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
. - sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - users string[]
- User.
- addresses Sequence[str]
- Address.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
fmg_ strsasemanager_ settings_ id - an identifier for the resource.
- profile_
groups Sequence[str] - Profile-Group.
- 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
. - sync_
address str - Sync-Address. Valid values:
disable
,specify
,all
. - sync_
profile_ strgroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync_
user str - Sync-User. Valid values:
disable
,specify
,all
. - users Sequence[str]
- User.
- addresses List<String>
- Address.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg StringSasemanager Settings Id - an identifier for the resource.
- profile
Groups List<String> - Profile-Group.
- 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
. - sync
Address String - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile StringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User String - Sync-User. Valid values:
disable
,specify
,all
. - users List<String>
- User.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectFmgSasemanagerSettings 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 ObjectFmgSasemanagerSettings Resource
Get an existing ObjectFmgSasemanagerSettings 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?: ObjectFmgSasemanagerSettingsState, opts?: CustomResourceOptions): ObjectFmgSasemanagerSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
addresses: Optional[Sequence[str]] = None,
adom: Optional[str] = None,
object_fmg_sasemanager_settings_id: Optional[str] = None,
profile_groups: Optional[Sequence[str]] = None,
scopetype: Optional[str] = None,
sync_address: Optional[str] = None,
sync_profile_group: Optional[str] = None,
sync_user: Optional[str] = None,
users: Optional[Sequence[str]] = None) -> ObjectFmgSasemanagerSettings
func GetObjectFmgSasemanagerSettings(ctx *Context, name string, id IDInput, state *ObjectFmgSasemanagerSettingsState, opts ...ResourceOption) (*ObjectFmgSasemanagerSettings, error)
public static ObjectFmgSasemanagerSettings Get(string name, Input<string> id, ObjectFmgSasemanagerSettingsState? state, CustomResourceOptions? opts = null)
public static ObjectFmgSasemanagerSettings get(String name, Output<String> id, ObjectFmgSasemanagerSettingsState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectFmgSasemanagerSettings 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.
- Addresses List<string>
- Address.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- Profile
Groups List<string> - Profile-Group.
- 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
. - Sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - Sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - Sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - Users List<string>
- User.
- Addresses []string
- Address.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- Profile
Groups []string - Profile-Group.
- 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
. - Sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - Sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - Sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - Users []string
- User.
- addresses List<String>
- Address.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg StringSasemanager Settings Id - an identifier for the resource.
- profile
Groups List<String> - Profile-Group.
- 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
. - sync
Address String - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile StringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User String - Sync-User. Valid values:
disable
,specify
,all
. - users List<String>
- User.
- addresses string[]
- Address.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg stringSasemanager Settings Id - an identifier for the resource.
- profile
Groups string[] - Profile-Group.
- 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
. - sync
Address string - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile stringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User string - Sync-User. Valid values:
disable
,specify
,all
. - users string[]
- User.
- addresses Sequence[str]
- Address.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object_
fmg_ strsasemanager_ settings_ id - an identifier for the resource.
- profile_
groups Sequence[str] - Profile-Group.
- 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
. - sync_
address str - Sync-Address. Valid values:
disable
,specify
,all
. - sync_
profile_ strgroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync_
user str - Sync-User. Valid values:
disable
,specify
,all
. - users Sequence[str]
- User.
- addresses List<String>
- Address.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - object
Fmg StringSasemanager Settings Id - an identifier for the resource.
- profile
Groups List<String> - Profile-Group.
- 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
. - sync
Address String - Sync-Address. Valid values:
disable
,specify
,all
. - sync
Profile StringGroup - Sync-Profile-Group. Valid values:
disable
,specify
,all
. - sync
User String - Sync-User. Valid values:
disable
,specify
,all
. - users List<String>
- User.
Import
ObjectFmg SaseManagerSettings can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectFmgSasemanagerSettings:ObjectFmgSasemanagerSettings labelname ObjectFmgSaseManagerSettings
$ 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.