A friendly name (suitable for display) for the permission.
[DataMemberAttribute()]
public string FriendlyName { get; set; }
a friendly name (suitable for display) for the permission.
The Permission.Name is typically a word with no spaces.
The Permission.FriendlyName is used for display. It will typically have spaces between words, and be more descriptive than the Permission.Name.
The Permission.Description is a detailed description of the permission.