ListAssetsResponse

アセットの一覧表示に対するレスポンス メッセージ。

JSON 表現
{
  "listAssetsResults": [
    {
      object (ListAssetsResult)
    }
  ],
  "readTime": string,
  "nextPageToken": string,
  "totalSize": integer
}
フィールド
listAssetsResults[]

object (ListAssetsResult)

リスト リクエストに一致するアセット。

readTime

string (Timestamp format)

リスト リクエストの実行に使用された時間。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

nextPageToken

string

結果の次のページを取得するためのトークン。それ以上の結果がない場合は空です。

totalSize

integer

クエリに一致するアセットの合計数。

ListAssetsResult

アセットとそのステータスを含む結果。

JSON 表現
{
  "asset": {
    object (Asset)
  },
  "stateChange": enum (StateChange)
}
フィールド
asset

object (Asset)

検索リクエストに一致するアセット。

stateChange

enum (StateChange)

特定の時点間のアセットの状態変化。

アセット

Google Cloud リソースの Security Command Center での表現。

アセットは、単一の Google Cloud リソースに関する情報をキャプチャする Security Command Center リソースです。アセットに対するすべての変更は Security Command Center のコンテキスト内でのみ行われ、参照されている Google Cloud リソースには影響しません。

JSON 表現
{
  "name": string,
  "securityCenterProperties": {
    object (SecurityCenterProperties)
  },
  "resourceProperties": {
    string: value,
    ...
  },
  "securityMarks": {
    object (SecurityMarks)
  },
  "createTime": string,
  "updateTime": string,
  "iamPolicy": {
    object (IamPolicy)
  },
  "canonicalName": string
}
フィールド
name

string

このアセットの相対リソース名。https://cloud.google.com/apis/design/resource_names#relative_resource_name をご覧ください。例: "organizations/{organization_id}/assets/{asset_id}"。

securityCenterProperties

object (SecurityCenterProperties)

Security Command Center マネージド プロパティ。これらのプロパティは Security Command Center によって管理され、ユーザーが変更することはできません。

resourceProperties

map (key: string, value: value (Value format))

リソース管理プロパティ。これらのプロパティは Google Cloud リソースによって管理および定義され、ユーザーが変更することはできません。

"key": value ペアのリストを含むオブジェクト。例: { "name": "wrench", "mass": "1.3kg", "count": "3" }

securityMarks

object (SecurityMarks)

ユーザーが指定したセキュリティ マーク。これらのマークはすべてユーザーによって管理され、アセットに属する SecurityMarks リソースから取得されます。

createTime

string (Timestamp format)

Security Command Center でアセットが作成された時刻。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

updateTime

string (Timestamp format)

Cloud SCC でアセットが最後に更新または追加された時刻。

RFC 3339 を使用します。生成された出力は常に Z 正規化され、小数点以下は 0、3、6、または 9 桁になります。「Z」以外のオフセットも使用できます。例: "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

iamPolicy

object (IamPolicy)

Security Command Center アセットで記述されている Google Cloud リソースに関連付けられた Cloud IAM ポリシー情報。この情報は Google Cloud リソースによって管理および定義され、ユーザーが変更することはできません。

canonicalName

string

リソースの正式名称。これは、リソースの最も近い CRM 祖先に応じて、「organizations/{organization_id}/assets/{asset_id}」、「folders/{folder_id}/assets/{asset_id}」、または「projects/{project_number}/assets/{asset_id}」のいずれかです。

SecurityCenterProperties

Security Command Center マネージド プロパティ。これらのプロパティは Security Command Center によって管理され、ユーザーが変更することはできません。

JSON 表現
{
  "resourceName": string,
  "resourceType": string,
  "resourceParent": string,
  "resourceProject": string,
  "resourceOwners": [
    string
  ],
  "resourceDisplayName": string,
  "resourceParentDisplayName": string,
  "resourceProjectDisplayName": string,
  "folders": [
    {
      object (Folder)
    }
  ]
}
フィールド
resourceName

string

このアセットが表す Google Cloud リソースの完全なリソース名。このフィールドは作成後に変更できません。https://cloud.google.com/apis/design/resource_names#full_resource_name をご覧ください。

resourceType

string

Google Cloud リソースのタイプ。例: APPLICATION、PROJECT、ORGANIZATION。これは、Security Command Center またはリソースのプロバイダによって定義された大文字と小文字を区別しないフィールドであり、作成後は変更できません。

resourceParent

string

リソースの直属の親の完全なリソース名。https://cloud.google.com/apis/design/resource_names#full_resource_name をご覧ください。

resourceProject

string

リソースが属するプロジェクトの完全なリソース名。https://cloud.google.com/apis/design/resource_names#full_resource_name をご覧ください。

resourceOwners[]

string

Google Cloud リソースのオーナー。

resourceDisplayName

string

このリソースのユーザー定義の表示名。

resourceParentDisplayName

string

このリソースの親のユーザー定義の表示名。

resourceProjectDisplayName

string

このリソースのプロジェクトのユーザー定義の表示名。

folders[]

object (Folder)

アセットの祖先の各フォルダのフォルダ メッセージが含まれます。最初のフォルダは最も深くネストされたフォルダで、最後のフォルダは組織の直下にあるフォルダです。

IamPolicy

Security Command Center アセットで記述されている Google Cloud リソースに関連付けられた Cloud IAM ポリシー情報。この情報は Google Cloud リソースによって管理および定義され、ユーザーが変更することはできません。

JSON 表現
{
  "policyBlob": string
}
フィールド
policyBlob

string

アセットに関連付けられたポリシーの JSON 表現。形式の詳細については、https://cloud.google.com/iam/docs/reference/rest/v1/Policy をご覧ください。

StateChange

アセットの状態の変化。

2 つの時点をまたいでクエリを実行すると、2 つの時点間の変更(追加、削除、アクティブ)が示されます。リクエストで compareDuration が指定されていない場合、ステータスの変更は UNUSED になります。

列挙型
UNUSED 状態変化は使用されません。これはこの列挙型の標準のデフォルトです。
ADDED 期間中にアセットが追加された。
REMOVED 期間中にアセットが削除された。
ACTIVE アセットが両方の時点で存在していた。