Share via


SMS_PackageAccessByUsers

The SMS_PackageAccessByUsers WMI class controls which users are granted access rights to a package folder or distribution points.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_PackageAccessByUsers : SMS_BaseClass
{
  uint32 Access;
  string PackageID;
  string UserName;
};

Properties

  • Access
    Data type: uint32
    Access type: Read/write
    Qualifiers: Bits

    Access rights for the user.

    Bit field values:
    READ (0)
    WRITE (1)
    EXECUTE (2)
    CREATE (3)
    DELETE (4)
    VIEW_FOLDERS (5)
    VIEW_FILES (6)
    CHANGE_PERMISSIONS (7)
    CHANGE_ATTRIBUTES (8)

  • PackageID
    Data type: string
    Access type: Read/write
    Qualifiers: Key

    Identifier of the package to which these privileges apply.

  • UserName
    Data type: string
    Access type: Read/write
    Qualifiers: Key

    User name or group name in the network access layer (NAL) path format. For more information on the NAL path format, see PackNALPath.

Remarks

This security class is not related to SMS user security, which controls user access to class and instance data. Instead, this class controls client access to package folders and distribution points using Windows NT or Novell security.

See Also

PackNALPath Method in Class SMS_NAL_Methods, Software Distribution Classes