Class OrganizationIntegrationsXdrNetworksDisableResponseNetwork
Network that has XDR disabled
[DataContract]
public class OrganizationIntegrationsXdrNetworksDisableResponseNetwork
- Inheritance
-
OrganizationIntegrationsXdrNetworksDisableResponseNetwork
- Inherited Members
Constructors
OrganizationIntegrationsXdrNetworksDisableResponseNetwork()
public OrganizationIntegrationsXdrNetworksDisableResponseNetwork()
Properties
Enabled
Represents whether XDR is enabled for the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
IsEligible
Represents whether the network is eligible for XDR
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isEligible")]
public bool IsEligible { get; set; }
Property Value
Name
The name of the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
Network ID
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
ProductTypes
List of products that have XDR disabled
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "productTypes")]
public List<string> ProductTypes { get; set; }