tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack
tencentcloud.getDlcDescribeWorkGroupInfo
Explore with Pulumi AI
tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack
Use this data source to query detailed information of DLC describe work group info
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getDlcDescribeWorkGroupInfo({
sortBy: "create-time",
sorting: "desc",
type: "User",
workGroupId: 70220,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_dlc_describe_work_group_info(sort_by="create-time",
sorting="desc",
type="User",
work_group_id=70220)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetDlcDescribeWorkGroupInfo(ctx, &tencentcloud.GetDlcDescribeWorkGroupInfoArgs{
SortBy: pulumi.StringRef("create-time"),
Sorting: pulumi.StringRef("desc"),
Type: pulumi.StringRef("User"),
WorkGroupId: pulumi.Float64Ref(70220),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetDlcDescribeWorkGroupInfo.Invoke(new()
{
SortBy = "create-time",
Sorting = "desc",
Type = "User",
WorkGroupId = 70220,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetDlcDescribeWorkGroupInfoArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = TencentcloudFunctions.getDlcDescribeWorkGroupInfo(GetDlcDescribeWorkGroupInfoArgs.builder()
.sortBy("create-time")
.sorting("desc")
.type("User")
.workGroupId(70220)
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getDlcDescribeWorkGroupInfo
arguments:
sortBy: create-time
sorting: desc
type: User
workGroupId: 70220
Using getDlcDescribeWorkGroupInfo
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDlcDescribeWorkGroupInfo(args: GetDlcDescribeWorkGroupInfoArgs, opts?: InvokeOptions): Promise<GetDlcDescribeWorkGroupInfoResult>
function getDlcDescribeWorkGroupInfoOutput(args: GetDlcDescribeWorkGroupInfoOutputArgs, opts?: InvokeOptions): Output<GetDlcDescribeWorkGroupInfoResult>
def get_dlc_describe_work_group_info(filters: Optional[Sequence[GetDlcDescribeWorkGroupInfoFilter]] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
sort_by: Optional[str] = None,
sorting: Optional[str] = None,
type: Optional[str] = None,
work_group_id: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetDlcDescribeWorkGroupInfoResult
def get_dlc_describe_work_group_info_output(filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetDlcDescribeWorkGroupInfoFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
sort_by: Optional[pulumi.Input[str]] = None,
sorting: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
work_group_id: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDlcDescribeWorkGroupInfoResult]
func GetDlcDescribeWorkGroupInfo(ctx *Context, args *GetDlcDescribeWorkGroupInfoArgs, opts ...InvokeOption) (*GetDlcDescribeWorkGroupInfoResult, error)
func GetDlcDescribeWorkGroupInfoOutput(ctx *Context, args *GetDlcDescribeWorkGroupInfoOutputArgs, opts ...InvokeOption) GetDlcDescribeWorkGroupInfoResultOutput
> Note: This function is named GetDlcDescribeWorkGroupInfo
in the Go SDK.
public static class GetDlcDescribeWorkGroupInfo
{
public static Task<GetDlcDescribeWorkGroupInfoResult> InvokeAsync(GetDlcDescribeWorkGroupInfoArgs args, InvokeOptions? opts = null)
public static Output<GetDlcDescribeWorkGroupInfoResult> Invoke(GetDlcDescribeWorkGroupInfoInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDlcDescribeWorkGroupInfoResult> getDlcDescribeWorkGroupInfo(GetDlcDescribeWorkGroupInfoArgs args, InvokeOptions options)
public static Output<GetDlcDescribeWorkGroupInfoResult> getDlcDescribeWorkGroupInfo(GetDlcDescribeWorkGroupInfoArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getDlcDescribeWorkGroupInfo:getDlcDescribeWorkGroupInfo
arguments:
# arguments dictionary
The following arguments are supported:
- Filters
List<Get
Dlc Describe Work Group Info Filter> - Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- Id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Result
Output stringFile - Used to save results.
- Sort
By string - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- Sorting string
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- Type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- Work
Group doubleId - Working group ID.
- Filters
[]Get
Dlc Describe Work Group Info Filter - Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- Id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Result
Output stringFile - Used to save results.
- Sort
By string - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- Sorting string
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- Type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- Work
Group float64Id - Working group ID.
- filters
List<Get
Dlc Describe Work Group Info Filter> - Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- id String
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- result
Output StringFile - Used to save results.
- sort
By String - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- sorting String
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- type String
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- work
Group DoubleId - Working group ID.
- filters
Get
Dlc Describe Work Group Info Filter[] - Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- result
Output stringFile - Used to save results.
- sort
By string - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- sorting string
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- work
Group numberId - Working group ID.
- filters
Sequence[Get
Dlc Describe Work Group Info Filter] - Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- id str
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- result_
output_ strfile - Used to save results.
- sort_
by str - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- sorting str
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- type str
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- work_
group_ floatid - Working group ID.
- filters List<Property Map>
- Filter criteria that are queriedWhen the type is User, the fuzzy search is supported as the key is user-name.When the type is DataAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;data-name: fuzzy search of the database and table.When the type is EngineAuth, the keys supported are:policy-type: types of permissions;policy-source: data sources;engine-name: fuzzy search of the database and table.
- id String
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- result
Output StringFile - Used to save results.
- sort
By String - Sort fields.When the type is User, create-time and user-name are supported.When the type is DataAuth, create-time is supported.When the type is EngineAuth, create-time is supported.
- sorting String
- Sorting methods: desc means in order; asc means in reverse order; it is asc by default.
- type String
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- work
Group NumberId - Working group ID.
getDlcDescribeWorkGroupInfo Result
The following output properties are available:
- Id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Work
Group List<GetInfos Dlc Describe Work Group Info Work Group Info> - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- Filters
List<Get
Dlc Describe Work Group Info Filter> - Result
Output stringFile - Sort
By string - Sorting string
- Type string
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group doubleId - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
- Id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Work
Group []GetInfos Dlc Describe Work Group Info Work Group Info - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- Filters
[]Get
Dlc Describe Work Group Info Filter - Result
Output stringFile - Sort
By string - Sorting string
- Type string
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group float64Id - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
- id String
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- work
Group List<GetInfos Dlc Describe Work Group Info Work Group Info> - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- filters
List<Get
Dlc Describe Work Group Info Filter> - result
Output StringFile - sort
By String - sorting String
- type String
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group DoubleId - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
- id string
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- work
Group GetInfos Dlc Describe Work Group Info Work Group Info[] - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- filters
Get
Dlc Describe Work Group Info Filter[] - result
Output stringFile - sort
By string - sorting string
- type string
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group numberId - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
- id str
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- work_
group_ Sequence[Getinfos Dlc Describe Work Group Info Work Group Info] - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- filters
Sequence[Get
Dlc Describe Work Group Info Filter] - result_
output_ strfile - sort_
by str - sorting str
- type str
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- work_
group_ floatid - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
- id String
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- work
Group List<Property Map>Infos - Details about working groupsNote: This field may return null, indicating that no valid values can be obtained.
- filters List<Property Map>
- result
Output StringFile - sort
By String - sorting String
- type String
- Types of information included. User: user information; DataAuth: data permissions; EngineAuth: engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group NumberId - Working group IDNote: This field may return null, indicating that no valid values can be obtained.
Supporting Types
GetDlcDescribeWorkGroupInfoFilter
GetDlcDescribeWorkGroupInfoWorkGroupInfo
- Data
Policy List<GetInfos Dlc Describe Work Group Info Work Group Info Data Policy Info> - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Engine
Policy List<GetInfos Dlc Describe Work Group Info Work Group Info Engine Policy Info> - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Row
Filter List<GetInfos Dlc Describe Work Group Info Work Group Info Row Filter Info> - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- Type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- User
Infos List<GetDlc Describe Work Group Info Work Group Info User Info> - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group stringDescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group doubleId - Working group ID.
- Work
Group stringName - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
- Data
Policy []GetInfos Dlc Describe Work Group Info Work Group Info Data Policy Info - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Engine
Policy []GetInfos Dlc Describe Work Group Info Work Group Info Engine Policy Info - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- Row
Filter []GetInfos Dlc Describe Work Group Info Work Group Info Row Filter Info - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- Type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- User
Infos []GetDlc Describe Work Group Info Work Group Info User Info - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group stringDescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- Work
Group float64Id - Working group ID.
- Work
Group stringName - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
- data
Policy List<GetInfos Dlc Describe Work Group Info Work Group Info Data Policy Info> - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- engine
Policy List<GetInfos Dlc Describe Work Group Info Work Group Info Engine Policy Info> - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- row
Filter List<GetInfos Dlc Describe Work Group Info Work Group Info Row Filter Info> - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- type String
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- user
Infos List<GetDlc Describe Work Group Info Work Group Info User Info> - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group StringDescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- work
Group DoubleId - Working group ID.
- work
Group StringName - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
- data
Policy GetInfos Dlc Describe Work Group Info Work Group Info Data Policy Info[] - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- engine
Policy GetInfos Dlc Describe Work Group Info Work Group Info Engine Policy Info[] - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- row
Filter GetInfos Dlc Describe Work Group Info Work Group Info Row Filter Info[] - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- type string
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- user
Infos GetDlc Describe Work Group Info Work Group Info User Info[] - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group stringDescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- work
Group numberId - Working group ID.
- work
Group stringName - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
- data_
policy_ Sequence[Getinfos Dlc Describe Work Group Info Work Group Info Data Policy Info] - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- engine_
policy_ Sequence[Getinfos Dlc Describe Work Group Info Work Group Info Engine Policy Info] - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- row_
filter_ Sequence[Getinfos Dlc Describe Work Group Info Work Group Info Row Filter Info] - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- type str
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- user_
infos Sequence[GetDlc Describe Work Group Info Work Group Info User Info] - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- work_
group_ strdescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- work_
group_ floatid - Working group ID.
- work_
group_ strname - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
- data
Policy List<Property Map>Infos - Collection of data permissionsNote: This field may return null, indicating that no valid values can be obtained.
- engine
Policy List<Property Map>Infos - Collection of engine permissionsNote: This field may return null, indicating that no valid values can be obtained.
- row
Filter List<Property Map>Infos - Collection of information about filtered rowsNote: This field may return null, indicating that no valid values can be obtained.
- type String
- Types of queried information. User: user information; DataAuth: data permissions; EngineAuth: engine permissions.
- user
Infos List<Property Map> - Collection of users bound to working groupsNote: This field may return null, indicating that no valid values can be obtained.
- work
Group StringDescription - Working group descriptionNote: This field may return null, indicating that no valid values can be obtained.
- work
Group NumberId - Working group ID.
- work
Group StringName - Working group nameNote: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoDataPolicyInfo
- Policy
Sets List<GetDlc Describe Work Group Info Work Group Info Data Policy Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- Policy
Sets []GetDlc Describe Work Group Info Work Group Info Data Policy Info Policy Set - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count float64 - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<GetDlc Describe Work Group Info Work Group Info Data Policy Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets GetDlc Describe Work Group Info Work Group Info Data Policy Info Policy Set[] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy_
sets Sequence[GetDlc Describe Work Group Info Work Group Info Data Policy Info Policy Set] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total_
count float - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<Property Map> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoDataPolicyInfoPolicySet
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id float64
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id float64 - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog str
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column str
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create_
time str - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data_
engine str - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database str
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function str
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id float
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode str
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation str
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator str
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy_
type str - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re_
auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source str
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source_
id float - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source_
name str - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table str
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view str
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoEnginePolicyInfo
- Policy
Sets List<GetDlc Describe Work Group Info Work Group Info Engine Policy Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- Policy
Sets []GetDlc Describe Work Group Info Work Group Info Engine Policy Info Policy Set - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count float64 - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<GetDlc Describe Work Group Info Work Group Info Engine Policy Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets GetDlc Describe Work Group Info Work Group Info Engine Policy Info Policy Set[] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy_
sets Sequence[GetDlc Describe Work Group Info Work Group Info Engine Policy Info Policy Set] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total_
count float - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<Property Map> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoEnginePolicyInfoPolicySet
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id float64
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id float64 - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog str
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column str
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create_
time str - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data_
engine str - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database str
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function str
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id float
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode str
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation str
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator str
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy_
type str - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re_
auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source str
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source_
id float - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source_
name str - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table str
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view str
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoRowFilterInfo
- Policy
Sets List<GetDlc Describe Work Group Info Work Group Info Row Filter Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- Policy
Sets []GetDlc Describe Work Group Info Work Group Info Row Filter Info Policy Set - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count float64 - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<GetDlc Describe Work Group Info Work Group Info Row Filter Info Policy Set> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets GetDlc Describe Work Group Info Work Group Info Row Filter Info Policy Set[] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy_
sets Sequence[GetDlc Describe Work Group Info Work Group Info Row Filter Info Policy Set] - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total_
count float - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- policy
Sets List<Property Map> - Collection of policiesNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoRowFilterInfoPolicySet
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- Catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - Column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - Database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - Function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - Id float64
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- Mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - Operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - Operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- Policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - Re
Auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - Source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - Source
Id float64 - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - Table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - View string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Double
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Double - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog string
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column string
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine string - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database string
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function string
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode string
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation string
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator string
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type string - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source string
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name string - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table string
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view string
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog str
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column str
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create_
time str - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data_
engine str - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database str
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function str
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id float
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode str
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation str
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator str
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy_
type str - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re_
auth bool - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source str
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source_
id float - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source_
name str - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table str
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view str
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
- catalog String
- The name of the target data source. To grant admin permission, it must be
*
(all resources at this level); to grant data source and database permissions, it must beCOSDataCatalog
or*
; to grant table permissions, it can be a custom data source; if it is left empty,DataLakeCatalog
is used. Note: To grant permissions on a custom data source, the permissions that can be managed in the Data Lake Compute console are subsets of the account permissions granted when you connect the data source to the console. - column String
- The name of the target column.
*
represents all columns. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- data
Engine String - The name of the target data engine.
*
represents all engines. To grant admin permissions, it must be*
.Note: This field may return null, indicating that no valid values can be obtained. - database String
- The name of the target database.
*
represents all databases in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any database. - function String
- The name of the target function.
*
represents all functions in the current catalog. To grant admin permissions, it must be*
; to grant data connection permissions, it must be null; to grant other permissions, it can be any function.Note: This field may return null, indicating that no valid values can be obtained. - id Number
- The policy ID.Note: This field may return null, indicating that no valid values can be obtained.
- mode String
- The grant mode, which is not required as an input parameter. Valid values:
COMMON
andSENIOR
.Note: This field may return null, indicating that no valid values can be obtained. - operation String
- The target permissions, which vary by permission level. Admin:
ALL
(default); data connection:CREATE
; database:ALL
,CREATE
,ALTER
, andDROP
; table:ALL
,SELECT
,INSERT
,ALTER
,DELETE
,DROP
, andUPDATE
. Note: For table permissions, if a data source other thanCOSDataCatalog
is specified, only theSELECT
permission can be granted here. - operator String
- The operator, which is not required as an input parameter.Note: This field may return null, indicating that no valid values can be obtained.
- policy
Type String - The permission type. Valid values:
ADMIN
,DATASOURCE
,DATABASE
,TABLE
,VIEW
,FUNCTION
,COLUMN
, andENGINE
. Note: If it is left empty,ADMIN
is used. - re
Auth Boolean - Whether the grantee is allowed to further grant the permissions. Valid values:
false
(default) andtrue
(the grantee can grant permissions gained here to other sub-users).Note: This field may return null, indicating that no valid values can be obtained. - source String
- The permission source, which is not required when input parameters are passed in. Valid values:
USER
(from the user) andWORKGROUP
(from one or more associated work groups).Note: This field may return null, indicating that no valid values can be obtained. - source
Id Number - The ID of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - source
Name String - The name of the work group, which applies only when the value of the
Source
field isWORKGROUP
.Note: This field may return null, indicating that no valid values can be obtained. - table String
- The name of the target table.
*
represents all tables in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any table. - view String
- The name of the target view.
*
represents all views in the current database. To grant admin permissions, it must be*
; to grant data connection and database permissions, it must be null; to grant other permissions, it can be any view.Note: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoUserInfo
- Total
Count double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- User
Sets List<GetDlc Describe Work Group Info Work Group Info User Info User Set> - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
- Total
Count float64 - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- User
Sets []GetDlc Describe Work Group Info Work Group Info User Info User Set - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Double - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- user
Sets List<GetDlc Describe Work Group Info Work Group Info User Info User Set> - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
- total
Count number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- user
Sets GetDlc Describe Work Group Info Work Group Info User Info User Set[] - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
- total_
count float - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- user_
sets Sequence[GetDlc Describe Work Group Info Work Group Info User Info User Set] - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
- total
Count Number - Total usersNote: This field may return null, indicating that no valid values can be obtained.
- user
Sets List<Property Map> - Collection of user informationNote: This field may return null, indicating that no valid values can be obtained.
GetDlcDescribeWorkGroupInfoWorkGroupInfoUserInfoUserSet
- Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Creator string
- The creator of the current user.
- User
Alias string - User alias.
- User
Description string - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- User
Id string - User Id which matches the sub-user UIN on the CAM side.
- Create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- Creator string
- The creator of the current user.
- User
Alias string - User alias.
- User
Description string - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- User
Id string - User Id which matches the sub-user UIN on the CAM side.
- create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- creator String
- The creator of the current user.
- user
Alias String - User alias.
- user
Description String - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- user
Id String - User Id which matches the sub-user UIN on the CAM side.
- create
Time string - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- creator string
- The creator of the current user.
- user
Alias string - User alias.
- user
Description string - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- user
Id string - User Id which matches the sub-user UIN on the CAM side.
- create_
time str - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- creator str
- The creator of the current user.
- user_
alias str - User alias.
- user_
description str - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- user_
id str - User Id which matches the sub-user UIN on the CAM side.
- create
Time String - The creation time of the current user, e.g. 16:19:32, July 28, 2021.
- creator String
- The creator of the current user.
- user
Alias String - User alias.
- user
Description String - User descriptionNote: The returned value of this field may be null, indicating that no valid value is obtained.
- user
Id String - User Id which matches the sub-user UIN on the CAM side.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.82.17 published on Thursday, Aug 14, 2025 by tencentcloudstack