com.microstrategy.webapi.EnumDSSXMLAccessRightFlags |
This interface defines the enumeration constants used to specify the access granted attribute of the DSS objects.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlAccessRightBrowse | Specifies the access right to read generic IDSSObjectInfo of a DSS object. | |||||||||
int | DssXmlAccessRightControl | Specifies the access right to modify the accesss control list on a DSS object. | |||||||||
int | DssXmlAccessRightDelete | Specifies the access right to delete a DSS object. | |||||||||
int | DssXmlAccessRightExecute | Specifies the access right to execute a report in terms of report definition objects. | |||||||||
int | DssXmlAccessRightFullControl | Specifies the access right to read, write, delete and control a DSS object. | |||||||||
int | DssXmlAccessRightInheritable | ||||||||||
int | DssXmlAccessRightRead | Specifies the access right to read the definition of a DSS object as well as view the contents of the access control list. | |||||||||
int | DssXmlAccessRightUse | Specifies the access right to use a DSS object | |||||||||
int | DssXmlAccessRightUseExecute | This constant is deprecated. No longer appears to have any effect on backend. See DssXmlAccessRightUse and DssXmlAccessRightExecute. | |||||||||
int | DssXmlAccessRightWrite | Specifies the access right to modify the definition of a DSS object. |
Specifies the access right to read generic IDSSObjectInfo of a DSS object.
Specifies the access right to modify the accesss control list on a DSS object.
Specifies the access right to delete a DSS object.
Specifies the access right to execute a report in terms of report definition objects.
Specifies the access right to read, write, delete and control a DSS object.
Specifies the access right to read the definition of a DSS object as well as view the contents of the access control list.
Specifies the access right to use a DSS object
This constant is deprecated.
No longer appears to have any effect on backend. See DssXmlAccessRightUse and DssXmlAccessRightExecute.
Specifies the access right to use a DSS object in the definition of another object or to execute a report in terms of report definition objects.
Specifies the access right to modify the definition of a DSS object.