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

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

# SecurityAction

## 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
    Permissions:
      type: integer
    ActionPermissionMode:
      type: integer
    SqlDataType:
      type: integer
    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
```
