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;
};

Methods

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

Properties

CategoryID

Data type: StringAccess type: Read/Write Qualifiers: [key]The ID of security category.
ObjectKey

Data type: StringAccess type: Read/Write Qualifiers: [key, sizelimit(“256”)]The key of object.
ObjectTypeID

Data type: UInt32Access type: Read/Write Qualifiers: [key]The type id of the object. See the SMS_RbacSecuredObject class for details.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also