meraki.networks.ClientsProvision
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.ClientsProvision;
import com.pulumi.meraki.networks.ClientsProvisionArgs;
import com.pulumi.meraki.networks.inputs.ClientsProvisionParametersArgs;
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 ClientsProvision("example", ClientsProvisionArgs.builder()
.networkId("string")
.parameters(ClientsProvisionParametersArgs.builder()
.clients(ClientsProvisionParametersClientArgs.builder()
.mac("00:11:22:33:44:55")
.name("Miles's phone")
.build())
.device_policy("Group policy")
.group_policy_id("101")
.policies_by_security_appliance(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.policies_by_ssid(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build())
.build());
ctx.export("merakiNetworksClientsProvisionExample", example);
}
}
resources:
example:
type: meraki:networks:ClientsProvision
properties:
networkId: string
parameters:
clients:
- mac: 00:11:22:33:44:55
name: Miles's phone
device_policy: Group policy
group_policy_id: '101'
policies_by_security_appliance:
devicePolicy: Normal
policies_by_ssid:
status0:
devicePolicy: Group policy
groupPolicyId: '101'
status1:
devicePolicy: Group policy
groupPolicyId: '101'
status10:
devicePolicy: Group policy
groupPolicyId: '101'
status11:
devicePolicy: Group policy
groupPolicyId: '101'
status12:
devicePolicy: Group policy
groupPolicyId: '101'
status13:
devicePolicy: Group policy
groupPolicyId: '101'
status14:
devicePolicy: Group policy
groupPolicyId: '101'
status2:
devicePolicy: Group policy
groupPolicyId: '101'
status3:
devicePolicy: Group policy
groupPolicyId: '101'
status4:
devicePolicy: Group policy
groupPolicyId: '101'
status5:
devicePolicy: Group policy
groupPolicyId: '101'
status6:
devicePolicy: Group policy
groupPolicyId: '101'
status7:
devicePolicy: Group policy
groupPolicyId: '101'
status8:
devicePolicy: Group policy
groupPolicyId: '101'
status9:
devicePolicy: Group policy
groupPolicyId: '101'
outputs:
merakiNetworksClientsProvisionExample: ${example}
Create ClientsProvision Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ClientsProvision(name: string, args: ClientsProvisionArgs, opts?: CustomResourceOptions);
@overload
def ClientsProvision(resource_name: str,
args: ClientsProvisionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ClientsProvision(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_id: Optional[str] = None,
parameters: Optional[ClientsProvisionParametersArgs] = None)
func NewClientsProvision(ctx *Context, name string, args ClientsProvisionArgs, opts ...ResourceOption) (*ClientsProvision, error)
public ClientsProvision(string name, ClientsProvisionArgs args, CustomResourceOptions? opts = null)
public ClientsProvision(String name, ClientsProvisionArgs args)
public ClientsProvision(String name, ClientsProvisionArgs args, CustomResourceOptions options)
type: meraki:networks:ClientsProvision
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 ClientsProvisionArgs
- 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 ClientsProvisionArgs
- 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 ClientsProvisionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClientsProvisionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClientsProvisionArgs
- 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 clientsProvisionResource = new Meraki.Networks.ClientsProvision("clientsProvisionResource", new()
{
NetworkId = "string",
Parameters = new Meraki.Networks.Inputs.ClientsProvisionParametersArgs
{
Clients = new[]
{
new Meraki.Networks.Inputs.ClientsProvisionParametersClientArgs
{
Mac = "string",
Name = "string",
},
},
DevicePolicy = "string",
GroupPolicyId = "string",
PoliciesBySecurityAppliance = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySecurityApplianceArgs
{
DevicePolicy = "string",
},
PoliciesBySsid = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidArgs
{
Status0 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus0Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status1 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus1Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status10 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus10Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status11 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus11Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status12 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus12Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status13 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus13Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status14 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus14Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status2 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus2Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status3 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus3Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status4 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus4Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status5 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus5Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status6 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus6Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status7 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus7Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status8 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus8Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
Status9 = new Meraki.Networks.Inputs.ClientsProvisionParametersPoliciesBySsidStatus9Args
{
DevicePolicy = "string",
GroupPolicyId = "string",
},
},
},
});
example, err := networks.NewClientsProvision(ctx, "clientsProvisionResource", &networks.ClientsProvisionArgs{
NetworkId: pulumi.String("string"),
Parameters: &networks.ClientsProvisionParametersArgs{
Clients: networks.ClientsProvisionParametersClientArray{
&networks.ClientsProvisionParametersClientArgs{
Mac: pulumi.String("string"),
Name: pulumi.String("string"),
},
},
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
PoliciesBySecurityAppliance: &networks.ClientsProvisionParametersPoliciesBySecurityApplianceArgs{
DevicePolicy: pulumi.String("string"),
},
PoliciesBySsid: &networks.ClientsProvisionParametersPoliciesBySsidArgs{
Status0: &networks.ClientsProvisionParametersPoliciesBySsidStatus0Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status1: &networks.ClientsProvisionParametersPoliciesBySsidStatus1Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status10: &networks.ClientsProvisionParametersPoliciesBySsidStatus10Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status11: &networks.ClientsProvisionParametersPoliciesBySsidStatus11Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status12: &networks.ClientsProvisionParametersPoliciesBySsidStatus12Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status13: &networks.ClientsProvisionParametersPoliciesBySsidStatus13Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status14: &networks.ClientsProvisionParametersPoliciesBySsidStatus14Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status2: &networks.ClientsProvisionParametersPoliciesBySsidStatus2Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status3: &networks.ClientsProvisionParametersPoliciesBySsidStatus3Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status4: &networks.ClientsProvisionParametersPoliciesBySsidStatus4Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status5: &networks.ClientsProvisionParametersPoliciesBySsidStatus5Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status6: &networks.ClientsProvisionParametersPoliciesBySsidStatus6Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status7: &networks.ClientsProvisionParametersPoliciesBySsidStatus7Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status8: &networks.ClientsProvisionParametersPoliciesBySsidStatus8Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
Status9: &networks.ClientsProvisionParametersPoliciesBySsidStatus9Args{
DevicePolicy: pulumi.String("string"),
GroupPolicyId: pulumi.String("string"),
},
},
},
})
var clientsProvisionResource = new ClientsProvision("clientsProvisionResource", ClientsProvisionArgs.builder()
.networkId("string")
.parameters(ClientsProvisionParametersArgs.builder()
.clients(ClientsProvisionParametersClientArgs.builder()
.mac("string")
.name("string")
.build())
.devicePolicy("string")
.groupPolicyId("string")
.policiesBySecurityAppliance(ClientsProvisionParametersPoliciesBySecurityApplianceArgs.builder()
.devicePolicy("string")
.build())
.policiesBySsid(ClientsProvisionParametersPoliciesBySsidArgs.builder()
.status0(ClientsProvisionParametersPoliciesBySsidStatus0Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status1(ClientsProvisionParametersPoliciesBySsidStatus1Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status10(ClientsProvisionParametersPoliciesBySsidStatus10Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status11(ClientsProvisionParametersPoliciesBySsidStatus11Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status12(ClientsProvisionParametersPoliciesBySsidStatus12Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status13(ClientsProvisionParametersPoliciesBySsidStatus13Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status14(ClientsProvisionParametersPoliciesBySsidStatus14Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status2(ClientsProvisionParametersPoliciesBySsidStatus2Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status3(ClientsProvisionParametersPoliciesBySsidStatus3Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status4(ClientsProvisionParametersPoliciesBySsidStatus4Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status5(ClientsProvisionParametersPoliciesBySsidStatus5Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status6(ClientsProvisionParametersPoliciesBySsidStatus6Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status7(ClientsProvisionParametersPoliciesBySsidStatus7Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status8(ClientsProvisionParametersPoliciesBySsidStatus8Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.status9(ClientsProvisionParametersPoliciesBySsidStatus9Args.builder()
.devicePolicy("string")
.groupPolicyId("string")
.build())
.build())
.build())
.build());
clients_provision_resource = meraki.networks.ClientsProvision("clientsProvisionResource",
network_id="string",
parameters=meraki.networks.ClientsProvisionParametersArgs(
clients=[meraki.networks.ClientsProvisionParametersClientArgs(
mac="string",
name="string",
)],
device_policy="string",
group_policy_id="string",
policies_by_security_appliance=meraki.networks.ClientsProvisionParametersPoliciesBySecurityApplianceArgs(
device_policy="string",
),
policies_by_ssid=meraki.networks.ClientsProvisionParametersPoliciesBySsidArgs(
status0=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus0Args(
device_policy="string",
group_policy_id="string",
),
status1=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus1Args(
device_policy="string",
group_policy_id="string",
),
status10=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus10Args(
device_policy="string",
group_policy_id="string",
),
status11=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus11Args(
device_policy="string",
group_policy_id="string",
),
status12=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus12Args(
device_policy="string",
group_policy_id="string",
),
status13=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus13Args(
device_policy="string",
group_policy_id="string",
),
status14=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus14Args(
device_policy="string",
group_policy_id="string",
),
status2=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus2Args(
device_policy="string",
group_policy_id="string",
),
status3=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus3Args(
device_policy="string",
group_policy_id="string",
),
status4=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus4Args(
device_policy="string",
group_policy_id="string",
),
status5=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus5Args(
device_policy="string",
group_policy_id="string",
),
status6=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus6Args(
device_policy="string",
group_policy_id="string",
),
status7=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus7Args(
device_policy="string",
group_policy_id="string",
),
status8=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus8Args(
device_policy="string",
group_policy_id="string",
),
status9=meraki.networks.ClientsProvisionParametersPoliciesBySsidStatus9Args(
device_policy="string",
group_policy_id="string",
),
),
))
const clientsProvisionResource = new meraki.networks.ClientsProvision("clientsProvisionResource", {
networkId: "string",
parameters: {
clients: [{
mac: "string",
name: "string",
}],
devicePolicy: "string",
groupPolicyId: "string",
policiesBySecurityAppliance: {
devicePolicy: "string",
},
policiesBySsid: {
status0: {
devicePolicy: "string",
groupPolicyId: "string",
},
status1: {
devicePolicy: "string",
groupPolicyId: "string",
},
status10: {
devicePolicy: "string",
groupPolicyId: "string",
},
status11: {
devicePolicy: "string",
groupPolicyId: "string",
},
status12: {
devicePolicy: "string",
groupPolicyId: "string",
},
status13: {
devicePolicy: "string",
groupPolicyId: "string",
},
status14: {
devicePolicy: "string",
groupPolicyId: "string",
},
status2: {
devicePolicy: "string",
groupPolicyId: "string",
},
status3: {
devicePolicy: "string",
groupPolicyId: "string",
},
status4: {
devicePolicy: "string",
groupPolicyId: "string",
},
status5: {
devicePolicy: "string",
groupPolicyId: "string",
},
status6: {
devicePolicy: "string",
groupPolicyId: "string",
},
status7: {
devicePolicy: "string",
groupPolicyId: "string",
},
status8: {
devicePolicy: "string",
groupPolicyId: "string",
},
status9: {
devicePolicy: "string",
groupPolicyId: "string",
},
},
},
});
type: meraki:networks:ClientsProvision
properties:
networkId: string
parameters:
clients:
- mac: string
name: string
devicePolicy: string
groupPolicyId: string
policiesBySecurityAppliance:
devicePolicy: string
policiesBySsid:
status0:
devicePolicy: string
groupPolicyId: string
status1:
devicePolicy: string
groupPolicyId: string
status2:
devicePolicy: string
groupPolicyId: string
status3:
devicePolicy: string
groupPolicyId: string
status4:
devicePolicy: string
groupPolicyId: string
status5:
devicePolicy: string
groupPolicyId: string
status6:
devicePolicy: string
groupPolicyId: string
status7:
devicePolicy: string
groupPolicyId: string
status8:
devicePolicy: string
groupPolicyId: string
status9:
devicePolicy: string
groupPolicyId: string
status10:
devicePolicy: string
groupPolicyId: string
status11:
devicePolicy: string
groupPolicyId: string
status12:
devicePolicy: string
groupPolicyId: string
status13:
devicePolicy: string
groupPolicyId: string
status14:
devicePolicy: string
groupPolicyId: string
ClientsProvision 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 ClientsProvision resource accepts the following input properties:
- Network
Id string - networkId path parameter. Network ID
- Parameters
Clients
Provision Parameters
- Network
Id string - networkId path parameter. Network ID
- Parameters
Clients
Provision Parameters Args
- network
Id String - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters
- network
Id string - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters
- network_
id str - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters Args
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the ClientsProvision resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Clients
Provision Item
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Clients
Provision Item
- id String
- The provider-assigned unique ID for this managed resource.
- item
Clients
Provision Item
- id string
- The provider-assigned unique ID for this managed resource.
- item
Clients
Provision Item
- id str
- The provider-assigned unique ID for this managed resource.
- item
Clients
Provision Item
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
Look up Existing ClientsProvision Resource
Get an existing ClientsProvision 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?: ClientsProvisionState, opts?: CustomResourceOptions): ClientsProvision
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
item: Optional[ClientsProvisionItemArgs] = None,
network_id: Optional[str] = None,
parameters: Optional[ClientsProvisionParametersArgs] = None) -> ClientsProvision
func GetClientsProvision(ctx *Context, name string, id IDInput, state *ClientsProvisionState, opts ...ResourceOption) (*ClientsProvision, error)
public static ClientsProvision Get(string name, Input<string> id, ClientsProvisionState? state, CustomResourceOptions? opts = null)
public static ClientsProvision get(String name, Output<String> id, ClientsProvisionState 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.
- Item
Clients
Provision Item - Network
Id string - networkId path parameter. Network ID
- Parameters
Clients
Provision Parameters
- Item
Clients
Provision Item Args - Network
Id string - networkId path parameter. Network ID
- Parameters
Clients
Provision Parameters Args
- item
Clients
Provision Item - network
Id String - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters
- item
Clients
Provision Item - network
Id string - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters
- item
Clients
Provision Item Args - network_
id str - networkId path parameter. Network ID
- parameters
Clients
Provision Parameters Args
- item Property Map
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Supporting Types
ClientsProvisionItem, ClientsProvisionItemArgs
- Clients
List<Clients
Provision Item Client> - The list of clients to provision
- Device
Policy string - The name of the client's policy
- Group
Policy stringId - The group policy identifier of the client
- Clients
[]Clients
Provision Item Client - The list of clients to provision
- Device
Policy string - The name of the client's policy
- Group
Policy stringId - The group policy identifier of the client
- clients
List<Clients
Provision Item Client> - The list of clients to provision
- device
Policy String - The name of the client's policy
- group
Policy StringId - The group policy identifier of the client
- clients
Clients
Provision Item Client[] - The list of clients to provision
- device
Policy string - The name of the client's policy
- group
Policy stringId - The group policy identifier of the client
- clients
Sequence[Clients
Provision Item Client] - The list of clients to provision
- device_
policy str - The name of the client's policy
- group_
policy_ strid - The group policy identifier of the client
- clients List<Property Map>
- The list of clients to provision
- device
Policy String - The name of the client's policy
- group
Policy StringId - The group policy identifier of the client
ClientsProvisionItemClient, ClientsProvisionItemClientArgs
ClientsProvisionParameters, ClientsProvisionParametersArgs
- Clients
List<Clients
Provision Parameters Client> - The array of clients to provision
- Device
Policy string - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Policies
By ClientsSecurity Appliance Provision Parameters Policies By Security Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- Policies
By ClientsSsid Provision Parameters Policies By Ssid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
- Clients
[]Clients
Provision Parameters Client - The array of clients to provision
- Device
Policy string - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Policies
By ClientsSecurity Appliance Provision Parameters Policies By Security Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- Policies
By ClientsSsid Provision Parameters Policies By Ssid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
- clients
List<Clients
Provision Parameters Client> - The array of clients to provision
- device
Policy String - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- policies
By ClientsSecurity Appliance Provision Parameters Policies By Security Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- policies
By ClientsSsid Provision Parameters Policies By Ssid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
- clients
Clients
Provision Parameters Client[] - The array of clients to provision
- device
Policy string - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- policies
By ClientsSecurity Appliance Provision Parameters Policies By Security Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- policies
By ClientsSsid Provision Parameters Policies By Ssid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
- clients
Sequence[Clients
Provision Parameters Client] - The array of clients to provision
- device_
policy str - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- policies_
by_ Clientssecurity_ appliance Provision Parameters Policies By Security Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- policies_
by_ Clientsssid Provision Parameters Policies By Ssid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
- clients List<Property Map>
- The array of clients to provision
- device
Policy String - The policy to apply to the specified client. Can be 'Group policy', 'Allowed', 'Blocked', 'Per connection' or 'Normal'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- policies
By Property MapSecurity Appliance - An object, describing what the policy-connection association is for the security appliance. (Only relevant if the security appliance is actually within the network)
- policies
By Property MapSsid - An object, describing the policy-connection associations for each active SSID within the network. Keys should be the number of enabled SSIDs, mapping to an object describing the client's policy
ClientsProvisionParametersClient, ClientsProvisionParametersClientArgs
ClientsProvisionParametersPoliciesBySecurityAppliance, ClientsProvisionParametersPoliciesBySecurityApplianceArgs
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked' or 'Normal'. Required.
ClientsProvisionParametersPoliciesBySsid, ClientsProvisionParametersPoliciesBySsidArgs
- Status0
Clients
Provision Parameters Policies By Ssid Status0 - The number for the SSID
- Status1
Clients
Provision Parameters Policies By Ssid Status1 - The number for the SSID
- Status10
Clients
Provision Parameters Policies By Ssid Status10 - The number for the SSID
- Status11
Clients
Provision Parameters Policies By Ssid Status11 - The number for the SSID
- Status12
Clients
Provision Parameters Policies By Ssid Status12 - The number for the SSID
- Status13
Clients
Provision Parameters Policies By Ssid Status13 - The number for the SSID
- Status14
Clients
Provision Parameters Policies By Ssid Status14 - The number for the SSID
- Status2
Clients
Provision Parameters Policies By Ssid Status2 - The number for the SSID
- Status3
Clients
Provision Parameters Policies By Ssid Status3 - The number for the SSID
- Status4
Clients
Provision Parameters Policies By Ssid Status4 - The number for the SSID
- Status5
Clients
Provision Parameters Policies By Ssid Status5 - The number for the SSID
- Status6
Clients
Provision Parameters Policies By Ssid Status6 - The number for the SSID
- Status7
Clients
Provision Parameters Policies By Ssid Status7 - The number for the SSID
- Status8
Clients
Provision Parameters Policies By Ssid Status8 - The number for the SSID
- Status9
Clients
Provision Parameters Policies By Ssid Status9 - The number for the SSID
- Status0
Clients
Provision Parameters Policies By Ssid Status0 - The number for the SSID
- Status1
Clients
Provision Parameters Policies By Ssid Status1 - The number for the SSID
- Status10
Clients
Provision Parameters Policies By Ssid Status10 - The number for the SSID
- Status11
Clients
Provision Parameters Policies By Ssid Status11 - The number for the SSID
- Status12
Clients
Provision Parameters Policies By Ssid Status12 - The number for the SSID
- Status13
Clients
Provision Parameters Policies By Ssid Status13 - The number for the SSID
- Status14
Clients
Provision Parameters Policies By Ssid Status14 - The number for the SSID
- Status2
Clients
Provision Parameters Policies By Ssid Status2 - The number for the SSID
- Status3
Clients
Provision Parameters Policies By Ssid Status3 - The number for the SSID
- Status4
Clients
Provision Parameters Policies By Ssid Status4 - The number for the SSID
- Status5
Clients
Provision Parameters Policies By Ssid Status5 - The number for the SSID
- Status6
Clients
Provision Parameters Policies By Ssid Status6 - The number for the SSID
- Status7
Clients
Provision Parameters Policies By Ssid Status7 - The number for the SSID
- Status8
Clients
Provision Parameters Policies By Ssid Status8 - The number for the SSID
- Status9
Clients
Provision Parameters Policies By Ssid Status9 - The number for the SSID
- status0
Clients
Provision Parameters Policies By Ssid Status0 - The number for the SSID
- status1
Clients
Provision Parameters Policies By Ssid Status1 - The number for the SSID
- status10
Clients
Provision Parameters Policies By Ssid Status10 - The number for the SSID
- status11
Clients
Provision Parameters Policies By Ssid Status11 - The number for the SSID
- status12
Clients
Provision Parameters Policies By Ssid Status12 - The number for the SSID
- status13
Clients
Provision Parameters Policies By Ssid Status13 - The number for the SSID
- status14
Clients
Provision Parameters Policies By Ssid Status14 - The number for the SSID
- status2
Clients
Provision Parameters Policies By Ssid Status2 - The number for the SSID
- status3
Clients
Provision Parameters Policies By Ssid Status3 - The number for the SSID
- status4
Clients
Provision Parameters Policies By Ssid Status4 - The number for the SSID
- status5
Clients
Provision Parameters Policies By Ssid Status5 - The number for the SSID
- status6
Clients
Provision Parameters Policies By Ssid Status6 - The number for the SSID
- status7
Clients
Provision Parameters Policies By Ssid Status7 - The number for the SSID
- status8
Clients
Provision Parameters Policies By Ssid Status8 - The number for the SSID
- status9
Clients
Provision Parameters Policies By Ssid Status9 - The number for the SSID
- status0
Clients
Provision Parameters Policies By Ssid Status0 - The number for the SSID
- status1
Clients
Provision Parameters Policies By Ssid Status1 - The number for the SSID
- status10
Clients
Provision Parameters Policies By Ssid Status10 - The number for the SSID
- status11
Clients
Provision Parameters Policies By Ssid Status11 - The number for the SSID
- status12
Clients
Provision Parameters Policies By Ssid Status12 - The number for the SSID
- status13
Clients
Provision Parameters Policies By Ssid Status13 - The number for the SSID
- status14
Clients
Provision Parameters Policies By Ssid Status14 - The number for the SSID
- status2
Clients
Provision Parameters Policies By Ssid Status2 - The number for the SSID
- status3
Clients
Provision Parameters Policies By Ssid Status3 - The number for the SSID
- status4
Clients
Provision Parameters Policies By Ssid Status4 - The number for the SSID
- status5
Clients
Provision Parameters Policies By Ssid Status5 - The number for the SSID
- status6
Clients
Provision Parameters Policies By Ssid Status6 - The number for the SSID
- status7
Clients
Provision Parameters Policies By Ssid Status7 - The number for the SSID
- status8
Clients
Provision Parameters Policies By Ssid Status8 - The number for the SSID
- status9
Clients
Provision Parameters Policies By Ssid Status9 - The number for the SSID
- status0
Clients
Provision Parameters Policies By Ssid Status0 - The number for the SSID
- status1
Clients
Provision Parameters Policies By Ssid Status1 - The number for the SSID
- status10
Clients
Provision Parameters Policies By Ssid Status10 - The number for the SSID
- status11
Clients
Provision Parameters Policies By Ssid Status11 - The number for the SSID
- status12
Clients
Provision Parameters Policies By Ssid Status12 - The number for the SSID
- status13
Clients
Provision Parameters Policies By Ssid Status13 - The number for the SSID
- status14
Clients
Provision Parameters Policies By Ssid Status14 - The number for the SSID
- status2
Clients
Provision Parameters Policies By Ssid Status2 - The number for the SSID
- status3
Clients
Provision Parameters Policies By Ssid Status3 - The number for the SSID
- status4
Clients
Provision Parameters Policies By Ssid Status4 - The number for the SSID
- status5
Clients
Provision Parameters Policies By Ssid Status5 - The number for the SSID
- status6
Clients
Provision Parameters Policies By Ssid Status6 - The number for the SSID
- status7
Clients
Provision Parameters Policies By Ssid Status7 - The number for the SSID
- status8
Clients
Provision Parameters Policies By Ssid Status8 - The number for the SSID
- status9
Clients
Provision Parameters Policies By Ssid Status9 - The number for the SSID
- status0 Property Map
- The number for the SSID
- status1 Property Map
- The number for the SSID
- status10 Property Map
- The number for the SSID
- status11 Property Map
- The number for the SSID
- status12 Property Map
- The number for the SSID
- status13 Property Map
- The number for the SSID
- status14 Property Map
- The number for the SSID
- status2 Property Map
- The number for the SSID
- status3 Property Map
- The number for the SSID
- status4 Property Map
- The number for the SSID
- status5 Property Map
- The number for the SSID
- status6 Property Map
- The number for the SSID
- status7 Property Map
- The number for the SSID
- status8 Property Map
- The number for the SSID
- status9 Property Map
- The number for the SSID
ClientsProvisionParametersPoliciesBySsidStatus0, ClientsProvisionParametersPoliciesBySsidStatus0Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus1, ClientsProvisionParametersPoliciesBySsidStatus1Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus10, ClientsProvisionParametersPoliciesBySsidStatus10Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus11, ClientsProvisionParametersPoliciesBySsidStatus11Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus12, ClientsProvisionParametersPoliciesBySsidStatus12Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus13, ClientsProvisionParametersPoliciesBySsidStatus13Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus14, ClientsProvisionParametersPoliciesBySsidStatus14Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus2, ClientsProvisionParametersPoliciesBySsidStatus2Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus3, ClientsProvisionParametersPoliciesBySsidStatus3Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus4, ClientsProvisionParametersPoliciesBySsidStatus4Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus5, ClientsProvisionParametersPoliciesBySsidStatus5Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus6, ClientsProvisionParametersPoliciesBySsidStatus6Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus7, ClientsProvisionParametersPoliciesBySsidStatus7Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus8, ClientsProvisionParametersPoliciesBySsidStatus8Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
ClientsProvisionParametersPoliciesBySsidStatus9, ClientsProvisionParametersPoliciesBySsidStatus9Args
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- Device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- Group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy string - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy stringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device_
policy str - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group_
policy_ strid - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
- device
Policy String - The policy to apply to the specified client. Can be 'Allowed', 'Blocked', 'Normal' or 'Group policy'. Required.
- group
Policy StringId - The ID of the desired group policy to apply to the client. Required if 'devicePolicy' is set to "Group policy". Otherwise this is ignored.
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.