Datasnap.DSAuth.TDSRoleItem.AuthorizedRoles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSRoleItem

Delphi

property AuthorizedRoles;

C++

__property AuthorizedRoles;

Description

List of authorized roles.

Datasnap.DSAuth.TDSRoleItem.AuthorizedRoles inherits from Datasnap.DSAuth.TDSCustomRoleItem.AuthorizedRoles. All content below this line refers to Datasnap.DSAuth.TDSCustomRoleItem.AuthorizedRoles.

List of authorized roles.

AuthorizedRoles is a list of authorized roles. The roles can be any string you like. Meaning is given to roles based on the ApplyTo property, and by the Authentication Manager.

See Also