---
title: "SecurityInfoPackage"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4/schemas/SecurityInfoPackage"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/484d1e1b-3201-4f8b-800b-867280d5b6a4.md

# SecurityInfoPackage

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.13.0.0
components:
  schemas:
    ActionParameter:
      properties:
        actionId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        name:
          type:
            - "null"
            - string
        value:
          type:
            - "null"
            - string
        valueType:
          $ref: "#/components/schemas/SqlDataType"
      type: object
    SecurityAction:
      properties:
        actionID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        actionKey:
          type:
            - "null"
            - string
        actionParameterObjects:
          items:
            $ref: "#/components/schemas/ActionParameter"
          type:
            - "null"
            - array
        businessObjectID:
          type:
            - "null"
            - string
        description:
          type:
            - "null"
            - string
        hideIfDisabled:
          type: boolean
        objectPermission:
          $ref: "#/components/schemas/Permissions"
        permissionMode:
          $ref: "#/components/schemas/ActionPermissionMode"
        presenterTypeName:
          type:
            - "null"
            - string
      type: object
    Company:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        active:
          type: boolean
        additionalProperties:
          type:
            - "null"
            - object
        addressCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        country:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        documentCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        leaseCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        localCurrency:
          type:
            - "null"
            - string
        maintenanceMode:
          type:
            - "null"
            - boolean
        name:
          type:
            - "null"
            - string
        sapCompanyCode:
          type:
            - "null"
            - string
        stockCompany:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    ElevatedProcessDefinition:
      properties:
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Jobprofile:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        department:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        description:
          type:
            - "null"
            - string
        id:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        isDeleted:
          type: boolean
        name:
          type:
            - "null"
            - string
        roles:
          items:
            $ref: "#/components/schemas/Role2Jobprofile"
          type:
            - "null"
            - array
        textKey:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        users:
          items:
            $ref: "#/components/schemas/Jobprofile2User"
          type:
            - "null"
            - array
      type: object
    SecurityObjectType:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        defaultRight:
          $ref: "#/components/schemas/Permissions"
        name:
          type:
            - "null"
            - string
        objTypeID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    SqlDataType:
      type: integer
    Permissions:
      type: integer
    ActionPermissionMode:
      type: integer
    BusinessObjectState:
      type: integer
    Role2Jobprofile:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        jobprofileID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        roleID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    Jobprofile2User:
      properties:
        _changedProperties:
          type:
            - "null"
            - object
        _changedPropertyNames:
          items:
            type: string
          type:
            - "null"
            - array
        _internalReferenceID:
          type:
            - "null"
            - string
        additionalProperties:
          type:
            - "null"
            - object
        companyID:
          format: int16
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        createDate:
          format: date-time
          type: string
        createUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        dataState:
          $ref: "#/components/schemas/BusinessObjectState"
        isDefault:
          type: boolean
        jobprofileID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        recordPermission:
          $ref: "#/components/schemas/RecordPermissions"
        updateDate:
          format: date-time
          type: string
        updateUser:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        userID:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
      type: object
    RecordPermissions:
      type: integer
    SecurityInfoPackage:
      properties:
        actionParameters:
          items:
            $ref: "#/components/schemas/ActionParameter"
          type:
            - "null"
            - array
        actions:
          items:
            $ref: "#/components/schemas/SecurityAction"
          type:
            - "null"
            - array
        companies:
          items:
            $ref: "#/components/schemas/Company"
          type:
            - "null"
            - array
        elevatedProcesses:
          items:
            $ref: "#/components/schemas/ElevatedProcessDefinition"
          type:
            - "null"
            - array
        jobProfiles:
          items:
            $ref: "#/components/schemas/Jobprofile"
          type:
            - "null"
            - array
        objectTypes:
          items:
            $ref: "#/components/schemas/SecurityObjectType"
          type:
            - "null"
            - array
      type: object
```
