Updated on 2025-11-14 GMT+08:00

Actions Supported by Identity Policy-based Authorization

IAM provides system-defined identity policies to define typical cloud service permissions. You can also create custom identity policies using the actions supported by cloud services for more refined access control.

In addition to IAM, the Organizations service also provides Service Control Policies (SCPs) to set access control policies.

SCPs do not actually grant any permissions to an entity. They only set the permissions boundary for the entity. When SCPs are attached to an organizational unit (OU) or a member account, the SCPs do not directly grant permissions to that OU or member account. Instead, the SCPs only determine what permissions are available for that member account or those member accounts under that OU. The granted permissions can be applied only if they are allowed by the SCPs.

To learn more about how IAM is different from Organizations for access control, see How IAM Is Different from Organizations for Access Control?.

This section describes the elements used by IAM custom identity policies and Organizations SCPs. The elements include actions, resources, and conditions.

Actions

Actions are specific operations that are allowed or denied in an identity policy.

  • The Access Level column describes how the action is classified (List, Read, or Write). This classification helps you understand the level of access that an action grants when you use it in an identity policy.
  • The Resource Type column indicates whether the action supports resource-level permissions.
    • You can use a wildcard (*) to indicate all resource types. If this column is empty (-), the action does not support resource-level permissions and you must specify all resources ("*") in your identity policy statements.
    • If this column includes a resource type, you must specify the URN in the Resource element of your identity policy statements.
    • Required resources are marked with asterisks (*) in the table. If you specify a resource in a statement using this action, then it must be of this type.

    For details about the resource types defined by SWR, see Resources.

  • The Condition Key column contains keys that you can specify in the Condition element of an identity policy statement.
    • If the Resource Type column has values for an action, the condition key takes effect only for the listed resource types.
    • If the Resource Type column is empty (-) for an action, the condition key takes effect for all resources that action supports.
    • If the Condition Key column is empty (-) for an action, the action does not support any condition keys.

    For details about the condition keys defined by SWR, see Conditions.

  • The Alias column lists the policy actions that are configured in identity policies. With these actions, you can use APIs for policy-based authorization. For details, see Policies and Identity Policies.

The following table lists the actions that you can define in identity policy statements for SWR.

Table 1 Actions supported by SWR

Action

Description

Access Level

Resource Type (*: required)

Condition Key

Alias

swr:namespace:createNamespace

Grants permission to create namespace for basic registry.

Write

namespace *

-

-

swr:namespace:deleteNamespace

Grants permission to delete namespace for basic registry.

Write

namespace *

-

-

swr:namespace:listNamespaces

Grants permission to list namespaces for basic registry.

List

namespace *

-

-

swr:namespace:getNamespace

Grants permission to get namespace for basic registry.

Read

namespace *

-

-

swr:repo:createRepo

Grants permission to create repository for basic registry.

Write

repo *

-

-

-

swr:AllowPublicAccess

swr:repo:deleteRepo

Grants permission to delete repository for basic registry.

Write

repo *

-

-

swr:repo:listRepos

Grants permission to list repositories for basic registry.

List

repo *

-

-

swr:repo:listSharedRepos

Grants permission to list basic repositories for basic registry.

List

repo *

-

-

swr:repo:getRepo

Grants permission to get repository for basic registry.

Read

repo *

-

-

swr:repo:updateRepo

Grants permission to update repository for basic registry.

Write

repo *

-

-

-

swr:AllowPublicAccess

swr:repo:deleteRepoTag

Grants permission to delete tag of repository for basic registry.

Write

repo *

-

-

swr:repo:createRepoTag

Grants permission to create tag of repository for basic registry.

Write

repo *

-

-

swr:repo:listRepoTags

Grants permission to list tags of repository for basic registry.

List

repo *

-

-

swr:repo:createRepoDomain

Grants permission to create access domain of repository for basic registry.

Permission_management

repo *

-

-

-

swr:repo:deleteRepoDomain

Grants permission to delete access domain of repository for basic registry.

Permission_management

repo *

-

-

swr:repo:listRepoDomains

