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

fortimanager.ObjectWirelesscontrollerMpskprofileMpskgroupMove

Explore with Pulumi AI

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

    Create ObjectWirelesscontrollerMpskprofileMpskgroupMove Resource

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

    Constructor syntax

    new ObjectWirelesscontrollerMpskprofileMpskgroupMove(name: string, args: ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWirelesscontrollerMpskprofileMpskgroupMove(resource_name: str,
                                                         args: ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs,
                                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWirelesscontrollerMpskprofileMpskgroupMove(resource_name: str,
                                                         opts: Optional[ResourceOptions] = None,
                                                         mpsk_group: Optional[str] = None,
                                                         mpsk_profile: Optional[str] = None,
                                                         option: Optional[str] = None,
                                                         target: Optional[str] = None,
                                                         adom: Optional[str] = None,
                                                         object_wirelesscontroller_mpskprofile_mpskgroup_move_id: Optional[str] = None,
                                                         scopetype: Optional[str] = None,
                                                         state_pos: Optional[str] = None)
    func NewObjectWirelesscontrollerMpskprofileMpskgroupMove(ctx *Context, name string, args ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerMpskprofileMpskgroupMove, error)
    public ObjectWirelesscontrollerMpskprofileMpskgroupMove(string name, ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs args, CustomResourceOptions? opts = null)
    public ObjectWirelesscontrollerMpskprofileMpskgroupMove(String name, ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs args)
    public ObjectWirelesscontrollerMpskprofileMpskgroupMove(String name, ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWirelesscontrollerMpskprofileMpskgroupMove
    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 ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs
    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 ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs
    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 ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs
    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 objectWirelesscontrollerMpskprofileMpskgroupMoveResource = new Fortimanager.ObjectWirelesscontrollerMpskprofileMpskgroupMove("objectWirelesscontrollerMpskprofileMpskgroupMoveResource", new()
    {
        MpskGroup = "string",
        MpskProfile = "string",
        Option = "string",
        Target = "string",
        Adom = "string",
        ObjectWirelesscontrollerMpskprofileMpskgroupMoveId = "string",
        Scopetype = "string",
        StatePos = "string",
    });
    
    example, err := fortimanager.NewObjectWirelesscontrollerMpskprofileMpskgroupMove(ctx, "objectWirelesscontrollerMpskprofileMpskgroupMoveResource", &fortimanager.ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs{
    MpskGroup: pulumi.String("string"),
    MpskProfile: pulumi.String("string"),
    Option: pulumi.String("string"),
    Target: pulumi.String("string"),
    Adom: pulumi.String("string"),
    ObjectWirelesscontrollerMpskprofileMpskgroupMoveId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    StatePos: pulumi.String("string"),
    })
    
    var objectWirelesscontrollerMpskprofileMpskgroupMoveResource = new ObjectWirelesscontrollerMpskprofileMpskgroupMove("objectWirelesscontrollerMpskprofileMpskgroupMoveResource", ObjectWirelesscontrollerMpskprofileMpskgroupMoveArgs.builder()
        .mpskGroup("string")
        .mpskProfile("string")
        .option("string")
        .target("string")
        .adom("string")
        .objectWirelesscontrollerMpskprofileMpskgroupMoveId("string")
        .scopetype("string")
        .statePos("string")
        .build());
    
    object_wirelesscontroller_mpskprofile_mpskgroup_move_resource = fortimanager.ObjectWirelesscontrollerMpskprofileMpskgroupMove("objectWirelesscontrollerMpskprofileMpskgroupMoveResource",
        mpsk_group="string",
        mpsk_profile="string",
        option="string",
        target="string",
        adom="string",
        object_wirelesscontroller_mpskprofile_mpskgroup_move_id="string",
        scopetype="string",
        state_pos="string")
    
    const objectWirelesscontrollerMpskprofileMpskgroupMoveResource = new fortimanager.ObjectWirelesscontrollerMpskprofileMpskgroupMove("objectWirelesscontrollerMpskprofileMpskgroupMoveResource", {
        mpskGroup: "string",
        mpskProfile: "string",
        option: "string",
        target: "string",
        adom: "string",
        objectWirelesscontrollerMpskprofileMpskgroupMoveId: "string",
        scopetype: "string",
        statePos: "string",
    });
    
    type: fortimanager:ObjectWirelesscontrollerMpskprofileMpskgroupMove
    properties:
        adom: string
        mpskGroup: string
        mpskProfile: string
        objectWirelesscontrollerMpskprofileMpskgroupMoveId: string
        option: string
        scopetype: string
        statePos: string
        target: string
    

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

    MpskGroup string
    Mpsk Group.
    MpskProfile string
    Mpsk Profile.
    Option string
    Option. Valid values: before, after.
    Target string
    Key to the target entry.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StatePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    MpskGroup string
    Mpsk Group.
    MpskProfile string
    Mpsk Profile.
    Option string
    Option. Valid values: before, after.
    Target string
    Key to the target entry.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    ObjectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    StatePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    mpskGroup String
    Mpsk Group.
    mpskProfile String
    Mpsk Profile.
    option String
    Option. Valid values: before, after.
    target String
    Key to the target entry.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    statePos String
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    mpskGroup string
    Mpsk Group.
    mpskProfile string
    Mpsk Profile.
    option string
    Option. Valid values: before, after.
    target string
    Key to the target entry.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    statePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    mpsk_group str
    Mpsk Group.
    mpsk_profile str
    Mpsk Profile.
    option str
    Option. Valid values: before, after.
    target str
    Key to the target entry.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    object_wirelesscontroller_mpskprofile_mpskgroup_move_id str
    an identifier for the resource with format {{name}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    state_pos str
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    mpskGroup String
    Mpsk Group.
    mpskProfile String
    Mpsk Profile.
    option String
    Option. Valid values: before, after.
    target String
    Key to the target entry.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId String
    an identifier for the resource with format {{name}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    statePos String
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.

    Outputs

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

    Get an existing ObjectWirelesscontrollerMpskprofileMpskgroupMove 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?: ObjectWirelesscontrollerMpskprofileMpskgroupMoveState, opts?: CustomResourceOptions): ObjectWirelesscontrollerMpskprofileMpskgroupMove
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            mpsk_group: Optional[str] = None,
            mpsk_profile: Optional[str] = None,
            object_wirelesscontroller_mpskprofile_mpskgroup_move_id: Optional[str] = None,
            option: Optional[str] = None,
            scopetype: Optional[str] = None,
            state_pos: Optional[str] = None,
            target: Optional[str] = None) -> ObjectWirelesscontrollerMpskprofileMpskgroupMove
    func GetObjectWirelesscontrollerMpskprofileMpskgroupMove(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerMpskprofileMpskgroupMoveState, opts ...ResourceOption) (*ObjectWirelesscontrollerMpskprofileMpskgroupMove, error)
    public static ObjectWirelesscontrollerMpskprofileMpskgroupMove Get(string name, Input<string> id, ObjectWirelesscontrollerMpskprofileMpskgroupMoveState? state, CustomResourceOptions? opts = null)
    public static ObjectWirelesscontrollerMpskprofileMpskgroupMove get(String name, Output<String> id, ObjectWirelesscontrollerMpskprofileMpskgroupMoveState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWirelesscontrollerMpskprofileMpskgroupMove    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.
    MpskGroup string
    Mpsk Group.
    MpskProfile string
    Mpsk Profile.
    ObjectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    Option string
    Option. Valid values: before, after.
    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.
    StatePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    Target string
    Key to the target entry.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    MpskGroup string
    Mpsk Group.
    MpskProfile string
    Mpsk Profile.
    ObjectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    Option string
    Option. Valid values: before, after.
    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.
    StatePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    Target string
    Key to the target entry.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    mpskGroup String
    Mpsk Group.
    mpskProfile String
    Mpsk Profile.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId String
    an identifier for the resource with format {{name}}.
    option String
    Option. Valid values: before, after.
    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.
    statePos String
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    target String
    Key to the target entry.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    mpskGroup string
    Mpsk Group.
    mpskProfile string
    Mpsk Profile.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId string
    an identifier for the resource with format {{name}}.
    option string
    Option. Valid values: before, after.
    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.
    statePos string
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    target string
    Key to the target entry.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    mpsk_group str
    Mpsk Group.
    mpsk_profile str
    Mpsk Profile.
    object_wirelesscontroller_mpskprofile_mpskgroup_move_id str
    an identifier for the resource with format {{name}}.
    option str
    Option. Valid values: before, after.
    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.
    state_pos str
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    target str
    Key to the target entry.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    mpskGroup String
    Mpsk Group.
    mpskProfile String
    Mpsk Profile.
    objectWirelesscontrollerMpskprofileMpskgroupMoveId String
    an identifier for the resource with format {{name}}.
    option String
    Option. Valid values: before, after.
    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.
    statePos String
    The parameter is read-only, it is used to get the lastest relative position of the two items. This can help check whether the latest relative position of the two items matches the configuration, and help check whether they have been deleted. If the latest relative position of the two items matches the configuration, the value of state_pos is an empty string.
    target String
    Key to the target entry.

    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