Class OrganizationIntegrationsXdrNetworksEnableRequest
Organization Integrations XDR Networks Enable Request
[DataContract]
public class OrganizationIntegrationsXdrNetworksEnableRequest
- Inheritance
-
OrganizationIntegrationsXdrNetworksEnableRequest
- Inherited Members
Constructors
OrganizationIntegrationsXdrNetworksEnableRequest()
public OrganizationIntegrationsXdrNetworksEnableRequest()
Properties
Networks
List containing the network ID and the product type to enable XDR on
[DataMember(Name = "networks")]
public List<OrganizationIntegrationsXdrNetworksEnableRequestNetwork> Networks { get; set; }