meraki.networks.SmDevicesUninstallApps
Explore with Pulumi AI
~>Warning: This resource does not represent a real-world entity in Meraki Dashboard, therefore changing or deleting this resource on its own has no immediate effect. Instead, it is a task part of a Meraki Dashboard workflow. It is executed in Meraki without any additional verification. It does not check if it was executed before or if a similar configuration or action already existed previously.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.SmDevicesUninstallApps;
import com.pulumi.meraki.networks.SmDevicesUninstallAppsArgs;
import com.pulumi.meraki.networks.inputs.SmDevicesUninstallAppsParametersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new SmDevicesUninstallApps("example", SmDevicesUninstallAppsArgs.builder()
.deviceId("string")
.networkId("string")
.parameters(SmDevicesUninstallAppsParametersArgs.builder()
.app_ids(
"1284392014819",
"2983092129865")
.build())
.build());
ctx.export("merakiNetworksSmDevicesUninstallAppsExample", example);
}
}
resources:
example:
type: meraki:networks:SmDevicesUninstallApps
properties:
deviceId: string
networkId: string
parameters:
app_ids:
- '1284392014819'
- '2983092129865'
outputs:
merakiNetworksSmDevicesUninstallAppsExample: ${example}
Create SmDevicesUninstallApps Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SmDevicesUninstallApps(name: string, args: SmDevicesUninstallAppsArgs, opts?: CustomResourceOptions);
@overload
def SmDevicesUninstallApps(resource_name: str,
args: SmDevicesUninstallAppsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SmDevicesUninstallApps(resource_name: str,
opts: Optional[ResourceOptions] = None,
device_id: Optional[str] = None,
network_id: Optional[str] = None,
parameters: Optional[SmDevicesUninstallAppsParametersArgs] = None)
func NewSmDevicesUninstallApps(ctx *Context, name string, args SmDevicesUninstallAppsArgs, opts ...ResourceOption) (*SmDevicesUninstallApps, error)
public SmDevicesUninstallApps(string name, SmDevicesUninstallAppsArgs args, CustomResourceOptions? opts = null)
public SmDevicesUninstallApps(String name, SmDevicesUninstallAppsArgs args)
public SmDevicesUninstallApps(String name, SmDevicesUninstallAppsArgs args, CustomResourceOptions options)
type: meraki:networks:SmDevicesUninstallApps
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 SmDevicesUninstallAppsArgs
- 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 SmDevicesUninstallAppsArgs
- 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 SmDevicesUninstallAppsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SmDevicesUninstallAppsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SmDevicesUninstallAppsArgs
- 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 smDevicesUninstallAppsResource = new Meraki.Networks.SmDevicesUninstallApps("smDevicesUninstallAppsResource", new()
{
DeviceId = "string",
NetworkId = "string",
Parameters = new Meraki.Networks.Inputs.SmDevicesUninstallAppsParametersArgs
{
AppIds = new[]
{
"string",
},
},
});
example, err := networks.NewSmDevicesUninstallApps(ctx, "smDevicesUninstallAppsResource", &networks.SmDevicesUninstallAppsArgs{
DeviceId: pulumi.String("string"),
NetworkId: pulumi.String("string"),
Parameters: &networks.SmDevicesUninstallAppsParametersArgs{
AppIds: pulumi.StringArray{
pulumi.String("string"),
},
},
})
var smDevicesUninstallAppsResource = new SmDevicesUninstallApps("smDevicesUninstallAppsResource", SmDevicesUninstallAppsArgs.builder()
.deviceId("string")
.networkId("string")
.parameters(SmDevicesUninstallAppsParametersArgs.builder()
.appIds("string")
.build())
.build());
sm_devices_uninstall_apps_resource = meraki.networks.SmDevicesUninstallApps("smDevicesUninstallAppsResource",
device_id="string",
network_id="string",
parameters=meraki.networks.SmDevicesUninstallAppsParametersArgs(
app_ids=["string"],
))
const smDevicesUninstallAppsResource = new meraki.networks.SmDevicesUninstallApps("smDevicesUninstallAppsResource", {
deviceId: "string",
networkId: "string",
parameters: {
appIds: ["string"],
},
});
type: meraki:networks:SmDevicesUninstallApps
properties:
deviceId: string
networkId: string
parameters:
appIds:
- string
SmDevicesUninstallApps Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The SmDevicesUninstallApps resource accepts the following input properties:
- Device
Id string - deviceId path parameter. Device ID
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Uninstall Apps Parameters
- Device
Id string - deviceId path parameter. Device ID
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Uninstall Apps Parameters Args
- device
Id String - deviceId path parameter. Device ID
- network
Id String - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters
- device
Id string - deviceId path parameter. Device ID
- network
Id string - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters
- device_
id str - deviceId path parameter. Device ID
- network_
id str - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters Args
- device
Id String - deviceId path parameter. Device ID
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the SmDevicesUninstallApps 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 SmDevicesUninstallApps Resource
Get an existing SmDevicesUninstallApps 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?: SmDevicesUninstallAppsState, opts?: CustomResourceOptions): SmDevicesUninstallApps
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
device_id: Optional[str] = None,
network_id: Optional[str] = None,
parameters: Optional[SmDevicesUninstallAppsParametersArgs] = None) -> SmDevicesUninstallApps
func GetSmDevicesUninstallApps(ctx *Context, name string, id IDInput, state *SmDevicesUninstallAppsState, opts ...ResourceOption) (*SmDevicesUninstallApps, error)
public static SmDevicesUninstallApps Get(string name, Input<string> id, SmDevicesUninstallAppsState? state, CustomResourceOptions? opts = null)
public static SmDevicesUninstallApps get(String name, Output<String> id, SmDevicesUninstallAppsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Device
Id string - deviceId path parameter. Device ID
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Uninstall Apps Parameters
- Device
Id string - deviceId path parameter. Device ID
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Uninstall Apps Parameters Args
- device
Id String - deviceId path parameter. Device ID
- network
Id String - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters
- device
Id string - deviceId path parameter. Device ID
- network
Id string - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters
- device_
id str - deviceId path parameter. Device ID
- network_
id str - networkId path parameter. Network ID
- parameters
Sm
Devices Uninstall Apps Parameters Args
- device
Id String - deviceId path parameter. Device ID
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Supporting Types
SmDevicesUninstallAppsParameters, SmDevicesUninstallAppsParametersArgs
- App
Ids List<string> - ids of applications to be uninstalled
- App
Ids []string - ids of applications to be uninstalled
- app
Ids List<String> - ids of applications to be uninstalled
- app
Ids string[] - ids of applications to be uninstalled
- app_
ids Sequence[str] - ids of applications to be uninstalled
- app
Ids List<String> - ids of applications to be uninstalled
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.