Class AllowedFile
AllowedFile
[DataContract]
public class AllowedFile
- Inheritance
-
AllowedFile
- Inherited Members
Properties
Comment
Comment about the allowed entity
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "comment")]
public string Comment { get; set; }
Property Value
Sha256
The file sha256 hash to allow
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "sha256")]
public string Sha256 { get; set; }