API Reference
Class
View (DefenderCloudEvaluator)
Cloud/Spynet policy view for DCs.
Inheritance
- Object
- View
Constructors
public View(String DomainName, String TargetDn, Nullable<UInt32> DisableBlockAtFirstSeen, Nullable<UInt32> SpynetReporting, Nullable<UInt32> SubmitSamplesConsent) #Cloud/Spynet policy view for DCs.
Parameters
- DomainName System.String
- Target domain.
- TargetDn System.String
- Target distinguished name.
- DisableBlockAtFirstSeen System.Nullable{System.UInt32}
- Disable Block at First Sight (null when not set).
- SpynetReporting System.Nullable{System.UInt32}
- MAPS membership level (null when not set).
- SubmitSamplesConsent System.Nullable{System.UInt32}
- Sample submission consent (null when not set).
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out String TargetDn, out Nullable<UInt32> DisableBlockAtFirstSeen, out Nullable<UInt32> SpynetReporting, out Nullable<UInt32> SubmitSamplesConsent) #Returns:
VoidParameters
- DomainName String
- TargetDn String
- DisableBlockAtFirstSeen Nullable<UInt32>
- SpynetReporting Nullable<UInt32>
- SubmitSamplesConsent Nullable<UInt32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String TargetDn { get; set; } #Target distinguished name.
public Nullable<UInt32> DisableBlockAtFirstSeen { get; set; } #Disable Block at First Sight (null when not set).
public Nullable<UInt32> SpynetReporting { get; set; } #MAPS membership level (null when not set).
public Nullable<UInt32> SubmitSamplesConsent { get; set; } #Sample submission consent (null when not set).