(file) Return to CIM_AccountCapabilities.mof CVS log (file) (dir) Up to [OMI] / omi / share / networkschema

File: [OMI] / omi / share / networkschema / CIM_AccountCapabilities.mof (download)
Revision: 1.1, Mon Apr 20 17:20:13 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

// Copyright (c) 2006 DMTF.  All rights reserved.
// <change cr="WIPCR00321.001" type="add">Add CIM_AccountCapabilities
// </change>
// ==================================================================
//  CIM_AccountCapabilities
// ==================================================================
   [Experimental, Version ( "2.14.0" ), 
    UMLPackagePath ( "CIM::User::Account" ), 
    Description ( 
       "AccountCapabilities describes the capabilities supported for "
       "managing an Account." )]
class CIM_AccountCapabilities : CIM_EnabledLogicalElementCapabilities {

      [Description ( 
          "PasswordHistory indicates the maximum number of previous "
          "passwords that may be maintained for the Account. A "
          "value of zero shall indicate the maintaining of the "
          "password history for the account is not supported." )]
   uint16 PasswordHistory;

      [Description ( 
          "MaximumPasswordAging indicates the maximum amount of "
          "time that a password may be used before it is required "
          "to be changed.A value of NULL indicates that password "
          "aging is not supported.The value of this property shall "
          "be an interval and shall not be an explicit datetime." )]
   datetime MaximumPasswordAge;

      [Description ( 
          "ComplexPasswordRulesSupported indicates the rules for "
          "constructing a complex password supported by the Account.\n"
          "See CIM_Account.ComplexPasswordRulesEnforced for a "
          "description of each value." ), 
       ValueMap { "2", "3", "4", "5", "6", "7", "8", "..", 
          "0x8000..0xFFFF" }, 
       Values { "Minimum Length", "Preclude User ID Inclusion", 
          "Maximum Repeating Characters", "Lower Case Alpha", 
          "Upper Case Alpha", "Numeric Character", 
          "Special Character", "DMTF Reserved", "Vendor Reserved" }]
   uint16 ComplexPasswordRulesSupported[];

      [Description ( 
          "DisableOnInactivity indicates whether disabling an "
          "account due to inactivity is supported." )]
   boolean DisableOnInactivity;


};

ViewCVS 0.9.2