1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. getWirelessSsidsIdentityPsks
Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi

meraki.networks.getWirelessSsidsIdentityPsks

Explore with Pulumi AI

Example Usage

Using getWirelessSsidsIdentityPsks

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 getWirelessSsidsIdentityPsks(args: GetWirelessSsidsIdentityPsksArgs, opts?: InvokeOptions): Promise<GetWirelessSsidsIdentityPsksResult>
function getWirelessSsidsIdentityPsksOutput(args: GetWirelessSsidsIdentityPsksOutputArgs, opts?: InvokeOptions): Output<GetWirelessSsidsIdentityPsksResult>
Copy
def get_wireless_ssids_identity_psks(identity_psk_id: Optional[str] = None,
                                     network_id: Optional[str] = None,
                                     number: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetWirelessSsidsIdentityPsksResult
def get_wireless_ssids_identity_psks_output(identity_psk_id: Optional[pulumi.Input[str]] = None,
                                     network_id: Optional[pulumi.Input[str]] = None,
                                     number: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetWirelessSsidsIdentityPsksResult]
Copy
func LookupWirelessSsidsIdentityPsks(ctx *Context, args *LookupWirelessSsidsIdentityPsksArgs, opts ...InvokeOption) (*LookupWirelessSsidsIdentityPsksResult, error)
func LookupWirelessSsidsIdentityPsksOutput(ctx *Context, args *LookupWirelessSsidsIdentityPsksOutputArgs, opts ...InvokeOption) LookupWirelessSsidsIdentityPsksResultOutput
Copy

> Note: This function is named LookupWirelessSsidsIdentityPsks in the Go SDK.

public static class GetWirelessSsidsIdentityPsks 
{
    public static Task<GetWirelessSsidsIdentityPsksResult> InvokeAsync(GetWirelessSsidsIdentityPsksArgs args, InvokeOptions? opts = null)
    public static Output<GetWirelessSsidsIdentityPsksResult> Invoke(GetWirelessSsidsIdentityPsksInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetWirelessSsidsIdentityPsksResult> getWirelessSsidsIdentityPsks(GetWirelessSsidsIdentityPsksArgs args, InvokeOptions options)
public static Output<GetWirelessSsidsIdentityPsksResult> getWirelessSsidsIdentityPsks(GetWirelessSsidsIdentityPsksArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:networks/getWirelessSsidsIdentityPsks:getWirelessSsidsIdentityPsks
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IdentityPskId string
identityPskId path parameter. Identity psk ID
NetworkId string
networkId path parameter. Network ID
Number string
number path parameter.
IdentityPskId string
identityPskId path parameter. Identity psk ID
NetworkId string
networkId path parameter. Network ID
Number string
number path parameter.
identityPskId String
identityPskId path parameter. Identity psk ID
networkId String
networkId path parameter. Network ID
number String
number path parameter.
identityPskId string
identityPskId path parameter. Identity psk ID
networkId string
networkId path parameter. Network ID
number string
number path parameter.
identity_psk_id str
identityPskId path parameter. Identity psk ID
network_id str
networkId path parameter. Network ID
number str
number path parameter.
identityPskId String
identityPskId path parameter. Identity psk ID
networkId String
networkId path parameter. Network ID
number String
number path parameter.

getWirelessSsidsIdentityPsks Result

The following output properties are available:

Id string
The provider-assigned unique ID for this managed resource.
Item GetWirelessSsidsIdentityPsksItem
Items List<GetWirelessSsidsIdentityPsksItem>
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
IdentityPskId string
identityPskId path parameter. Identity psk ID
NetworkId string
networkId path parameter. Network ID
Number string
number path parameter.
Id string
The provider-assigned unique ID for this managed resource.
Item GetWirelessSsidsIdentityPsksItem
Items []GetWirelessSsidsIdentityPsksItem
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
IdentityPskId string
identityPskId path parameter. Identity psk ID
NetworkId string
networkId path parameter. Network ID
Number string
number path parameter.
id String
The provider-assigned unique ID for this managed resource.
item GetWirelessSsidsIdentityPsksItem
items List<GetWirelessSsidsIdentityPsksItem>
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
identityPskId String
identityPskId path parameter. Identity psk ID
networkId String
networkId path parameter. Network ID
number String
number path parameter.
id string
The provider-assigned unique ID for this managed resource.
item GetWirelessSsidsIdentityPsksItem
items GetWirelessSsidsIdentityPsksItem[]
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
identityPskId string
identityPskId path parameter. Identity psk ID
networkId string
networkId path parameter. Network ID
number string
number path parameter.
id str
The provider-assigned unique ID for this managed resource.
item GetWirelessSsidsIdentityPsksItem
items Sequence[GetWirelessSsidsIdentityPsksItem]
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
identity_psk_id str
identityPskId path parameter. Identity psk ID
network_id str
networkId path parameter. Network ID
number str
number path parameter.
id String
The provider-assigned unique ID for this managed resource.
item Property Map
items List<Property Map>
Array of ResponseWirelessGetNetworkWirelessSsidIdentityPsks
identityPskId String
identityPskId path parameter. Identity psk ID
networkId String
networkId path parameter. Network ID
number String
number path parameter.

Supporting Types

GetWirelessSsidsIdentityPsksItem

Email This property is required. string
The email associated with the System's Manager User
ExpiresAt This property is required. string
Timestamp for when the Identity PSK expires, or 'null' to never expire
GroupPolicyId This property is required. string
The group policy to be applied to clients
Id This property is required. string
The unique identifier of the Identity PSK
Name This property is required. string
The name of the Identity PSK
Passphrase This property is required. string
The passphrase for client authentication
WifiPersonalNetworkId This property is required. string
The WiFi Personal Network unique identifier
Email This property is required. string
The email associated with the System's Manager User
ExpiresAt This property is required. string
Timestamp for when the Identity PSK expires, or 'null' to never expire
GroupPolicyId This property is required. string
The group policy to be applied to clients
Id This property is required. string
The unique identifier of the Identity PSK
Name This property is required. string
The name of the Identity PSK
Passphrase This property is required. string
The passphrase for client authentication
WifiPersonalNetworkId This property is required. string
The WiFi Personal Network unique identifier
email This property is required. String
The email associated with the System's Manager User
expiresAt This property is required. String
Timestamp for when the Identity PSK expires, or 'null' to never expire
groupPolicyId This property is required. String
The group policy to be applied to clients
id This property is required. String
The unique identifier of the Identity PSK
name This property is required. String
The name of the Identity PSK
passphrase This property is required. String
The passphrase for client authentication
wifiPersonalNetworkId This property is required. String
The WiFi Personal Network unique identifier
email This property is required. string
The email associated with the System's Manager User
expiresAt This property is required. string
Timestamp for when the Identity PSK expires, or 'null' to never expire
groupPolicyId This property is required. string
The group policy to be applied to clients
id This property is required. string
The unique identifier of the Identity PSK
name This property is required. string
The name of the Identity PSK
passphrase This property is required. string
The passphrase for client authentication
wifiPersonalNetworkId This property is required. string
The WiFi Personal Network unique identifier
email This property is required. str
The email associated with the System's Manager User
expires_at This property is required. str
Timestamp for when the Identity PSK expires, or 'null' to never expire
group_policy_id This property is required. str
The group policy to be applied to clients
id This property is required. str
The unique identifier of the Identity PSK
name This property is required. str
The name of the Identity PSK
passphrase This property is required. str
The passphrase for client authentication
wifi_personal_network_id This property is required. str
The WiFi Personal Network unique identifier
email This property is required. String
The email associated with the System's Manager User
expiresAt This property is required. String
Timestamp for when the Identity PSK expires, or 'null' to never expire
groupPolicyId This property is required. String
The group policy to be applied to clients
id This property is required. String
The unique identifier of the Identity PSK
name This property is required. String
The name of the Identity PSK
passphrase This property is required. String
The passphrase for client authentication
wifiPersonalNetworkId This property is required. String
The WiFi Personal Network unique identifier

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.