Datasnap.DSAuth.TDSCustomRoleItem.AuthorizedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorizedRoles : TStrings read FAuthorizedRoles write SetAuthorizedRoles;

C++

__property System::Classes::TStrings* AuthorizedRoles = {read=FAuthorizedRoles, write=SetAuthorizedRoles};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSCustomRoleItem

Description

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