すべてのプロダクト
Search
ドキュメントセンター

Agentic Cloud Governance Center:ListEvaluationMetadata

最終更新日:Jun 24, 2026

名前、ID、説明、ステージ、リソース詳細メタデータ、修正ガイダンスなど、利用可能なすべてのガバナンス評価項目に関する情報を取得します。

今すぐお試しください

この API を OpenAPI Explorer でお試しください。手作業による署名は必要ありません。呼び出しに成功すると、入力したパラメーターに基づき、資格情報が組み込まれた SDK コードが自動的に生成されます。このコードをダウンロードしてローカルで使用できます。

テスト

RAM 認証

下表に、この API を呼び出すために必要な認証情報を示します。認証情報は、RAM (Resource Access Management) ポリシーを使用して定義できます。以下で各列名について説明します。

  • アクション:特定のリソースに対して実行可能な操作。ポリシー構文ではAction要素として指定します。

  • API:アクションを具体的に実行するための API。

  • アクセスレベル:各 API に対して事前定義されているアクセスの種類。有効な値:create、list、get、update、delete。

  • リソースタイプ:アクションが作用するリソースの種類。リソースレベルでの権限をサポートするかどうかを示すことができます。ポリシーの有効性を確保するため、アクションの対象として適切なリソースを指定してください。

    • リソースレベルの権限を持つ API の場合、必要なリソースタイプはアスタリスク (*) でマークされます。ポリシーのResource要素で対応する ARN を指定してください。

    • リソースレベルの権限を持たない API の場合、「すべてのリソース」と表示され、ポリシーのResource要素でアスタリスク (*) でマークされます。

  • 条件キー:サービスによって定義された条件のキー。このキーにより、きめ細やかなアクセス制御が可能になります。この制御は、アクション単体に適用することも、特定のリソースに対するアクションに適用することもできます。Alibaba Cloud は、サービス固有の条件キーに加えて、すべての RAM 統合サービスに適用可能な一連の共通条件キーを提供しています。

  • 依存アクション:ある特定のアクションを実行するために、前提として実行が必要となる他のアクション。依存アクションの権限も RAM ユーザーまたは RAM ロールに付与する必要があります。

アクション

アクセスレベル

リソースタイプ

条件キー

依存アクション

governance:ListEvaluationMetadata

get

*All Resource

*

なし なし

リクエストパラメーター

パラメーター

必須 / 任意

説明

RegionId

string

任意

リージョンID。

cn-hangzhou

Language

string

任意

言語タイプ。ガバナンス評価定義はこの言語で返されます。有効な値:

  • en:英語。

  • zh:中国語。

zh

LensCode

string

任意

専門評価コード。有効な値:

  • basic(デフォルト):基盤モデル(ガバナンス成熟度)評価。

  • ack:コンテナ構築専門評価。

  • ai:機械学習専門評価。

  • nis:ネットワークサービス専門評価。

ack

TopicCode

string

任意

ガバナンストピックコード。

ResourceUtilization

レスポンスフィールド

フィールド

説明

object

レスポンスパラメーター。

EvaluationMetadata

array<object>

ガバナンス評価定義メタデータ。

array<object>

ガバナンス評価定義メタデータ。

Metadata

array<object>

特定のメタデータタイプに属するメタデータオブジェクトのリスト。

array<object>

特定のメタデータタイプに属するメタデータオブジェクトのリスト。

Category

string

確認項目が属するピラーです。

Security

Description

string

確認項目の説明です。

If you use an AccessKey pair of an Alibaba Cloud account, you have full permissions that cannot be restricted by conditions such as source IP address or access time. Once leaked, the risk is extremely high. If an AccessKey pair exists for the Alibaba Cloud account, it is considered non-compliant.

DisplayName

string

確認項目の表示名です。

An AccessKey pair is enabled for the Alibaba Cloud account.

Id

string

メタデータエントリの一意な ID です。

pxgtda****

RecommendationLevel

string

推奨されるガバナンスレベルです。

High

RemediationMetadata

object

修正メタデータです。

Remediation

array<object>

修正項目です。

array<object>

修正項目です。

Actions

array<object>

修正アクションです。

array<object>

修正アクションです。

Classification

string

修正方法のカテゴリです。

説明

このパラメーターは、RemediationTypeAnalysis に設定されている場合にのみ返されます。

UnusedAccessKeyInRamUser

CostDescription

string

修正にかかるコストです。

You are not charged for this operation.

Description

string

修正の説明です。

説明

このパラメーターは、RemediationTypeAnalysis に設定されている場合にのみ返されます。

A RAM user has both console logon and an AccessKey pair enabled, but the AccessKey pair has never been used.

Guidance

array<object>

修正ガイダンスの手順です。

object

修正ガイダンスの単一ステップです。

ButtonName

string

修正ステップのボタンの表示名です。

Manual fix

ButtonRef

string

修正ボタンのリダイレクト URL です。

https://ram.console.alibabacloud.com/users

Content

string

修正ステップの内容です。

You must replace the AccessKey pair of your Alibaba Cloud account. To do so, perform the following steps:1. Log on to the RAM console. In the left-side navigation pane, choose Identities > Users. On the Users page, click Create User.2. On the Create User page, enter a logon name and select OpenAPI Access for the Access Mode parameter.3. After the RAM user is created, save the AccessKey pair. Then, find the user that you created on the Users page and click Add Permissions in the Actions column. In the Grant Permission panel, find the AdministratorAccess policy and attach it to the RAM user.4. In a program, replace the AccessKey pair of the Alibaba Cloud account with the AccessKey pair of the RAM user created in the previous step and check whether the program runs as expected in the test environment.5. If the program runs as expected, publish the program to the production environment and disable the previous AccessKey pair of your Alibaba Cloud account. Then, check whether the program runs as expected.6. If the program runs as expected, delete the disabled AccessKey pair after the specified period of time, such as 90 days.

