VideoOS.Platform.Admin.SecurityAction Class Reference

Contains definition of a specific security action. An Action could be "MANAGE" or "VIEW". The DisplayName should be the translated version to be used on UI. More...

Public Member Functions

 SecurityAction (String actionId, String displayName)
 Constructor for the class.
 

Properties

String ActionId [get, set]
 The Id of the action.
Remember that RENERIC_READ and GENERIC-WRITE must be available in the complete set of actions, but the display name can be modified to something more meaningful.
 
String DisplayName [get, set]
 The label to display in the Management Client/Application during setup.
 

Detailed Description

Contains definition of a specific security action. An Action could be "MANAGE" or "VIEW". The DisplayName should be the translated version to be used on UI.

Constructor & Destructor Documentation

◆ SecurityAction()

VideoOS.Platform.Admin.SecurityAction.SecurityAction ( String actionId,
String displayName )
inline

Constructor for the class.

Parameters
actionId
displayName

Property Documentation

◆ ActionId

String VideoOS.Platform.Admin.SecurityAction.ActionId
getset

The Id of the action.
Remember that RENERIC_READ and GENERIC-WRITE must be available in the complete set of actions, but the display name can be modified to something more meaningful.

◆ DisplayName

String VideoOS.Platform.Admin.SecurityAction.DisplayName
getset

The label to display in the Management Client/Application during setup.