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

 1 marek 1.1 // 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_AuthorizedTarget 
 6           // ==================================================================
 7              [Association, Version ( "2.8.0" ), 
 8               UMLPackagePath ( "CIM::User::Privilege" ), 
 9               Description ( 
10                  "CIM_AuthorizedTarget is an association used to tie an "
11                  "Identity\'s or Role\'s AuthorizedPrivileges to specific target "
12                  "resources." )]
13           class CIM_AuthorizedTarget {
14           
15                 [Key, Description ( 
16                     "The AuthorizedPrivilege affecting the target resource." )]
17              CIM_AuthorizedPrivilege REF Privilege;
18           
19                 [Key, Description ( 
20                     "The target set of resources to which the "
21                     "AuthorizedPrivilege applies." )]
22 marek 1.1    CIM_ManagedElement REF TargetElement;
23           
24           
25           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2