provisionProcessors
This section covers the Provision Processors class, for configuring a provision processor’s script and parameters, and the Provision Processors Finder class, for looking up provision processors by organization.
This section covers the Provision Processors class, for configuring a provision processor’s script and parameters, and the Provision Processors Finder class, for looking up provision processors by organization.
This object represents a provision processor and exposes all the attributes you can configure for it.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Set the ConfigurationParams attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| configurationParams | object |
❌ | required field |
Tipo: ProvisionPrecessors
Set the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| identifier | string |
❌ | required field |
Tipo: ProvisionPrecessors
Set the name attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: ProvisionPrecessors
Set the organization attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | required field |
Tipo: ProvisionPrecessors
Set the ScriptProcessor attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| scriptProcessor | object |
❌ | required field |
Tipo: ProvisionPrecessors
This class performs GET requests against the provision processors resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Performs a get that returns list of provision processors
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization |
Tipo: Promise
Performs a get that returns a definition of provision Processors
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization |
| identifier | string |
❌ | Provision Processors identifier |
Tipo: Promise