Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TenantMappingRole class: Difference between revisions

From Catglobe Wiki
Created page with "{{CGscriptClass_Template |Name=<nowiki>TenantMappingRole</nowiki> |Description=<nowiki>Role mapping entry for the tenant</nowiki> |InheritsFrom=object|Methods= {{CGscriptMethods_Template|ReturnType=Empty|Name=<nowiki>AddRole</nowiki>|Parameters= {{CGscriptParameters_Template|Type=AppProductRole|Name=<nowiki>role</nowiki>|Description=<nowiki>The role to add</nowiki>}} |Description=<nowiki>Add a role to the mapping</nowiki>}} {{CGscriptMethods_Template|ReturnType=Empty|Nam..."
 
(No difference)

Latest revision as of 03:26, 30 May 2025

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.