Table of Contents

Class OrganizationIntegrationsXdrItem

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

Network with XDR enabled

[DataContract]
public class OrganizationIntegrationsXdrItem
Inheritance
OrganizationIntegrationsXdrItem
Inherited Members

Constructors

OrganizationIntegrationsXdrItem()

public OrganizationIntegrationsXdrItem()

Properties

Enabled

Represents whether XDR is enabled for the network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }

Property Value

bool

IsEligible

Represents whether the network is eligible for XDR

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isEligible")]
public bool IsEligible { get; set; }

Property Value

bool

Name

The name of the network

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

Property Value

string

NetworkId

Network ID

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

Property Value

string

ProductTypes

List of products that have XDR enabled

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }

Property Value

List<string>