Cisco Meraki v0.3.2 published on Tuesday, Sep 24, 2024 by Pulumi
meraki.networks.getPiiSmOwnersForKey
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as meraki from "@pulumi/meraki";
const example = meraki.networks.getPiiSmOwnersForKey({
bluetoothMac: "string",
email: "string",
imei: "string",
mac: "string",
networkId: "string",
serial: "string",
username: "string",
});
export const merakiNetworksPiiSmOwnersForKeyExample = example.then(example => example.item);
import pulumi
import pulumi_meraki as meraki
example = meraki.networks.get_pii_sm_owners_for_key(bluetooth_mac="string",
email="string",
imei="string",
mac="string",
network_id="string",
serial="string",
username="string")
pulumi.export("merakiNetworksPiiSmOwnersForKeyExample", example.item)
package main
import (
"github.com/pulumi/pulumi-meraki/sdk/go/meraki/networks"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := networks.GetPiiSmOwnersForKey(ctx, &networks.GetPiiSmOwnersForKeyArgs{
BluetoothMac: pulumi.StringRef("string"),
Email: pulumi.StringRef("string"),
Imei: pulumi.StringRef("string"),
Mac: pulumi.StringRef("string"),
NetworkId: "string",
Serial: pulumi.StringRef("string"),
Username: pulumi.StringRef("string"),
}, nil)
if err != nil {
return err
}
ctx.Export("merakiNetworksPiiSmOwnersForKeyExample", example.Item)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Meraki = Pulumi.Meraki;
return await Deployment.RunAsync(() =>
{
var example = Meraki.Networks.GetPiiSmOwnersForKey.Invoke(new()
{
BluetoothMac = "string",
Email = "string",
Imei = "string",
Mac = "string",
NetworkId = "string",
Serial = "string",
Username = "string",
});
return new Dictionary<string, object?>
{
["merakiNetworksPiiSmOwnersForKeyExample"] = example.Apply(getPiiSmOwnersForKeyResult => getPiiSmOwnersForKeyResult.Item),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.meraki.networks.NetworksFunctions;
import com.pulumi.meraki.networks.inputs.GetPiiSmOwnersForKeyArgs;
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) {
final var example = NetworksFunctions.getPiiSmOwnersForKey(GetPiiSmOwnersForKeyArgs.builder()
.bluetoothMac("string")
.email("string")
.imei("string")
.mac("string")
.networkId("string")
.serial("string")
.username("string")
.build());
ctx.export("merakiNetworksPiiSmOwnersForKeyExample", example.applyValue(getPiiSmOwnersForKeyResult -> getPiiSmOwnersForKeyResult.item()));
}
}
variables:
example:
fn::invoke:
Function: meraki:networks:getPiiSmOwnersForKey
Arguments:
bluetoothMac: string
email: string
imei: string
mac: string
networkId: string
serial: string
username: string
outputs:
merakiNetworksPiiSmOwnersForKeyExample: ${example.item}
Using getPiiSmOwnersForKey
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPiiSmOwnersForKey(args: GetPiiSmOwnersForKeyArgs, opts?: InvokeOptions): Promise<GetPiiSmOwnersForKeyResult>
function getPiiSmOwnersForKeyOutput(args: GetPiiSmOwnersForKeyOutputArgs, opts?: InvokeOptions): Output<GetPiiSmOwnersForKeyResult>
def get_pii_sm_owners_for_key(bluetooth_mac: Optional[str] = None,
email: Optional[str] = None,
imei: Optional[str] = None,
mac: Optional[str] = None,
network_id: Optional[str] = None,
serial: Optional[str] = None,
username: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPiiSmOwnersForKeyResult
def get_pii_sm_owners_for_key_output(bluetooth_mac: Optional[pulumi.Input[str]] = None,
email: Optional[pulumi.Input[str]] = None,
imei: Optional[pulumi.Input[str]] = None,
mac: Optional[pulumi.Input[str]] = None,
network_id: Optional[pulumi.Input[str]] = None,
serial: Optional[pulumi.Input[str]] = None,
username: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPiiSmOwnersForKeyResult]
func GetPiiSmOwnersForKey(ctx *Context, args *GetPiiSmOwnersForKeyArgs, opts ...InvokeOption) (*GetPiiSmOwnersForKeyResult, error)
func GetPiiSmOwnersForKeyOutput(ctx *Context, args *GetPiiSmOwnersForKeyOutputArgs, opts ...InvokeOption) GetPiiSmOwnersForKeyResultOutput
> Note: This function is named GetPiiSmOwnersForKey
in the Go SDK.
public static class GetPiiSmOwnersForKey
{
public static Task<GetPiiSmOwnersForKeyResult> InvokeAsync(GetPiiSmOwnersForKeyArgs args, InvokeOptions? opts = null)
public static Output<GetPiiSmOwnersForKeyResult> Invoke(GetPiiSmOwnersForKeyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPiiSmOwnersForKeyResult> getPiiSmOwnersForKey(GetPiiSmOwnersForKeyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: meraki:networks/getPiiSmOwnersForKey:getPiiSmOwnersForKey
arguments:
# arguments dictionary
The following arguments are supported:
- Network
Id string - networkId path parameter. Network ID
- Bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- Email string
- email query parameter. The email of a network user account or a Systems Manager device
- Imei string
- imei query parameter. The IMEI of a Systems Manager device
- Mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- Serial string
- serial query parameter. The serial of a Systems Manager device
- Username string
- username query parameter. The username of a Systems Manager user
- Network
Id string - networkId path parameter. Network ID
- Bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- Email string
- email query parameter. The email of a network user account or a Systems Manager device
- Imei string
- imei query parameter. The IMEI of a Systems Manager device
- Mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- Serial string
- serial query parameter. The serial of a Systems Manager device
- Username string
- username query parameter. The username of a Systems Manager user
- network
Id String - networkId path parameter. Network ID
- bluetooth
Mac String - bluetoothMac query parameter. The MAC of a Bluetooth client
- email String
- email query parameter. The email of a network user account or a Systems Manager device
- imei String
- imei query parameter. The IMEI of a Systems Manager device
- mac String
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial String
- serial query parameter. The serial of a Systems Manager device
- username String
- username query parameter. The username of a Systems Manager user
- network
Id string - networkId path parameter. Network ID
- bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- email string
- email query parameter. The email of a network user account or a Systems Manager device
- imei string
- imei query parameter. The IMEI of a Systems Manager device
- mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial string
- serial query parameter. The serial of a Systems Manager device
- username string
- username query parameter. The username of a Systems Manager user
- network_
id str - networkId path parameter. Network ID
- bluetooth_
mac str - bluetoothMac query parameter. The MAC of a Bluetooth client
- email str
- email query parameter. The email of a network user account or a Systems Manager device
- imei str
- imei query parameter. The IMEI of a Systems Manager device
- mac str
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial str
- serial query parameter. The serial of a Systems Manager device
- username str
- username query parameter. The username of a Systems Manager user
- network
Id String - networkId path parameter. Network ID
- bluetooth
Mac String - bluetoothMac query parameter. The MAC of a Bluetooth client
- email String
- email query parameter. The email of a network user account or a Systems Manager device
- imei String
- imei query parameter. The IMEI of a Systems Manager device
- mac String
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial String
- serial query parameter. The serial of a Systems Manager device
- username String
- username query parameter. The username of a Systems Manager user
getPiiSmOwnersForKey Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Pii Sm Owners For Key Item - Network
Id string - networkId path parameter. Network ID
- Bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- Email string
- email query parameter. The email of a network user account or a Systems Manager device
- Imei string
- imei query parameter. The IMEI of a Systems Manager device
- Mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- Serial string
- serial query parameter. The serial of a Systems Manager device
- Username string
- username query parameter. The username of a Systems Manager user
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Get
Pii Sm Owners For Key Item - Network
Id string - networkId path parameter. Network ID
- Bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- Email string
- email query parameter. The email of a network user account or a Systems Manager device
- Imei string
- imei query parameter. The IMEI of a Systems Manager device
- Mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- Serial string
- serial query parameter. The serial of a Systems Manager device
- Username string
- username query parameter. The username of a Systems Manager user
- id String
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Sm Owners For Key Item - network
Id String - networkId path parameter. Network ID
- bluetooth
Mac String - bluetoothMac query parameter. The MAC of a Bluetooth client
- email String
- email query parameter. The email of a network user account or a Systems Manager device
- imei String
- imei query parameter. The IMEI of a Systems Manager device
- mac String
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial String
- serial query parameter. The serial of a Systems Manager device
- username String
- username query parameter. The username of a Systems Manager user
- id string
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Sm Owners For Key Item - network
Id string - networkId path parameter. Network ID
- bluetooth
Mac string - bluetoothMac query parameter. The MAC of a Bluetooth client
- email string
- email query parameter. The email of a network user account or a Systems Manager device
- imei string
- imei query parameter. The IMEI of a Systems Manager device
- mac string
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial string
- serial query parameter. The serial of a Systems Manager device
- username string
- username query parameter. The username of a Systems Manager user
- id str
- The provider-assigned unique ID for this managed resource.
- item
Get
Pii Sm Owners For Key Item - network_
id str - networkId path parameter. Network ID
- bluetooth_
mac str - bluetoothMac query parameter. The MAC of a Bluetooth client
- email str
- email query parameter. The email of a network user account or a Systems Manager device
- imei str
- imei query parameter. The IMEI of a Systems Manager device
- mac str
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial str
- serial query parameter. The serial of a Systems Manager device
- username str
- username query parameter. The username of a Systems Manager user
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- network
Id String - networkId path parameter. Network ID
- bluetooth
Mac String - bluetoothMac query parameter. The MAC of a Bluetooth client
- email String
- email query parameter. The email of a network user account or a Systems Manager device
- imei String
- imei query parameter. The IMEI of a Systems Manager device
- mac String
- mac query parameter. The MAC of a network client device or a Systems Manager device
- serial String
- serial query parameter. The serial of a Systems Manager device
- username String
- username query parameter. The username of a Systems Manager user
Supporting Types
GetPiiSmOwnersForKeyItem
- N1234s List<string>
- N1234s []string
- n1234s List<String>
- n1234s string[]
- n1234s Sequence[str]
- n1234s List<String>
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.