tencentcloud-sdk-tsf 3.0.1126 → 3.0.1128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 756014e522b434c5fe5ae72e6faddcaa7e5534bd
|
4
|
+
data.tar.gz: 22601b0e38afc52dcdf4e51b73f893938dbdb972
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64e8019490dd8044ba942f77ef2b0e05b6069060ced523a7030fdd89653b8b3b513da718b24ffc27e40b645c00e60966c0de5e8973f850aac50b8cae7b35fcdb
|
7
|
+
data.tar.gz: edb7a8c9ad8c7240667fb7b4dd5ee79361fcf344bb4e6395189d77e21ed9474af3bb0a16b8d12416caeeae246d57ce2a0f9601854d9c01afa625bc58449e776b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1128
|
data/lib/v20180326/models.rb
CHANGED
@@ -18646,17 +18646,17 @@ module TencentCloud
|
|
18646
18646
|
|
18647
18647
|
# tsf-privilege 模块,资源
|
18648
18648
|
class Resource < TencentCloud::Common::AbstractModel
|
18649
|
-
# @param ResourceId: 资源ID,调用[
|
18649
|
+
# @param ResourceId: 资源ID,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的ResourceId
|
18650
18650
|
# @type ResourceId: String
|
18651
|
-
# @param ResourceCode: 资源编码,枚举值描述【cluster
|
18651
|
+
# @param ResourceCode: 资源编码,枚举值描述【cluster(集群)、namespace(命名空间)、config(应用配置)】
|
18652
18652
|
# @type ResourceCode: String
|
18653
18653
|
# @param ResourceName: 资源名称
|
18654
18654
|
# @type ResourceName: String
|
18655
18655
|
# @param ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
18656
18656
|
# @type ServiceCode: String
|
18657
|
-
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster
|
18657
|
+
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster(查询简单集群列表)、DescribeTaskRecords(查询任务列表)】
|
18658
18658
|
# @type ResourceAction: String
|
18659
|
-
# @param IdField: 资源数据查询的ID字段名,调用[
|
18659
|
+
# @param IdField: 资源数据查询的ID字段名,调用[DescribeResources](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)接口,查看接口返回的IdField
|
18660
18660
|
# @type IdField: String
|
18661
18661
|
# @param NameField: 资源数据查询的名称字段名
|
18662
18662
|
# @type NameField: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1128
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|