Label
A label.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| LabelId | Long | ATTRIBUTE | Output only. ID of the label. Read only. |
| LabelName | String | ATTRIBUTE | The name of the label. |
| LabelResourceName | String | ATTRIBUTE | Immutable. Name of the resource. |
| LabelStatus | String | ATTRIBUTE | Output only. Status of the label. Read only.
使用できる値は次のとおりです。ENABLED, REMOVED, UNKNOWN |
| LabelTextLabelBackgroundColor | String | ATTRIBUTE | Background color of the label in HEX format. This string must match the regular expression '^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts. |
| LabelTextLabelDescription | String | ATTRIBUTE | A short description of the label. The length must be no more than 200 characters. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |