Help Center/ Live/ Cloud Live API Reference/ Permissions and Supported Actions/ Actions Supported by Policy-based Authorization
Updated on 2025-11-06 GMT+08:00

Actions Supported by Policy-based Authorization

This section describes the actions supported by Live.

Supported Actions

Live provides system-defined policies that can be directly used in IAM. You can also create custom policies to supplement system-defined policies for more refined access control. Operations supported by policies are specific to APIs. The following are common concepts related to policies:

  • Permissions: statements in a policy that allow or deny certain operations
  • APIs: REST APIs that can be called by a user who has been granted specific permissions.
  • Actions: specific operations that are allowed or denied in a custom policy.
  • Dependencies: actions which a specific action depends on. When allowing an action for a user, you also need to allow any existing action dependencies for that user.
  • IAM projects/Enterprise projects: the authorization scope of a custom policy. A custom policy can be applied to IAM projects or enterprise projects or both. Policies that contain actions for both IAM and enterprise projects can be used and applied for both IAM and Enterprise Management. Policies that contain actions only for IAM projects can be used and applied to IAM only. Administrators can check whether an action supports IAM projects or enterprise projects in the action list. .

    When assigning permissions to a user group in IAM, you cannot select Enterprise projects when setting Specify the authorization scope on the Select Scope page.

Live supports the following actions that can be defined in custom policies.

Table 1 Live actions that can be defined in custom policies

Permission

API

Action

IAM

(Project)

Enterprise Project

Grants the permission to add or overwrite stream notification configurations.

PUT /v1/{project_id}/notifications/publish

live:domain:updateStreamNotification

×

Grants the permission to query stream notification configurations.

GET /v1/{project_id}/notifications/publish

live:domain:getStreamNotifications

×

Grants the permission to delete a stream notification configuration.

DELETE /v1/{project_id}/notifications/publish

live:domain:deleteStreamNotification

×

Grants the permission to query IP address ACLs.

GET /v1/{project_id}/guard/ip

live:domain:getIPAuthList

×

Grants the permission to modify an IP address ACL.

PUT /v1/{project_id}/guard/ip

live:domain:updateIPAuthList

×

Grants the permission to set a referer validation ACL.

PUT /v1/{project_id}/guard/referer-chain

live:domain:updateRefererChain

×

Grants the permission to delete a referer validation ACL.

DELETE /v1/{project_id}/guard/referer-chain

live:domain:deleteRefererChain

×

Grants the permission to query referer validation ACLs.

GET /v1/{project_id}/guard/referer-chain

live:domain:getRefererChain

×

Grants the permission to intermittently interrupt a livestream.

POST /v1/{project_id}/stream/block-once

live:stream:createStreamForbiddenOnce

×

Grants the permission to modify a live transcoding template.

PUT /v1/{project_id}/template/transcodings

live:transcode:updateTranscodingsTemplate

×

Grants the permission to query URL validation.

GET /v1/{project_id}/guard/key-chain

live:domain:getCDNConfig

×

Grants the permission to modify URL validation.

PUT /v1/{project_id}/guard/key-chain

live:domain:updateCDNConfig

×

Grants the permission to delete URL validation.

DELETE /v1/{project_id}/guard/key-chain

live:domain:deleteCDNConfig

×

Grants the permission to modify an HTTPS certificate configuration.

PUT /v1/{project_id}/guard/https-cert

live:domain:updateCDNConfig

×

Grants the permission to query HTTPS certificate configurations.

GET /v1/{project_id}/guard/https-cert

live:domain:getCDNConfig

×

Grants the permission to delete an HTTPS certificate configuration.

DELETE /v1/{project_id}/guard/https-cert

live:domain:deleteCDNConfig

×