Table of Contents

Class IdentityPsk

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

SSID Identity psks

[DataContract]
public class IdentityPsk : NamedIdentifiedItem
Inheritance
IdentityPsk
Inherited Members

Constructors

IdentityPsk()

public IdentityPsk()

Properties

Email

Email

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "email")]
public string? Email { get; set; }

Property Value

string

ExpiresAt

Expires At

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "expiresAt")]
public DateTime? ExpiresAt { get; set; }

Property Value

DateTime?

GroupPolicyId

The group policy to be applied to clients

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "groupPolicyId")]
public string? GroupPolicyId { get; set; }

Property Value

string

Passphrase

The passphrase for client authentication. If left blank, one will be auto-generated

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "passphrase")]
public string? Passphrase { get; set; }

Property Value

string

WifiPersonalNetworkId

Wifi Prsonal Network ID

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "wifiPersonalNetworkId")]
public string? WifiPersonalNetworkId { get; set; }

Property Value

string