HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: //usr/share/mof/cimv2.33.0/User/CIM_AssignedIdentity.mof
// Copyright (c) 2006 DMTF.  All rights reserved.
// <change cr="WIPCR00306.000" type="add">Enlarge the scope of the 
// relationship represented by the CIM_AssignedIdentity class.  Note 
// that this meant taking this class back to experimental in the
// experimental MOF.  </change>
// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
// qualifier values to CIM Schema.</change>
// ==================================================================
//  CIM_AssignedIdentity 
// ==================================================================
   [Association, Version ( "2.14.0" ), 
    UMLPackagePath ( "CIM::User::Identity" ), 
    Description ( 
       "This relationship associates an Identity to a specific "
       "ManagedElement, whose trust and account information is "
       "represented." )]
class CIM_AssignedIdentity {

      [Key, Description ( 
          "An Identity of the referenced ManagedElement." )]
   CIM_Identity REF IdentityInfo;

      [Key, Description ( 
          "The ManagedElement assigned to or representing a "
          "specific Identity." )]
   CIM_ManagedElement REF ManagedElement;


};