Class ApiKey.RoleRef
Reference between roles and API Keys
public class ApiKey.RoleRef
- Inheritance
-
ApiKey.RoleRef
- Inherited Members
- Extension Methods
Constructors
RoleRef()
public RoleRef()
Properties
ApiKey
API Key
public ApiKey? ApiKey { get; set; }
Property Value
Role
Role
public Role? Role { get; set; }