SMS_SecuredCategory服务器 WMI 类

SMS_SecuredCategory Windows Management Instrumentation (WMI) 类是 Configuration Manager 中表示 RBA 安全类别的 SMS 提供程序服务器类。 RBA 安全类别定义与其关联的一组对象。

以下语法在托管对象格式 (MOF) 代码中进行了简化,并包含所有继承的属性。

语法

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

方法

SMS_SecuredCategory 不定义任何方法。

属性

CategoryDescription
数据类型String

访问类型:读/写

限定符:[sizelimit (“512”) ]

RBA 安全类别的说明。

CategoryID
数据类型String

访问类型:只读

限定符:[key,read]

RBA 安全类别的 ID。 创建 RBA 安全类别时自动生成。

CategoryName
数据类型String

访问类型:读/写

限定符:[not_null,sizelimit (“256”]

RBA 安全类别的名称。

CreatedBy
数据类型String

访问类型:只读

限定符:[not_null,read,SizeLimit (“512”) ]

创建 RBA 安全类别的用户的登录名。

CreatedDate
数据类型DateTime

访问类型:只读

限定符:[not_null,read]

创建 RBA 安全类别的日期。

IsBuiltIn
数据类型Boolean

访问类型:只读

限定符:[read]

true如果 RBA 安全类别为内置,则为 。

LastModifiedBy
数据类型String

访问类型:只读

限定符:[not_null,read,SizeLimit (“512”) ]

上次修改 RBA 安全类别的用户。

LastModifiedDate
数据类型DateTime

访问类型:只读

限定符:[not_null,read]

上次修改 RBA 安全类别的时间。

NumberOfAdmins
数据类型UInt32

访问类型:只读

限定符:[read]

与 RBA 安全类别关联的管理员帐户数。

NumberOfObjects
数据类型UInt32

访问类型:只读

限定符:[read]

与 RBA 安全类别关联的对象数。

SourceSite
数据类型String

访问类型:只读

限定符:[not_null,read,SizeLimit (“3”) ]

创建 RBA 安全类别的网站。

要求

运行时要求

有关详细信息,请参阅Configuration Manager服务器运行时要求

开发要求

有关详细信息,请参阅Configuration Manager服务器开发要求