---
title: "GET /{scope}/providers/Microsoft.Authorization/locks/{lockName}"
method: GET
path: "/{scope}/providers/Microsoft.Authorization/locks/{lockName}"
tags: ["ManagementLocks"]
---

# GET /{scope}/providers/Microsoft.Authorization/locks/{lockName}

`GET /{scope}/providers/Microsoft.Authorization/locks/{lockName}`

Get a management lock by scope.

## Path parameters

- `scope` string, required
- `lockName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- ManagementLockObject — The lock information.
  - `properties` ManagementLockProperties, required — The lock properties.
    - `level` 'NotSpecified' | 'CanNotDelete' | 'ReadOnly', required — The level of the lock. Possible values are: NotSpecified, CanNotDelete, ReadOnly. CanNotDelete means authorized users are able to read and modify the resources, but not delete. ReadOnly means authorized users can only read from a resource, but they can't modify or delete it.
    - `notes` string — Notes about the lock. Maximum of 512 characters.
    - `owners` ManagementLockOwner[] — The owners of the lock.
      - `applicationId` string — The application ID of the lock owner.
  - `id` string — The resource ID of the lock.
  - `type` string — The resource type of the lock - Microsoft.Authorization/locks.
  - `name` string — The name of the lock.

## Changes

- **2026-07-13** (2015-01-01) `f7fac92f6c97` — 1 info
  - endpoint added
- **2026-07-13** (2015-01-01) `e155af0c6164` — 1 warning
  - deleted the `query` request parameter `api-version`

[Change history](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks/changes/:scope/providers/Microsoft.Authorization/locks/:lockName/get.md)

---

[API](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks.md) · [All operations](https://skmtc.dev/azure/apis/resources-microsoft-authorization-locks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/resources-microsoft-authorization-locks/revisions/f7fac92f6c97/schema)
