You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
3.5 KiB
33 lines
3.5 KiB
#pragma namespace("\\\\.\\root\\default")
|
|
instance of __namespace{ name="ms_409";};
|
|
#pragma namespace("\\\\.\\root\\default\\ms_409")
|
|
|
|
[Description("Corresponds to the MSFT_WMIGPO class") : Amended ToSubclass,AMENDMENT, LOCALE(0x409)]
|
|
class RSOP_WMIGPOPolicySetting : RSOP_PolicySetting
|
|
{
|
|
[Description("Templates delivered as part of this GPO") : Amended ToSubclass] RSOP_AppliedPolicyTemplate Ref templates[];
|
|
};
|
|
|
|
[Description("Wrapper to encapsulate MSFT_PolicyTemplate") : Amended ToSubclass,AMENDMENT, LOCALE(0x409)]
|
|
class RSOP_AppliedPolicyTemplate
|
|
{
|
|
[key,Description("__RELPATH of the template") : Amended ToSubclass] string templatePath;
|
|
[Description("Template delivered") : Amended ToSubclass] MSFT_PolicyTemplate template;
|
|
};
|
|
|
|
[Description("Wrapper to encapsulate MSFT_PolicyType") : Amended ToSubclass,AMENDMENT, LOCALE(0x409)]
|
|
class RSOP_AppliedPolicyType
|
|
{
|
|
[key,Description("__RELPATH of the type") : Amended ToSubclass] string typePath;
|
|
[Description("Type object delivered") : Amended ToSubclass] MSFT_PolicyType type;
|
|
};
|
|
|
|
[Description("Object that is created by WMI Policy engine ") : Amended ToSubclass,AMENDMENT, LOCALE(0x409)]
|
|
class RSOP_WmiTargetObject
|
|
{
|
|
[key,Description("Object is identified by path of target object") : Amended ToSubclass] string targetPath;
|
|
[Description("Templates that participated to create this target object") : Amended ToSubclass] RSOP_AppliedPolicyTemplate Ref templates[];
|
|
[Description("Type object associated with these templates") : Amended ToSubclass] RSOP_AppliedPolicyType Ref type;
|
|
[Description("Resultant of merging the templates") : Amended ToSubclass] MSFT_PolicyTemplate MergedTemplate;
|
|
[Description("Object created by resolving the merged template") : Amended ToSubclass] Object TargetInstance;
|
|
};
|