Поделиться через


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

  • LocalizedInformation
    Data type: SMS_CI_LocalizedProperties Array

    Access type: Read/Write

    Qualifiers: [lazy]

    Language-specific localized information about the authorization list:

    • String DisplayName

    • String Description

    • String InformativeURL

    • UInt32 LocaleID

  • Updates
    Data type: UInt32 Array

    Access 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