White Papers
Active Directory® Client Profile
Version 2.0.0a 29
"DCIM_OEMActiveDirectoryService.GlobalCatalogAddresses "
"property array. The value 0 shall mean \"Unknown\"."),
ModelCorrespondence {
"DCIM_OEMActiveDirectoryService.GlobalCatalogAddresses"}]
uint16 NumberOfGlobalCatalogsSupported;
};
// Copyright (c) 2008 Dell Inc. All rights reserved.
// ==================================================================
// DCIM_OEMActiveDirectoryGroup
// ==================================================================
[Experimental, Version ( "1.0.0" ), Description (
"This class extends CIM_Group to represent Active Directory role "
"groups used for the third party authentication and "
"authorization management through Active Directory services.")]
class DCIM_OEMActiveDirectoryGroup : CIM_Group {
[Override, Description (
"The name of the Active Directory role group which has "
"priviliges on the managed system.")]
string ElementName;
[Experimental, Description (
"Domain of the Active Directory role group which has privileges on the managed system. ")]
string DeviceObjectDomain;
};