Grants permission to list access domains of repository for basic registry.

List

repo *

-

-

swr:repo:getRepoDomain

Grants permission to get access domain of repository for basic registry.

Read

repo *

-

-

swr:repo:updateRepoDomain

Grants permission to update access domain of repository for basic registry.

Permission_management

repo *

-

-

swr:repo:createRepoShare

Grants permission to create repo share rule of repository for basic registry.

Permission_management

repo *

-

-

-

swr:repo:deleteRepoShare

Grants permission to delete repo share rule of repository for basic registry.

Permission_management

repo *

-

-

swr:repo:listRepoShares

Grants permission to list repo share rules of repository for basic registry.

List

repo *

-

-

swr:repo:getRepoShare

Grants permission to get repo share rule of repository for basic registry.

Read

repo *

-

-

swr:repo:updateRepoShare

Grants permission to update repo share rule of repository for basic registry.

Permission_management

repo *

-

-

swr:repo:createAutoSyncRepoJob

Grants permission to create auto sync repository job for basic registry.

Write

repo *

-

-

-

swr:TargetRegion

swr:repo:createManualSyncRepoJob

Grants permission to create manual sync repository job for basic registry.

Write

repo *

-

-

-

swr:TargetRegion

swr:repo:deleteAutoSyncRepoJob

Grants permission to delete auto sync repository job for basic registry.

Write

repo *

-

-

swr:repo:listAutoSyncRepoJobs

Grants permission to list auto sync repository jobs for basic registry.

List

repo *

-

-

swr:repo:getSyncRepoJobInfo

Grants permission to get auto sync repository job info for basic registry.

Read

repo *

-

-

swr:repo:createTrigger

Grants permission to create trigger for basic registry.

Write

repo *

-

-

swr:repo:deleteTrigger

Grants permission to delete trigger for basic registry.

Write

repo *

-

-

swr:repo:listTriggers

Grants permission to list triggers for basic registry.

List

repo *

-

-

swr:repo:getTrigger

Grants permission to get trigger for basic registry.

Read

repo *

-

-

swr:repo:updateTrigger

Grants permission to update trigger for basic registry.

Write

repo *

-

-

swr:repo:createRetention

Grants permission to create retention for basic registry.

Write

repo *

-

-

swr:repo:deleteRetention

Grants permission to delete retention for basic registry.

Write

repo *

-

-

swr:repo:listRetentionHistories

Grants permission to list retention histories for basic registry.

List

repo *

-

-

swr:repo:listRetentions

Grants permission to list retentions for basic registry.

List

repo *

-

-

swr:repo:getRetention

Grants permission to get retention for basic registry.

Read

repo *

-

-

swr:repo:updateRetention

Grants permission to update retention for basic registry.

Write

repo *

-

-

swr::createLoginSecret

Grants permission to create login secret for basic registry.

Write

-

-

-

swr::createAuthorizationToken

Grants permission to create a new temporary access credential for basic registry.

Write

-

-

-

swr::listQuotas

Grants permission to list quotas for basic registry.

List

-

-

-

swr::getDomainOverview

Grants permission to get overview of domain for basic registry.

Read

-

-

-

swr::getDomainResourceReports

Grants permission to get down flow reports of domain for basic registry.

Read

-

-

-

swr:namespace:multipartUpload

Grants permission to multipart upload for basic registry.

Write

namespace *

-

-

swr:namespace:createNamespaceAccess

Grants permission to create namespace access for basic registry.

Permission_management

namespace *

-

-

swr:namespace:deleteNamespaceAccess

Grants permission to delete namespace access for basic registry.

Permission_management

namespace *

-

-

swr:namespace:getNamespaceAccess

Grants permission to get namespace access for basic registry.

Read

namespace *

-

-

swr:namespace:updateNamespaceAccess

Grants permission to update namespace access for basic registry.

Permission_management

namespace *

-

-

swr:repo:createRepoAccess

Grants permission to create repository access for basic registry.

Permission_management

repo *

-

-

swr:repo:deleteRepoAccess

