Users Python Module

Users data model.

class pacifica.metadata.orm.users.Users(*args, **kwargs)

Users data model object.

Attributes:
Name Description
first_name first name of the user/person
middle_initial middle initial of the user/person
last_name last name of the user/person
network_id computer account of the user/person
email_address user/person email address
encoding encoding for the other attrs
DoesNotExist

alias of UsersDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.