organization_software
This section covers the Software model and the SoftwareFinder class used to create, configure and query hardware software resources associated with an organization.
This section covers the Software model and the SoftwareFinder class used to create, configure and query hardware software resources associated with an organization.
This class allows making GET requests to the hardware software resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Marks visibility administrable for software list retrieval
Tipo: this
Marks visibility assignable for software list retrieval
Tipo: this
Retrieves all software from a organization
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization name . |
Tipo: Promise
Retrieves a specific software
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization name . |
| identifier | string |
❌ | software name . |
Tipo: Promise
This is a base object that contains everything you can do with Softwares.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Set the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| id | string |
❌ | required field |
Tipo: Softwares
Set the model attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| models | Array |
❌ |
Tipo: Softwares
Set the name attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: Softwares
Set the type attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| type | string |
❌ |
Tipo: Softwares
Set the version attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| version | string |
❌ | required field |
Tipo: Softwares