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

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 3               // qualifier values to CIM Schema.</change>
 4               // ==================================================================
 5               //  CIM_AssignedIdentity 
 6               // ==================================================================
 7                  [Association, Version ( "2.8.0" ), 
 8                   UMLPackagePath ( "CIM::User::Identity" ), 
 9                   Description ( 
10                      "This relationship associates an Identity to a specific "
11                      "ManagedElement, whose trust is represented." )]
12               class CIM_AssignedIdentity {
13               
14                     [Key, Description ( 
15                         "An Identity of the referenced ManagedElement." )]
16                  CIM_Identity REF IdentityInfo;
17               
18                     [Key, Max ( 1 ), 
19                      Description ( 
20                         "The ManagedElement assigned to a specific Identity." )]
21                  CIM_ManagedElement REF ManagedElement;
22 karl  1.1.2.2 
23               
24               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2