(file) Return to CIM_IdentityContext.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="DMTFCR01380" type = "change"> Clarify IdentityContext
 3           // cardinalities </change>
 4           // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5           // qualifier values to CIM Schema.</change>
 6           // ==================================================================
 7           //  CIM_IdentityContext
 8           // ==================================================================
 9              [Association, Version ( "2.8.1000" ), 
10               UMLPackagePath ( "CIM::User::Identity" ), 
11               Description ( 
12                  "This relationship defines a context (e.g., a System or "
13                  "Service) of an Identity. Note that the cardinalities of this "
14                  "association are many to many, indicating that the Identity MAY "
15                  "be scoped by several elements. However, it is likely that "
16                  "there will only be a single scope, if one exists at all." )]
17           class CIM_IdentityContext {
18           
19                 [Key, Description ( "An Identity whose context is defined." )]
20              CIM_Identity REF ElementInContext;
21           
22 marek 1.1       [Key, Description ( 
23                     "The ManagedElement that provides context or scope for "
24                     "the Identity." )]
25              CIM_ManagedElement REF ElementProvidingContext;
26           
27           
28           };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2