Adds an object to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Permanently deletes an object from the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Recursive | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the distinguished name of a given object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| SAMAccountName | In | InArgument<String> |
✓ | ||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the properties of a given object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| SingleProperty | In | InArgument<String> |
|||
| SinglePropertyValue | Out | OutArgument<Object> |
|||
| AllProperties | Out | OutArgument<Dictionary<String, Object>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of directory objects based on an input filter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| PropertyToFilterBy | In | InArgument<String> |
✓ | ||
| PropertyValue | In | InArgument<String> |
✓ | ||
| ObjectClass | In | InArgument<String> |
|||
| ObjectCategory | In | InArgument<String> |
|||
| Location | In | InArgument<String> |
|||
| Objects | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Relation | property | UiPath.NetIQeDirectory.Relation |
|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of directory objects matching an LDAP (Lightweight Directory Access Protocol) filter.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LDAPFilter | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
|||
| Objects | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a given object belongs to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| RecurseIntoChildGroups | In | InArgument<Boolean> |
|||
| IsMember | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes an object from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the specified properties of an object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| SingleProperty | In | InArgument<String> |
|||
| SinglePropertyValue | In | InArgument<Object> |
|||
| Properties | In | InArgument<Data.DataTable> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a user account to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Changes the password of a user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new user account in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| Enabled | In | InArgument<Boolean> |
|||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Permanently deletes a user account from the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Recursive | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Forces the user to change password at the next login.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the password expiration date for the specified user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | Out | OutArgument<Nullable<DateTime>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the expiration date for a given user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | Out | OutArgument<Nullable<DateTime>> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of groups a user account is a member of.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| Groups | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the lock and active status of a user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| LockStatus | Out | OutArgument<UiPath.NetIQeDirectory.LockStatus> |
|||
| ActiveStatus | Out | OutArgument<UiPath.NetIQeDirectory.ActiveStatus> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a user account from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the expiration date for a given user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ExpirationDate | In | InArgument<DateTime> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the status of a user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Status | In | InArgument<UiPath.NetIQeDirectory.UserStatus> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a user account exists in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CheckUserBy | In | InArgument<UiPath.NetIQeDirectory.UserPropertyFilter> |
✓ | ||
| Value | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
|||
| Exists | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Validate a user’s credentials against the current directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| User | In | InArgument<UiPath.NetIQeDirectory.ValidateCredentialsUserFilter> |
✓ | ||
| Value | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
|||
| SecurePassword | In | InArgument<Security.SecureString> |
|||
| IsValid | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Connects to LDAP server and provides a scope for other NetIQeDirectory activities.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
✓ | ||
| LDAPServer | In | InArgument<String> |
✓ | ||
| Port | In | InArgument<Int32> |
|||
| RootNamingContext | In | InArgument<String> |
|||
| SecondaryUsername | In | InArgument<String> |
|||
| SecondaryPassword | In | InArgument<Security.SecureString> |
|||
| SecondaryLDAPServer | In | InArgument<String> |
|||
| SecondaryPort | In | InArgument<Int32> |
|||
| SecondaryRootNamingContext | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| ConnectionType | property | UiPath.NetIQeDirectory.ConnectionType |
|
| SecondaryConnectionType | property | UiPath.NetIQeDirectory.ConnectionType |
|
| ScopeTag | property | String |
Creates a new Organizational Unit within directory
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| OrganizationalUnitName | In | InArgument<String> |
✓ | ||
| Location | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a organizational unit within directory
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Recursive | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a group to another group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ParentGroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new group in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| Location | In | InArgument<String> |
✓ | ||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Type | property | UiPath.NetIQeDirectory.Enums.GroupType |
|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a group from the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Recursive | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of computers belonging to the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| Computers | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the list of user accounts belonging to the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| Users | Out | OutArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a group exists in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Location | In | InArgument<String> |
|||
| Value | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CheckGroupBy | property | UiPath.NetIQeDirectory.ObjectPropertyFilter |
|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a group from another group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ParentGroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a computer to the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a computer exists in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Location | In | InArgument<String> |
|||
| Value | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| CheckComputerBy | property | UiPath.NetIQeDirectory.ObjectPropertyFilter |
|
| Connection | property | UiPath.NetIQeDirectory.ConnectionWithoutAuto |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a new computer in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CommonName | In | InArgument<String> |
✓ | ||
| SAMAccountName | In | InArgument<String> |
✓ | ||
| Properties | In | InArgument<Data.DataTable> |
|||
| Location | In | InArgument<String> |
✓ | ||
| Enabled | In | InArgument<Boolean> |
|||
| DistinguishedName | Out | OutArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a computer from the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| Recursive | In | InArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Retrieves the active status of a computer.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ActiveStatus | Out | OutArgument<UiPath.NetIQeDirectory.ActiveStatus> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a computer from the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ComputerDistinguishedName | In | InArgument<String> |
✓ | ||
| GroupDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| SecondConnection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the active status of a computer.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| DistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Status | property | UiPath.NetIQeDirectory.ActiveStatus |
|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Moves an object to a new location in the directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| NewParentDistinguishedName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Renames a directory object.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectDistinguishedName | In | InArgument<String> |
✓ | ||
| NewCommonName | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connection | property | UiPath.NetIQeDirectory.Connection |
|
| ScopeTag | property | String |
|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |