Table of Contents

Class Md5AuthenticationKey

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
public class Md5AuthenticationKey
Inheritance
Md5AuthenticationKey
Inherited Members

Properties

Id

MD5 authentication key index. Key index must be between 1 to 255

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "id")]
public int Id { get; set; }

Property Value

int

Passphrase

MD5 authentication passphrase

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

Property Value

string