Grants permission to delete repository access for basic registry.

Permission_management

repo *

-

-

swr:repo:getRepoAccess

Grants permission to get repository access for basic registry.

Read

repo *

-

-

swr:repo:updateRepoAccess

Grants permission to update repository access for basic registry.

Permission_management

repo *

-

-

swr:repo:upload

Grants permission to upload repository for basic registry.

Write

repo *

-

-

-

swr:AllowCredentialType

swr:repo:download

Grants permission to download repository for basic registry.

Read

repo *

swr:RepositoryIsPublic

-

-

swr:AllowCredentialType

swr:repo:getRepoTag

Grants permission to query tag of repository for basic registry.

Read

repo *

-

-

Each API of SWR usually supports one or more actions. Table 2 lists the supported actions and dependencies.

Table 2 Actions and dependencies supported by SWR APIs

API

Action

Dependencies

-

swr:repo:upload

-

-

swr:repo:download

-

POST /v2/manage/namespaces

swr:namespace:createNamespace

-

DELETE /v2/manage/namespaces/{namespace}

swr:namespace:deleteNamespace

-

GET /v2/manage/namespaces

swr:namespace:listNamespaces

-

GET /v2/manage/namespaces/{namespace}

swr:namespace:getNamespace

-

POST /v2/manage/namespaces/{namespace}/repos

swr:repo:createRepo

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}

swr:repo:deleteRepo

-

GET /v2/manage/repos

swr:repo:listRepos

-

GET /v2/manage/shared-repositories

swr:repo:listSharedRepos

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}

swr:repo:getRepo

-

PATCH /v2/manage/namespaces/{namespace}/repos/{repository}

swr:repo:updateRepo

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/tags/{tag}

swr:repo:deleteRepoTag

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/tags

swr:repo:createRepoTag

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/tags

swr:repo:listRepoTags

-

POST /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains

swr:repo:createRepoDomain

-

DELETE /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}

swr:repo:deleteRepoDomain

-

GET /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains

swr:repo:listRepoDomains

-

GET /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}

swr:repo:getRepoDomain

-

PATCH /v2/manage/namespaces/{namespace}/repositories/{repository}/access-domains/{access_domain}

swr:repo:updateRepoDomain

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/shares

swr:repo:createRepoShare

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/shares/{share_id}

swr:repo:deleteRepoShare

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/shares

swr:repo:listRepoShares

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/shares/{share_id}

swr:repo:getRepoShare

-

PATCH /v2/manage/namespaces/{namespace}/repos/{repository}/shares/{share_id}

swr:repo:updateRepoShare

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/sync_repo

swr:repo:createAutoSyncRepoJob

  • swr::createLoginSecret
  • swr:repo:download
  • swr:repo:upload

POST /v2/manage/namespaces/{namespace}/repos/{repository}/sync_images

swr:repo:createManualSyncRepoJob

  • swr::createLoginSecret
  • swr:repo:download
  • swr:repo:upload

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/sync_repo

swr:repo:deleteAutoSyncRepoJob

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/sync_repo

swr:repo:listAutoSyncRepoJobs

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/sync_job

swr:repo:getSyncRepoJobInfo

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/triggers

swr:repo:createTrigger

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/triggers/{trigger}

swr:repo:deleteTrigger

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/triggers

swr:repo:listTriggers

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/triggers/{trigger}

swr:repo:getTrigger

-

PATCH /v2/manage/namespaces/{namespace}/repos/{repository}/triggers/{trigger}

swr:repo:updateTrigger

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/retentions

swr:repo:createRetention

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/retentions/{retention_id}

swr:repo:deleteRetention

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/retentions/histories

swr:repo:listRetentionHistories

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/retentions

swr:repo:listRetentions

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/retentions/{retention_id}

swr:repo:getRetention

-

PATCH /v2/manage/namespaces/{namespace}/repos/{repository}/retentions/{retention_id}

swr:repo:updateRetention

-

POST /v2/manage/utils/secret

swr::createLoginSecret

-

POST /v2/manage/utils/authorizationtoken

swr::createAuthorizationToken

