Table of Contents

Class AllowedFile

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

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

string

Sha256

The file sha256 hash to allow

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "sha256")]
public string Sha256 { get; set; }

Property Value

string