Datasnap.DSAuth.TDSRoleItem.AuthorizedRoles

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthorizedRoles: TStrings read FAuthorizedRoles write SetAuthorizedRoles;

C++

__property AuthorizedRoles;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Datasnap.DSAuth TDSRoleItem

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