sts::createServiceBearerToken

GET /v2/manage/projects/{project_id}/quotas

swr::listQuotas

-

GET /v2/manage/overview

swr::getDomainOverview

-

GET /v2/manage/reports/{resource_type}/{frequency}

swr::getDomainResourceReports

-

-

swr:namespace:multipartUpload

-

POST /v2/manage/namespaces/{namespace}/access

swr:namespace:createNamespaceAccess

-

DELETE /v2/manage/namespaces/{namespace}/access

swr:namespace:deleteNamespaceAccess

-

GET /v2/manage/namespaces/{namespace}/access

swr:namespace:getNamespaceAccess

-

PATCH /v2/manage/namespaces/{namespace}/access

swr:namespace:updateNamespaceAccess

-

POST /v2/manage/namespaces/{namespace}/repos/{repository}/access

swr:repo:createRepoAccess

-

DELETE /v2/manage/namespaces/{namespace}/repos/{repository}/access

swr:repo:deleteRepoAccess

-

GET /v2/manage/namespaces/{namespace}/repos/{repository}/access

swr:repo:getRepoAccess

-

PATCH /v2/manage/namespaces/{namespace}/repos/{repository}/access

swr:repo:updateRepoAccess

-

-

swr:repo:getRepoTag

-

-

swr:repo:listRepoTags

-

-

swr:repo:listSharedRepos

-

-

swr:repo:listRepos

-

Resources

A resource type indicates the resources that an identity policy applies to. If you specify a resource type for any action in Table 3, the resource URN must be specified in the identity policy statements using that action, and the identity policy applies only to resources of this type. If no resource type is specified, the Resource element is marked with an asterisk (*) and the identity policy applies to all resources. You can also set condition keys in an identity policy to define resource types.

The following table lists the resource types that you can define in identity policy statements for SWR.

Table 3 Resource types supported by SWR

Resource Type

URN

repo

swr:<region>:<account-id>:repo:<namespace-name>/<repo-name>

namespace

swr:<region>:<account-id>:namespace:<namespace-name>

Conditions

Condition Key Overview

A Condition element lets you specify conditions for when an identity policy is in effect. It contains condition keys and operators.

  • The condition key that you specify can be a global condition key or a service-specific condition key.
    • Global condition keys (with the g: prefix) apply to all actions. Cloud services do not need to provide user identity information. Instead, the system automatically obtains such information and authenticates users. For details, see Global Condition Keys.
    • Service-specific condition keys (with the abbreviation of a service name plus a colon as the prefix, for example, swr) apply only to operations of the xx service. For details, see Table 4.
    • The number of values associated with a condition key in the request context of an API call makes the condition key single-valued or multivalued. Single-valued condition keys have at most one value in the request context of an API call. Multivalued condition keys can have multiple values in the request context of an API call. For example, a request can originate from at most one VPC endpoint, so g:SourceVpce is a single-valued condition key. You can tag resources and include multiple tag key-value pairs in a request, so g:TagKeys is a multivalued condition key.
  • A condition operator, condition key, and a condition value together constitute a complete condition statement. An identity policy can be applied only when its request conditions are met. For supported condition operators, see operators.

Service-specific condition keys supported by SWR

The following table lists the condition keys that you can define in identity policies for SWR. You can include these condition keys to specify conditions for when your identity policy is in effect.

Table 4 Service-specific condition keys supported by SWR

Service-specific Condition Key

Type

Single-valued/Multivalued

Description

swr:TargetOrgPath

string

Single-valued

Filters access by destination's OrgPath.

swr:TargetOrgId

string

Single-valued

Filters access by destination's OrgId.

swr:TargetAccountId

string

Single-valued

Filters access by destination's AccountId.

swr:AllowPublicAccess

boolean

Single-valued

Filters access by the repos that can be set to public.

swr:TargetRegion

string

Single-valued

Filters access by target region.

swr:AllowCredentialType

string

Single-valued

Filters access by the credential type.

swr:RepositoryIsPublic

boolean

Single-valued

Filters access by public repositories.