ServiceAuthorizeAttribute.OrPermission property

namespace: Serenity.Services   assemblySerenity.Net.Web

And optional secondary permission to check by OR, e.g. if this is specified an user does not have the Permission, the user will still be allowed access if he has the OrPermission.

protected string OrPermission { get; set; }

See Also