The SMS_SecuredCategory Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the RBA security category. An RBA security category defines a set of objects associated with it.

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

Class SMS_SecuredCategory : SMS_BaseClass
{
	String CategoryDescription;
	String CategoryID;
	String CategoryName;
	String CreatedBy;
	DateTime CreatedDate;
	Boolean IsBuiltIn;
	String LastModifiedBy;
	DateTime LastModifiedDate;
	UInt32 NumberOfAdmins;
	UInt32 NumberOfObjects;
	String SourceSite;
};

Methods

The SMS_SecuredCategory class does not define any methods.

Properties

CategoryDescription

Data type: StringAccess type: Read/Write Qualifiers: [sizelimit(“512”)]Description of the RBA security category.
CategoryID

Data type: StringAccess type: Read-only Qualifiers: [key, read]The ID of the RBA security category. Auto generated when the RBA security category is created.
CategoryName

Data type: StringAccess type: Read/Write Qualifiers: [not_null, sizelimit(“256”]Name of the RBA security category.
CreatedBy

Data type: StringAccess type: Read-only Qualifiers: [not_null, read, SizeLimit(“512”)]The logon name of the user that created the RBA security category.
CreatedDate

Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]The date when the RBA security category was created.
IsBuiltIn

Data type: BooleanAccess type: Read-only Qualifiers: [read]true, if RBA security category is built-in.
LastModifiedBy

Data type: StringAccess type: Read-only Qualifiers: [not_null, read, SizeLimit(“512”)]User that last modified the RBA security category.
LastModifiedDate

Data type: DateTimeAccess type: Read-only Qualifiers: [not_null, read]Time when the RBA security category was last modified.
NumberOfAdmins

Data type: UInt32Access type: Read-only Qualifiers: [read]Number of admin accounts associated with the RBA security category.
NumberOfObjects

Data type: UInt32Access type: Read-only Qualifiers: [read]The number of objects associated with the RBA security category.
SourceSite

Data type: StringAccess type: Read-only Qualifiers: [not_null, read, SizeLimit(“3”)]The site where the RBA security category was created.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also