---
title: "PermissionCheck"
url: "https://dev.developer-internal.sanofi.com/apis/plta-permissions-api-cbz/versions/88cdfef8-3b56-44ca-883d-5b15378e5a3a/schemas/PermissionCheck"
---

> Full API specification: https://dev.developer-internal.sanofi.com/apis/plta-permissions-api-cbz/versions/88cdfef8-3b56-44ca-883d-5b15378e5a3a.md

# PermissionCheck

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Permission Administration API
  version: 1.5.0
servers:
  - url: https://dev.api.sanofi.com/permissions
components:
  schemas:
    PermissionCheck:
      properties:
        actionName:
          description: The action that can be performed on the resource
          example: read
          type: string
        resourceName:
          description: Unique identifier of the resource
          example: document_123
          type: string
      required:
        - actionName
        - resourceName
      type: object
```
