- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists the LabelLocks on a Label.
HTTP request
GET https://drivelabels.googleapis.com/v2/{parent=labels/*}/locks
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Label on which Locks are applied. Format: labels/{label} |
Query parameters
Parameters | |
---|---|
pageSize |
Maximum number of Locks to return per page. Default: 100. Max: 200. |
pageToken |
The token of the page to return. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListLabelLocksResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/drive.labels
https://www.googleapis.com/auth/drive.labels.readonly
https://www.googleapis.com/auth/drive.admin.labels
https://www.googleapis.com/auth/drive.admin.labels.readonly
For more information, see the Authorization guide.