Activation Specification (activationSpec)
Defines an activation specification configuration.
Attribute name | Data type | Default value | Description |
---|---|---|---|
authDataRef | A reference to top level authData element (string). | Default authentication data for an activation specification. | |
id | string | A unique configuration ID. | |
maxEndpoints | int
Minimum: 0 |
500 | The maximum number of endpoints to dispatch to. |
- authData
Description: Default authentication data for an activation specification.Required: falseData type: Attribute name Data type Default value Description password Reversably encoded password (string) Password of the user to use when connecting to the EIS. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option. user string Name of the user to use when connecting to the EIS.