The name of the permission.
[DataMemberAttribute()]
public string Name { get; set; }
name of 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.