SMS_AuthorizationList Server WMI Class
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_AuthorizationList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a collection of SMS_SoftwareUpdate objects for the software updates available on the site and authorized for deployment. Use of an authorization list is optional in a software update deployment.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_AuthorizationList : SMS_ConfigurationItemBaseClass
{
String ApplicabilityCondition;
String CategoryInstance_UniqueIDs[];
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIType_ID;
UInt32 CIVersion;
String CreatedBy;
DateTime DateCreated;
DateTime DateLastModified;
DateTime EffectiveDate;
UInt32 EULAAccepted;
Boolean EULAExists;
DateTime EULASignoffDate;
String EULASignoffUser;
Boolean IsBundle;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
Boolean IsQuarantined;
Boolean IsSuperseded;
Boolean IsUserDefined;
String LastModifiedBy;
String LocalizedCategoryInstanceNames[];
String LocalizedDescription;
String LocalizedDisplayName;
SMS_CI_LocalizedProperties LocalizedInformation[];
String LocalizedInformativeURL;
UInt32 LocalizedPropertyLocaleID;
String ModelName;
UInt32 PermittedUses;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
String SourceSite;
UInt32 Updates[];
};
Methods
The SMS_AuthorizationList class does not define any methods.
Properties
ApplicabilityCondition
Data type: StringAccess type: Read/Write
Qualifiers: [SizeLimit("512"), not_null]
CategoryInstance_UniqueIDs
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
CI_ID
Data type: UInt32Access type: Read/Write
Qualifiers: [key]
CI_UniqueID
Data type: StringAccess type: Read/Write
Qualifiers:[unique, not_null]
CIType_ID
Data type: UInt32Access type: Read-only
Qualifiers: [not_null, read]
See SMS_ConfigurationItemBaseClass Server WMI Class.
For this class, the type ID is SoftwareUpdateAuthorizationList (9).
CIVersion
Data type: UInt32Access type: Read-only
Qualifiers: [read, not_null]
CreatedBy
Data type: StringAccess type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
DateCreated
Data type: DateTimeAccess type: Read-only
Qualifiers: [read, not_null]
DateLastModified
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EffectiveDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULAAccepted
Data type: UInt32Access type: Read-only
Qualifiers: [read]
EULAExists
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
EULASignoffDate
Data type: DateTimeAccess type: Read-only
Qualifiers: [read]
EULASignoffUser
Data type: StringAccess type: Read-only
Qualifiers: [read]
IsBundle
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsDigest
Data type: BooleanAccess type: Read-only
Qualifiers: [read, lazy]
IsEnabled
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsExpired
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsHidden
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
IsQuarantined
Data type: BooleanAccess type: Read-only
Qualifiers: [read]
IsSuperseded
Data type: BooleanAccess type: Read-only
Qualifiers: [read, not_null]
IsUserDefined
Data type: BooleanAccess type: Read/Write
Qualifiers: [not_null]
LastModifiedBy
Data type: StringAccess type: Read-only
Qualifiers: [SizeLimit("512"), read, not_null]
LocalizedCategoryInstanceNames
Data type: String ArrayAccess type: Read-only
Qualifiers: [read]
LocalizedDescription
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedDisplayName
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedInformation
Data type: SMS_CI_LocalizedProperties ArrayAccess type: Read/Write
Qualifiers: [lazy]
Language-specific localized information about the authorization list:
String DisplayName
String Description
String InformativeURL
UInt32 LocaleID
LocalizedInformativeURL
Data type: StringAccess type: Read-only
Qualifiers: [read]
LocalizedPropertyLocaleID
Data type: UInt32Access type: Read-only
Qualifiers: [read]
ModelName
Data type: StringAccess type: Read/Write
Qualifiers: [unique, not_null]
PermittedUses
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData ArrayAccess type: Read/Write
Qualifiers: [lazy]
SDMPackageVersion
Data type: UInt32Access type: Read/Write
Qualifiers: [not_null]
SDMPackageXML
Data type: StringAccess type: Read/Write
Qualifiers: [lazy]
SourceSite
Data type: StringAccess type: Read/Write
Qualifiers: [SizeLimit("3")]
Updates
Data type: UInt32 ArrayAccess type: Read/Write
Qualifiers: [lazy]
Collection of IDs of SMS_SoftwareUpdate objects. Each ID is represented by the CI_ID property of the corresponding update object.
Remarks
Class qualifiers for this class include:
- Secured
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Use of this class is optional. An SMS_AuthorizationList object is created based on criteria that are chosen by the administrator for deployment of selected SMS_SoftwareUpdate objects. The authorization list is used by an SMS_UpdatesAssignment Server WMI Class object to create a deployment.
An SMS_AuthorizationList object is a type of configuration item, as is each software update. Therefore, the authorization list is an example of a configuration item that bundles other configuration items. Both SMS_AuthorizationList and SMS_SoftwareUpdate are derived from SMS_ConfigurationItemBaseClass Server WMI Class, which defines an IsBundle property. When building an authorization list, this property of each update is set to true to indicate that the update is part of a bundle.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Reference
SMS_SoftwareUpdate Server WMI Class
SMS_ConfigurationItemBaseClass Server WMI Class
Concepts
Software Updates Server WMI Classes
SMS_UpdatesAssignment Server WMI Class
Configuration Manager Software Updates
How to Create an Update List