Table of Contents

Class NeighborAuthentication

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

Authentication settings between BGP peers.

[DataContract]
public class NeighborAuthentication
Inheritance
NeighborAuthentication
Inherited Members

Properties

Password

Password to configure MD5 authentication between BGP peers.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "password")]
public string? Password { get; set; }

Property Value

string