Table of Contents

Class OrganizationIntegrationsXdrNetworksEnableRequestNetwork

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

Network containing the network ID and the product type to enable XDR on

[DataContract]
public class OrganizationIntegrationsXdrNetworksEnableRequestNetwork
Inheritance
OrganizationIntegrationsXdrNetworksEnableRequestNetwork
Inherited Members

Constructors

OrganizationIntegrationsXdrNetworksEnableRequestNetwork()

public OrganizationIntegrationsXdrNetworksEnableRequestNetwork()

Properties

NetworkId

Network ID

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

Property Value

string

ProductTypes

List of products for which to enable XDR

[DataMember(Name = "productTypes")]
public List<XdrProductType> ProductTypes { get; set; }

Property Value

List<XdrProductType>