Struct Role
A name granted to some principal which can be checked by authorisation.
[MessagePackObject(false)]
public record struct Role : IEquatable<Role>
- Implements
- Inherited Members
Constructors
Role(string)
A name granted to some principal which can be checked by authorisation.
public Role(string Name)
Parameters
Namestring
Properties
Name
[Key(0)]
public string Name { readonly get; set; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.