Table of Contents

Class OrganizationIntegrationsXdrNetworksEnableResponseNetwork

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

Organization Integrations XDR Networks Enable Response Network

[DataContract]
public class OrganizationIntegrationsXdrNetworksEnableResponseNetwork
Inheritance
OrganizationIntegrationsXdrNetworksEnableResponseNetwork
Inherited Members

Constructors

OrganizationIntegrationsXdrNetworksEnableResponseNetwork()

public OrganizationIntegrationsXdrNetworksEnableResponseNetwork()

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>