-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update schema json files based-on v1.73.0
- Loading branch information
1 parent
d22f55a
commit c509606
Showing
20 changed files
with
500 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_aom_access_codes": { | ||
"block": { | ||
"attributes": { | ||
"access_codes": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"access_code": "string", | ||
"access_code_id": "string", | ||
"create_at": "string", | ||
"status": "string" | ||
} | ||
] | ||
], | ||
"description": "Indicates the access codes.", | ||
"computed": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "AOM", | ||
"name": "Application Operations Management", | ||
"catalog": "Management & Governance", | ||
"name_cn": "应用运维管理", | ||
"catalog_cn": "管理与监管" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_cfw_domain_name_parse_ip_list": { | ||
"block": { | ||
"attributes": { | ||
"address_type": { | ||
"type": "string", | ||
"description": "Specifies the address type.", | ||
"optional": true | ||
}, | ||
"data": { | ||
"type": [ | ||
"list", | ||
"string" | ||
], | ||
"description": "The IP address list for domain name resolution.", | ||
"computed": true | ||
}, | ||
"domain_address_id": { | ||
"type": "string", | ||
"description": "Specifies the domain name ID.", | ||
"optional": true | ||
}, | ||
"domain_name": { | ||
"type": "string", | ||
"description": "Specifies the domain name.", | ||
"optional": true | ||
}, | ||
"enterprise_project_id": { | ||
"type": "string", | ||
"description": "Specifies the enterprise project ID.", | ||
"optional": true | ||
}, | ||
"fw_instance_id": { | ||
"type": "string", | ||
"description": "Specifies the firewall ID.", | ||
"optional": true | ||
}, | ||
"group_id": { | ||
"type": "string", | ||
"description": "Specifies the domain name group ID.", | ||
"optional": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"description": "Specifies the region in which to query the resource. If omitted, the provider-level region will be used.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "CFW", | ||
"name": "Cloud Firewall", | ||
"catalog": "Security & Compliance", | ||
"name_cn": "云防火墙", | ||
"catalog_cn": "安全与合规" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
72 changes: 72 additions & 0 deletions
72
docs/json/data-sources/codearts_inspector_website_scan_tasks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_codearts_inspector_website_scan_tasks": { | ||
"block": { | ||
"attributes": { | ||
"domain_id": { | ||
"type": "string", | ||
"description": "Specifies the website domain ID.", | ||
"required": true | ||
}, | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"tasks": { | ||
"type": [ | ||
"list", | ||
[ | ||
"object", | ||
{ | ||
"created_at": "string", | ||
"cve_check": "bool", | ||
"domain_name": "string", | ||
"end_time": "string", | ||
"high": "number", | ||
"hint": "number", | ||
"low": "number", | ||
"malicious_code": "bool", | ||
"malicious_link": "bool", | ||
"middle": "number", | ||
"pack_num": "number", | ||
"picture_check": "bool", | ||
"port_scan": "bool", | ||
"progress": "number", | ||
"reason": "string", | ||
"safe_level": "string", | ||
"scan_mode": "string", | ||
"schedule_status": "string", | ||
"score": "number", | ||
"start_time": "string", | ||
"task_id": "string", | ||
"task_name": "string", | ||
"task_period": "string", | ||
"task_status": "string", | ||
"task_type": "string", | ||
"text_check": "bool", | ||
"timer": "string", | ||
"trigger_time": "string", | ||
"url": "string", | ||
"weak_pwd_scan": "bool" | ||
} | ||
] | ||
], | ||
"description": "Indicates the tasks list.", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "CodeArtsInspector", | ||
"name": "CodeArts Inspector", | ||
"catalog": "CodeArts", | ||
"name_cn": "漏洞管理服务", | ||
"catalog_cn": "软件开发生产线" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"provider_schemas": { | ||
"huaweicloud/huaweicloud": { | ||
"data_source_schemas": { | ||
"huaweicloud_gaussdb_opengauss_plugins": { | ||
"block": { | ||
"attributes": { | ||
"id": { | ||
"type": "string", | ||
"computed": true | ||
}, | ||
"plugins": { | ||
"type": [ | ||
"list", | ||
"string" | ||
], | ||
"computed": true | ||
}, | ||
"region": { | ||
"type": "string", | ||
"computed": true | ||
} | ||
} | ||
}, | ||
"product": { | ||
"short": "GaussDB", | ||
"name": "GaussDB", | ||
"catalog": "Databases", | ||
"name_cn": "云数据库 GaussDB", | ||
"catalog_cn": "数据库" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.