Class Role
System role for resource access and modification.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Role : IMessage<Role>, IEquatable<Role>, IDeepCloneable<Role>, IBufferMessage, IMessage
Constructors
Role()
Declaration
public Role()
Role(Role)
Declaration
public Role(Role other)
Parameters
| Type | Name | Description |
|---|---|---|
| Role | other |
Properties
Description
System role description for user.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
System role name for user.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
System role type for well known roles.
Declaration
public Role.Types.Type Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Role.Types.Type |