Task: Create products from AD distribution groups
Description
This task will create self-service products of distribution lists, which exist in the Active Directory. It will also synchronize the products and check if a user is already a member of the distribution list. If so, the user will get ownership of the specific product.
Variables (Create products from AD distribution groups)
Name | Description | Type | Example |
---|---|---|---|
The selfservice product category | The self-service category to which the self-service products can be added. | string | Distributionlists |
The prefix of product name | The product name will be based on this prefix, always use {PRODUCT} in the prefix. | string | Access to distributionlist {PRODUCT} |
The prefix of product description | The product description will be based on this prefix, always use {PRODUCT} in the prefix. | string | Access to {PRODUCT} distributionlist |
Use manager of the group in the Active Directory | This switch indicates if you want to use the manager of a group in Active Directory. | boolean | $true |
The icon of the products | The icon of the self-service products. You can only use Font Awesome icons. | string | fa-tasks |
Api key | The apiKey is the key of the api in HelloID. We use this key to make a connection to the HelloID environment. You could compare this to a username to login. | string | TYZAJTCEWBVBJXEPSFNXUVUBYEAJPPLA |
Api secret | The apiSecret is the secret of the api in HelloID. We use this secret to make a connection to the HelloID environment. You could compare this to a password used for logging in. | string | dZqAfxYzLpethsgrzzwLgAVyDXcDSurG |
The default manager | string | {Defaultmanager}@{domain} |