Name
|
Type
|
Description
|
sid | xsd:string |
Security id of this user or group.
- This property cannot be updated.
|
group | xsd:boolean |
Whether or not this is a group or a user.
- This property cannot be updated.
|
domain | xsd:string |
The domain the user or group is in. This will be the DNS name of the
domain.
- This property need not be set.
- This property cannot be updated.
|
adDistinguishedName | xsd:string |
Active Directory distinguished name for this user or group.
- This property need not be set.
- This property cannot be updated.
|
name | xsd:string |
Name of the user or group.
- This property need not be set.
- This property cannot be updated.
|
firstName | xsd:string |
First name of the user or group.
- This property need not be set.
- This property cannot be updated.
|
lastName | xsd:string |
Last name of the user or group.
- This property need not be set.
- This property cannot be updated.
|
loginName | xsd:string |
Login name of this user or group.
- This property need not be set.
- This property cannot be updated.
|
displayName | xsd:string |
Login name with domain of this user or group.
- This property need not be set.
- This property cannot be updated.
|
longDisplayName | xsd:string |
Name and login name for a user, display name otherwise.
- This property need not be set.
- This property cannot be updated.
|
userDisplayName | xsd:string |
User display name. This corresponds with displayName attribute in AD.
Since Horizon 7.3
- This property need not be set.
- This property cannot be updated.
|
email | xsd:string |
Email address of the user or group.
- This property need not be set.
- This property cannot be updated.
|
kioskUser | xsd:boolean |
If this user is a "kiosk user" that supports client authentication.
Client authentication is the process of supporting client devices
directly logging into resources.
- This property cannot be updated.
|
unauthenticatedAccessUser | xsd:boolean |
Whether or not this is unauthenticated access user.
Since Horizon 7.4
- This property need not be set.
- This property cannot be updated.
|
phone | xsd:string |
Phone number of the user or group. Only available if obtained directly
from AD (not cached in LDAP), such as returned by a refresh or with the
ADUserOrGroup query interface. Otherwise this will be null.
- This property need not be set.
- This property cannot be updated.
|
description | xsd:string |
Description of the user or group. Only available if obtained directly
from AD (not cached in LDAP), such as returned by a refresh or with the
ADUserOrGroup query interface. Otherwise this will be null.
- This property need not be set.
- This property cannot be updated.
|
inFolder | xsd:string |
AD folder for the user or group. Only available if obtained directly
from AD (not cached in LDAP), such as returned by a refresh or with the
ADUserOrGroup query interface. Otherwise this will be null.
- This property need not be set.
- This property cannot be updated.
|
userPrincipalName | xsd:string |
User Principal name(UPN) of the user.
Since Horizon 7.1
- This property need not be set.
- This property cannot be updated.
|
guid | xsd:string | Deprecated.
: Use formattedGuid since that is in RFC 4122 format.
GUID of the user or group.
Since Horizon 7.7
- This property need not be set.
- This property cannot be updated.
|
formattedGuid | xsd:string |
GUID of the user or group (same as guid) but in RFC 4122 format.
example: 5F5A45D9-15C0-4654-8FCF-D589C0EF3ECA
Since Horizon 7.9
- This property need not be set.
- This property cannot be updated.
|