nuuser

nuuser.NUUser(bambou.nurest_object.NUMetaRESTObject,):

Users represent people of your organization. A user can be placed into a group and this group can have some permissions to add VMs into a domain for instance.

Attributes

  • ldapuser_dn: The LDAP distinguished name (DN) for the user.
  • management_mode: Management mode of the user object - allows for override of external authorization and syncup
  • password (Mandatory): User password in clear text. Password cannot be a single character asterisk (*)
  • last_name (Mandatory): Last name of the user
  • last_updated_by: ID of the user who last updated the object.
  • first_name (Mandatory): First name of the user
  • disabled: Status of the user account; true=disabled, false=not disabled; default value = false
  • email (Mandatory): Email address of the user
  • entity_scope: Specify if scope of entity is Data center or Enterprise level
  • mobile_number: Mobile Number of the user
  • user_name (Mandatory): Unique Username of the user. Valid characters are alphabets, numbers and hyphen( - ).
  • avatar_data: URL to the avatar data associated with the enterprise. If the avatarType is URL then value of avatarData should an URL of the image. If the avatarType BASE64 then avatarData should be BASE64 encoded value of the image
  • avatar_type: Avatar type.
  • external_id: External object ID. Used for integration with third party systems

Children

class fetcher
numetadata.NUMetadata metadatas
nuglobalmetadata.NUGlobalMetadata global_metadatas
nuvm.NUVM vms
nucontainer.NUContainer containers
nugroup.NUGroup groups
nuavatar.NUAvatar avatars
nueventlog.NUEventLog event_logs