Package com.microstrategy.webapi
Interface EnumDSSXMLAccessEntryType
-
public interface EnumDSSXMLAccessEntryTypePossible values of theWebAccessControlEntrytype property- Since:
- MicroStrategy Web 7.5.2
-
-
Field Summary
Fields Modifier and Type Field Description static intDssAccessEntryTypeAuditIndicates that the specified form of access by the designated trustee should trigger an audit entry to be generated (if an audit trail is desired).static intDssAccessEntryTypeObjectThe access entry defines access to a particular object.static intDssAccessEntryTypeReservedReserved for future use.
-
-
-
Field Detail
-
DssAccessEntryTypeReserved
static final int DssAccessEntryTypeReserved
Reserved for future use.- See Also:
- Constant Field Values
-
DssAccessEntryTypeObject
static final int DssAccessEntryTypeObject
The access entry defines access to a particular object.- See Also:
- Constant Field Values
-
DssAccessEntryTypeAudit
static final int DssAccessEntryTypeAudit
Indicates that the specified form of access by the designated trustee should trigger an audit entry to be generated (if an audit trail is desired). Note that audit trails are not yet currently supported.- See Also:
- Constant Field Values
-
-