The SMS_ObjectToClassPermissions_a Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that relates a secured object with various users that have class permissions on it.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ObjectToClassPermissions_a : SMS_BaseAssociation { ref:SMS_UserClassPermissions classPermissions; ref:SMS_SecuredObject object; }; |
Properties
- classPermissions
- Data type: ref:SMS_UserClassPermissionsAccess type: ReadQualifiers: [key]Reference to an SMS_UserClassPermissions Server WMI Class object path uniquely identifying the location of the permissions object class instance.
- Object
- Data type: ref:SMS_SecuredObjectAccess type: ReadQualifiers: [key]Reference to an SMS_SecuredObject Server WMI Class object path uniquely identifying the location of the secured object class instance.
Remarks
Class qualifiers for this class include:
- Read (read-only)
- Association: ToInstance
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
This class relates an instance of SMS_SecuredObject Server WMI Class with an instance of SMS_UserClassPermissions Server WMI Class.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Reference
SMS_SecuredObject Server WMI ClassSMS_UserClassPermissions Server WMI Class
Other Resources
Security Server WMI ClassesSend comments about this topic to Microsoft.