(file) Return to CIM_OpaqueManagementDataOwner.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / User

File: [OMI] / omi / share / omischema / CIM-2.32.0 / User / CIM_OpaqueManagementDataOwner.mof (download)
Revision: 1.3, Mon Apr 20 17:20:34 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-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;


};

ViewCVS 0.9.2