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

 1 karl  1.1.2.2 // Copyright (c) 2008 DMTF.  All rights reserved.
 2                  [Association, Version ( "2.20.0" ), 
 3                   UMLPackagePath ( "CIM::User::Role" ), 
 4                   Description ( 
 5                      "The Role object class is used to represent a position or set "
 6                      "of responsibilities within an organization, organizational "
 7                      "unit or other scope. When explicitly restricting the target "
 8                      "elements that may be accessed from this Role, this association "
 9                      "MUST be used." )]
10               class CIM_RoleLimitedToTarget {
11               
12                     [Key, Description ( 
13                         "The Role whose target set is explicitly defined." )]
14                  CIM_Role REF DefiningRole;
15               
16                     [Key, Description ( 
17                         "Reference to the target set that can be accessed from the Role."
18                          )]
19                  CIM_ManagedElement REF TargetElement;
20               
21               
22 karl  1.1.2.2 };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2