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...
|
| SecurityAction (String actionId, String displayName) |
| Constructor for the class.
|
|
|
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.
|
|
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.
◆ SecurityAction()
VideoOS.Platform.Admin.SecurityAction.SecurityAction |
( |
String | actionId, |
|
|
String | displayName ) |
|
inline |
Constructor for the class.
- Parameters
-
◆ 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.