The session identifier of the current administrative session. The logon command returns this identifier after a successful logon (see logon (Command)).
Result structure containing return and status codes and a list of zero or more result attribute fields.
The following field attributes are available for the operations of this command:
Table: userattributeExecute field attributes
Attribute name
Data type
Description
UATTFLD_ATTR_GROUP
String
The attribute group to which the attribute belongs. This is used to distinguish which attributes will be returned in specific circumstances.
Up to 255 characters.
UATTFLD_CREATE_TIME
DateTime
The date and time the user attribute object was created in the database.
UATTFLD_DOMAIN
String
The domain the user record belongs to.
Up to 255 characters.
UATTFLD_LDAP_DN
String
UATTFLD_MODIFY_TIME
DateTime
The date and time of the last user attribute object update.
UATTFLD_NAME
String
The name of the user attribute.
Up to 64 characters.
UATTFLD_OPTIONS
String
UATTFLD_SEQ_NO
Integer
The sequence number of the attribute. This is used to concatenate attributes into a string for Active Directory data store.
UATTFLD_USAGE_QUALIFIER
String
The usage qualifier specifies the type of attribute in use.
Up to 64 characters.
UATTFLD_USERID
String
The user identifier as provided by the calling application (no specific format is required).
Up to 255 characters.
UATTFLD_VALUE
String
The value of the user attribute.
Up to 255 characters.
The UATTFLD_OPTIONS attribute specifies whether the attribute is of type SOAP or RADIUS, and whether the attribute value is encrypted or not. These two settings are expressed via the following values:
Table: UATTFLD_OPTIONS values and resulting attribute types
Attribute value
Resulting attribute type
0
Unencrypted SOAP attribute
1
Unencrypted RADIUS attribute
2
Encrypted SOAP attribute
3
Encrypted RADIUS attribute
USERATTRIBUTECMD_CREATE
The following attributes can be specified in the attributeSet input parameter of this command: