SMS_SecuredCategoryMembership Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_SecuredCategoryMembership Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents object to security category assignment.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SecuredCategoryMembership : SMS_BaseClass
{
    String CategoryID;
    String ObjectKey;
    UInt32 ObjectTypeID;
};

The following table lists the methods in the SMS_SecuredCategoryMembership class.

Method

Description

AddMemberships Method in Class SMS_SecuredCategoryMembership

Batch operation to assign objects to a security category.

RemoveMemberships Method in Class SMS_SecuredCategoryMembership

Batch operation to remove objects from a security category

CategoryID

Data type: String

Access type: Read/Write

Qualifiers: [key]

The ID of security category.

ObjectKey

Data type: String

Access type: Read/Write

Qualifiers: [key, sizelimit(“256”)]

The key of object.

ObjectTypeID

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

The type id of the object. See the SMS_RbacSecuredObject class for details.

Show: