(file) Return to CIM_OpaqueManagementDataOwner.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / User

Diff for /pegasus/Schemas/CIM231/DMTF/User/CIM_OpaqueManagementDataOwner.mof between version 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2012/01/24 13:50:37 version 1.1.2.2, 2012/02/15 17:46:57
Line 0 
Line 1 
   // Copyright (c) 2009 DMTF.  All rights reserved.
      [Association, Version ( "2.22.0" ),
       UMLPackagePath ( "CIM::User::OpaqueManagementData" ),
       Description (
          "CIM_OpaqueManagementDataOwner describes ownership of opaque "
          "data by CIM_Identity instances. The definition of "
          "CIM_OpaqueManagementDataOwner as a subclass of "
          "CIM_AssociatedPrivilege represents the fact that the owner of "
          "opaque management data often has privileges to access it, but "
          "additionally is responsible for its existence and may have a "
          "storage quota against which it is applied. The definition of a "
          "distinct subclass facilitates discovery of the owning "
          "CIM_Identity instance." )]
   class CIM_OpaqueManagementDataOwner : CIM_AssociatedPrivilege {
   
         [Override ( "Subject" ),
          Description (
             "The CIM_Identity instance for whom privileges to the "
             "Target are granted or denied, and who is the owner of "
             "the Target." )]
      CIM_ManagedElement REF Subject;
   
         [Override ( "Target" ),
          Description (
             "The opaque management data to which the privileges and "
             "ownership apply." )]
      CIM_ManagedElement REF Target;
   
   
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2