Interface EnumDSSXMLAccessEntryType


  • public interface EnumDSSXMLAccessEntryType
    Possible values of the WebAccessControlEntry type property
    Since:
    MicroStrategy Web 7.5.2
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static 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).
      static int DssAccessEntryTypeObject
      The access entry defines access to a particular object.
      static int DssAccessEntryTypeReserved
      Reserved 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