> 用户宏对象

以下对象均与 usermacro 接口相关 .

全局宏

全局宏对象具有以下属性.

属性类型描述
globalmacroidstring(readonly) 全局宏的ID.
macro
(required)
string宏字符串.
value
(required)
string宏的值.
typeinteger宏的类型.

可接受的值:
0 - (default) 文本宏;
1 - 密文宏;
2 - 密钥宏.
descriptionstring宏描述信息.

主机宏

主机宏对象定义一个主机或模板上可用的宏. 它具有以下属性.

属性类型描述
hostmacroidstring(readonly) 主机宏ID.
hostid
(required)
string宏所属主机的主机ID.
macro
(required)
string宏名.
value
(required)
string宏值.
typeinteger宏的类型.

可接受的值:
0 - (default) 文本宏;
1 - 密文宏;
2 - 密钥宏.
descriptionstring宏的描述信息.