SMS_ObjectToInstancePermissions_a Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_ObjectToInstancePermissions_a Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that relates a secured object with users that have permissions for an instance of the secured object.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ObjectToInstancePermissions_a : SMS_BaseAssociation
{
ref:SMS_UserInstancePermissions instancePermissions;
ref:SMS_SecuredObject object;
};
Properties
instancePermissions
Data type: ref;SMS_UserInstancePermissionsAccess type: Read
Qualifiers: [key]
Reference to an SMS_UserInstancePermissions Server WMI Class object path uniquely identifying the location of the permissions object.
object
Data type: ref:SMS_SecuredObjectAccess type: Read
Qualifiers: [key]
Reference to an SMS_SecuredObject Server WMI Class object path uniquely identifying the location of the secured object.
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_UserInstancePermissions 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_UserInstancePermissions Server WMI Class
Concepts
Security Server WMI Classes
SMS_SecuredObject Server WMI Class