Title

string

修正ステップのタイトルです。

Scenario 3: AccessKey pair that is used within the last 90 days

Notice

string

修正に関する注意事項です。

This governance item enables the Best Practices for AccessKey and Permission Governance compliance package in Cloud Config to check the settings and usage of AccessKey pairs, Alibaba Cloud accounts, and RAM users.

Suggestion

string

修正に関する提案です。

説明

このパラメーターは、RemediationTypeAnalysis に設定されている場合にのみ返されます。

Console logon is enabled for the RAM user and the RAM user owns an AccessKey pair, while the AccessKey pair has never been used by the RAM user. We recommend that you disable the AccessKey pair for 90 days. If no related issue occurs during this period, you can delete the AccessKey pair.

RemediationType

string

修正タイプです。有効な値は次のとおりです。

  • Manual:手動修正

  • QuickFix:応急処置

  • Analysis:分析支援型意思決定

Manual

ResourceMetadata

object

確認項目のリソースメタデータです。

ResourcePropertyMetadata

array<object>

リソースプロパティメタデータです。

object

リソースプロパティメタデータです。

DisplayName

string

プロパティの表示名です。

Last time the AccessKey pair was used

PropertyName

string

リソースプロパティの名前です。

AkLastUsedTime

PropertyType

string

リソースプロパティのタイプです。

String

Scope

string

確認項目の範囲です。有効な値は次のとおりです。

  • Account:確認項目は単一アカウントに適用されます。

  • ResourceDirectory:確認項目はリソースディレクトリ内の複数アカウントに適用されます。

Account

Stage

string

確認項目のステージです。有効な値は次のとおりです。

  • Released:確認項目は正式にリリースされています。

  • Beta:確認項目はベータ版です。

Released

TopicCode

string

確認項目が属するトピックのコードです。

ResourceUtilization

Type

string

メタデータタイプ。有効な値:

  • Metric:評価項目。

Metric

RequestId

string

リクエストID。

16B208DD-86BD-5E7D-AC93-FFD44B6FBDF1

成功レスポンス

JSONJSON

{
  "EvaluationMetadata": [
    {
      "Metadata": [
        {
          "Category": "Security",
          "Description": "If you use an AccessKey pair of an Alibaba Cloud account, you have full permissions that cannot be restricted by conditions such as source IP address or access time. Once leaked, the risk is extremely high. If an AccessKey pair exists for the Alibaba Cloud account, it is considered non-compliant.",
          "DisplayName": "An AccessKey pair is enabled for the Alibaba Cloud account.",
          "Id": "pxgtda****",
          "RecommendationLevel": "High",
          "RemediationMetadata": {
            "Remediation": [
              {
                "Actions": [
                  {
                    "Classification": "UnusedAccessKeyInRamUser",
                    "CostDescription": "You are not charged for this operation.",
                    "Description": "A RAM user has both console logon and an AccessKey pair enabled, but the AccessKey pair has never been used.",
                    "Guidance": [
                      {
                        "ButtonName": "Manual fix",
                        "ButtonRef": "https://ram.console.alibabacloud.com/users",
                        "Content": "You must replace the AccessKey pair of your Alibaba Cloud account. To do so, perform the following steps:1. Log on to the RAM console. In the left-side navigation pane, choose Identities > Users. On the Users page, click Create User.2. On the Create User page, enter a logon name and select OpenAPI Access for the Access Mode parameter.3. After the RAM user is created, save the AccessKey pair. Then, find the user that you created on the Users page and click Add Permissions in the Actions column. In the Grant Permission panel, find the AdministratorAccess policy and attach it to the RAM user.4. In a program, replace the AccessKey pair of the Alibaba Cloud account with the AccessKey pair of the RAM user created in the previous step and check whether the program runs as expected in the test environment.5. If the program runs as expected, publish the program to the production environment and disable the previous AccessKey pair of your Alibaba Cloud account. Then, check whether the program runs as expected.6. If the program runs as expected, delete the disabled AccessKey pair after the specified period of time, such as 90 days.",
                        "Title": "Scenario 3: AccessKey pair that is used within the last 90 days"
                      }
                    ],
                    "Notice": "This governance item enables the Best Practices for AccessKey and Permission Governance compliance package in Cloud Config to check the settings and usage of AccessKey pairs, Alibaba Cloud accounts, and RAM users.",
                    "Suggestion": "Console logon is enabled for the RAM user and the RAM user owns an AccessKey pair, while the AccessKey pair has never been used by the RAM user. We recommend that you disable the AccessKey pair for 90 days. If no related issue occurs during this period, you can delete the AccessKey pair."
                  }
                ],
                "RemediationType": "Manual"
              }
            ]
          },
          "ResourceMetadata": {
            "ResourcePropertyMetadata": [
              {
                "DisplayName": "Last time the AccessKey pair was used",
                "PropertyName": "AkLastUsedTime",
                "PropertyType": "String"
              }
            ]
          },
          "Scope": "Account",
          "Stage": "Released",
          "TopicCode": "ResourceUtilization"
        }
      ],
      "Type": "Metric"
    }
  ],
  "RequestId": "16B208DD-86BD-5E7D-AC93-FFD44B6FBDF1"
}

エラーコード

HTTP ステータスコード

エラーコード

エラーメッセージ

説明

500 InternalError A system error occurred.
404 InvalidEnterpriseRealName.NotFound The specified account has not passed enterprise real name verification. Please complete the verification for the account first.

完全なリストについては、「エラーコード」をご参照ください。

変更履歴

完全なリストについては、「変更履歴」をご参照ください。