All Products
Search
Document Center

Security Center:ListFileProtectClientRuleFileType

Last Updated:Jun 12, 2026

Retrieves all file types for file protection rules.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request. The ID is generated by Alibaba Cloud and is unique. You can use the ID to troubleshoot issues.

F8B6F758-BCD4-597A-8A2C-DA5A552C****

FileTypes

array

The protected file types.

string

The protected file types.

txt

Examples

Success response

JSON format

{
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****",
  "FileTypes": [
    "txt"
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 IllegalParameter Illegal parameter, please check the param. Parameter error, please check the input parameters.
500 ServerError ServerError
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.