The UsersAccess object class is used to specify a 'user' that is permitted access to resources. The ManagedElement that has access to the resources (represented in the model using the ElementAsUser association) may be a person, a service, a service access point or any collection thereof. This class is deprecated in lieu of the simpler CIM_Identity abstraction. The UsersAccess class combines credential requirements (in the form of biometric requirements) with the concepts of organizational information (via its position in the inheritance hierarchy), and identity management. These concepts need to be separated to be better understood and managed - hence, the deprecation. | Qualifiers:Version ( "2.8.0" ) Deprecated { "CIM_Identity" } | Parameters (local in grey) | | Values { "N/A" , "Other" , "Facial" , "Retina" , "Mark" , "Finger" , "Voice" , "DNA-RNA" , "EEG" } Deprecated { "No value" } ValueMap { "0" , "1" , "2" , "3" , "4" , "5" , "6" , "7" , "8" } uint16 Biometric [ ] ; Biometric information used to identify a person. The property value is left null or set to 'N/A' for non-human user or a user not using biometric information for authentication. This property is deprecated as it represents required Credential information and is more correctly modeled as a specific biometric credential. | Deprecated { "CIM_Identity.InstanceID" } Key string ElementID ; The ElementID property uniquely specifies the ManagedElement object instance that is the user represented by the UsersAccess object instance. The ElementID is formatted similarly to a model path except that the property-value pairs are ordered in alphabetical order (US ASCII lexical order). | MaxLen ( 256 ) Deprecated { "CIM_Identity.ElementName" } Key string Name ; The Name property defines the label by which the object is known. | MaxLen ( 256 ) Deprecated { "No value" } Key string CreationClassName ; CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. | MaxLen ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) of the object. | string Description ; The Description property provides a textual description of the object. | string ElementName ; A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. |
| | | | |
|