MATESO Password Safe API
MATESO Password Safe API
PsrApi.Managers
RightManager Class
RightManager Methods
AddLegitimateDataRight Method
BatchUpdateRights Method
GetCurrentConnectionDataRightList Method
GetCurrentConnectionDataRights Method
GetDatabaseAdministratorDataRights Method
GetLegitimateDataRight Method
GetLegitimateDataRightCheckRoles Method
GetLegitimateDataRights Method
GetLegitimateDataRightsWithoutDeleted Method
GetLegitimateDataRightsWithTemporalRights Method
GetMultiLegitimateDataRights Method
RemoveAllLegitimateDataRights Method
RemoveAllLegitimateDataRightsExcept Method
RemoveCurrentOrganisationUnitFromRights Method
RemoveLegitimateDataRight Method
RequestDataRight Method
UpdateLegitimateDataRight Method
UpdateLegitimateDataRightKey Method
UpdateLegitimateDataRightOwnerRight Method
UpdateLegitimateDataRightSecuredData Method
UpdateLegitimateDataRightValidDate Method
UpdateLegitimateSealId Method
RightManager
RequestDataRight Method
Requests permissions on the data with the given ID and type for the current user.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
RequestDataRight
(
Guid
dataId
,
PsrEntityObjectType
type
)
Parameters
dataId
Type:
System
Guid
ID of the object.
type
Type:
PsrApi.Data.Enums
PsrEntityObjectType
Type of the object.
Return Value
Type:
Task
See Also
Reference
RightManager Class
PsrApi.Managers Namespace