TenantMappingRole class
From Catglobe Wiki
More actions
TenantMappingRole
Role mapping entry for the tenant
Parent class
Inherits from object
Methods
- Empty AddRole(AppProductRole role "The role to add") - Add a role to the mapping
- Empty RemoveRole(AppProductRole role "The role to remove") - Remove a role to the mapping
- (From object) string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- Array of string Roles { get; } - List of roles to assign to users on login
- string TenantRole { get; } - The tenant role
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.