Table of Contents

Class NetworksLocationScanningHttpServerSimple

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

A HTTP Server Object

[DataContract]
public class NetworksLocationScanningHttpServerSimple
Inheritance
NetworksLocationScanningHttpServerSimple
Inherited Members

Constructors

NetworksLocationScanningHttpServerSimple()

public NetworksLocationScanningHttpServerSimple()

Properties

SharedSecret

A Shared Secret that will be included in POSTs sent to the HTTP server. This secret can be used to verify that the request was sent by Meraki

[DataMember(Name = "sharedSecret")]
public string? SharedSecret { get; set; }

Property Value

string

Url

The URL of the HTTP server

[DataMember(Name = "url")]
public string? Url { get; set; }

Property Value

string