资源:ProtectedResource
受 Cloud KMS 密钥保护的资源的相关元数据。
JSON 表示法 |
---|
{ "name": string, "project": string, "projectId": string, "cloudProduct": string, "resourceType": string, "location": string, "labels": { string: string, ... }, "cryptoKeyVersion": string, "cryptoKeyVersions": [ string ], "createTime": string } |
字段 | |
---|---|
name |
资源的完整资源名称。示例: |
project |
格式: |
projectId |
拥有资源的项目的 ID。 |
cloudProduct |
拥有资源的 Cloud 产品。示例: |
resourceType |
示例: |
location |
位置可以是 |
labels |
资源标签 (v1) 与对应值的键值对。 |
cryptoKeyVersion |
用于通过 CMEK 保护此资源的 Cloud KMS CryptoKeyVersion 的名称。如果拥有资源的 Google Cloud 产品没有向 Asset Inventory 提供密钥版本数据,则此字段为空。如果有多个密钥版本用于保护资源,则此值与 cryptoKeyVersions 的第一个元素相同。 |
cryptoKeyVersions[] |
用于通过 CMEK 保护此资源的 Cloud KMS CryptoKeyVersion 的名称。如果拥有资源的 Google Cloud 产品没有向 Asset Inventory 提供密钥版本数据,则此字段为空。此字段的第一个元素存储在 cryptoKeyVersion 中。 |
createTime |
仅限输出。此资源的创建时间。细分单位是秒。Timestamp.nanos 将始终为 0。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
方法 |
|
---|---|
|
返回指定 Cloud 组织中受指定 Cloud KMS CryptoKey 保护的资源的相关元数据。 |