pub type RoleName = String;
Role names consist of two string components separated by dot (“.”).
pub struct RoleName { /* private fields */ }