Table of Contents

Class OrganizationInsightWebAppSignature

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

If custom host or port is specified, this field populates

[DataContract]
public class OrganizationInsightWebAppSignature
Inheritance
OrganizationInsightWebAppSignature
Inherited Members

Constructors

OrganizationInsightWebAppSignature()

public OrganizationInsightWebAppSignature()

Properties

Host

Custom host name

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "host")]
public string Host { get; set; }

Property Value

string

Net

Custom subnet mask

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "net")]
public string Net { get; set; }

Property Value

string

Port

Custom port number

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "port")]
public string Port { get; set; }

Property Value

string

SignatureType

Signature type

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "signatureType")]
public string SignatureType { get; set; }

Property Value

string