All Products
Search
Document Center

Object Storage Service:GetAccessPointPolicyForObjectProcess

Last Updated:Jun 17, 2026

Retrieves the access policy of an Object FC access point.

Usage notes

By default, an Alibaba Cloud account can retrieve the access policy of an Object FC access point. To perform this operation as a Resource Access Management (RAM) user or by using Security Token Service (STS), you must have the oss:GetAccessPointPolicyForObjectProcess permission.

Request syntax

GET /?accessPointPolicyForObjectProcess HTTP/1.1
Date: GMT Date
Content-Length: ContentLength
Content-Type: application/xml
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
x-oss-access-point-for-object-process-name: fc-ap-01
Authorization: SignatureValue

Request headers

Name

Type

Required

Example

Description

x-oss-access-point-for-object-process-name

string

Yes

fc-ap-01

The name of the object FC access point.

This request also uses common request headers such as Date and Host. For more information, see Common request headers.

Response headers

This response contains only common response headers. For more information, see Common response headers.

Examples

  • Request example

    GET /?accessPointPolicyForObjectProcess HTTP/1.1
    Date: Mon, 30 Oct 2023 03:15:40 GMT
    Content-Length: 0
    Content-Type: application/xml
    Host: oss-example.oss-cn-qingdao.aliyuncs.com
    x-oss-access-point-for-object-process-name: fc-ap-01
    Authorization: SignatureValue
  • Sample response

    HTTP/1.1 200 OK
    x-oss-request-id: 5C1B138A109F4E405B2D****
    Date: Mon, 30 Oct 2023 03:15:40 GMT
    <?xml version="1.0" encoding="UTF-8"?>
    {
    	"Version": "1",
    	"Statement": [{
    		"Effect": "Allow",
    		"Action": [
    			"oss:GetObject"
    		],
    		"Principal": [
    			"23721626365841xxxx"
    		],
    		"Resource": [
    			"acs:oss:cn-qingdao:111933544165xxxx:accesspointforobjectprocess/fc-ap-001/object/*"
    		]
    	}]
    }