tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
Use this data source to query detailed information of WeData workflow max permission
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getWedataWorkflowMaxPermission({
projectId: "3108707295180644352",
entityId: "53e78f97-f145-11f0-ba36-b8cef6a5af5c",
entityType: "folder",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_wedata_workflow_max_permission(project_id="3108707295180644352",
entity_id="53e78f97-f145-11f0-ba36-b8cef6a5af5c",
entity_type="folder")
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.GetWedataWorkflowMaxPermission(ctx, &tencentcloud.GetWedataWorkflowMaxPermissionArgs{
ProjectId: "3108707295180644352",
EntityId: "53e78f97-f145-11f0-ba36-b8cef6a5af5c",
EntityType: "folder",
}, 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.GetWedataWorkflowMaxPermission.Invoke(new()
{
ProjectId = "3108707295180644352",
EntityId = "53e78f97-f145-11f0-ba36-b8cef6a5af5c",
EntityType = "folder",
});
});
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.GetWedataWorkflowMaxPermissionArgs;
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.getWedataWorkflowMaxPermission(GetWedataWorkflowMaxPermissionArgs.builder()
.projectId("3108707295180644352")
.entityId("53e78f97-f145-11f0-ba36-b8cef6a5af5c")
.entityType("folder")
.build());
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getWedataWorkflowMaxPermission
arguments:
projectId: '3108707295180644352'
entityId: 53e78f97-f145-11f0-ba36-b8cef6a5af5c
entityType: folder
Using getWedataWorkflowMaxPermission
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 getWedataWorkflowMaxPermission(args: GetWedataWorkflowMaxPermissionArgs, opts?: InvokeOptions): Promise<GetWedataWorkflowMaxPermissionResult>
function getWedataWorkflowMaxPermissionOutput(args: GetWedataWorkflowMaxPermissionOutputArgs, opts?: InvokeOptions): Output<GetWedataWorkflowMaxPermissionResult>def get_wedata_workflow_max_permission(entity_id: Optional[str] = None,
entity_type: Optional[str] = None,
id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataWorkflowMaxPermissionResult
def get_wedata_workflow_max_permission_output(entity_id: Optional[pulumi.Input[str]] = None,
entity_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataWorkflowMaxPermissionResult]func GetWedataWorkflowMaxPermission(ctx *Context, args *GetWedataWorkflowMaxPermissionArgs, opts ...InvokeOption) (*GetWedataWorkflowMaxPermissionResult, error)
func GetWedataWorkflowMaxPermissionOutput(ctx *Context, args *GetWedataWorkflowMaxPermissionOutputArgs, opts ...InvokeOption) GetWedataWorkflowMaxPermissionResultOutput> Note: This function is named GetWedataWorkflowMaxPermission in the Go SDK.
public static class GetWedataWorkflowMaxPermission
{
public static Task<GetWedataWorkflowMaxPermissionResult> InvokeAsync(GetWedataWorkflowMaxPermissionArgs args, InvokeOptions? opts = null)
public static Output<GetWedataWorkflowMaxPermissionResult> Invoke(GetWedataWorkflowMaxPermissionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataWorkflowMaxPermissionResult> getWedataWorkflowMaxPermission(GetWedataWorkflowMaxPermissionArgs args, InvokeOptions options)
public static Output<GetWedataWorkflowMaxPermissionResult> getWedataWorkflowMaxPermission(GetWedataWorkflowMaxPermissionArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataWorkflowMaxPermission:getWedataWorkflowMaxPermission
arguments:
# arguments dictionaryThe following arguments are supported:
- Entity
Id string - Authorization entity ID.
- Entity
Type string - Authorization entity type, folder/workflow.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Entity
Id string - Authorization entity ID.
- Entity
Type string - Authorization entity type, folder/workflow.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- entity
Id String - Authorization entity ID.
- entity
Type String - Authorization entity type, folder/workflow.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- entity
Id string - Authorization entity ID.
- entity
Type string - Authorization entity type, folder/workflow.
- project
Id string - Project ID.
- id string
- result
Output stringFile - Used to save results.
- entity_
id str - Authorization entity ID.
- entity_
type str - Authorization entity type, folder/workflow.
- project_
id str - Project ID.
- id str
- result_
output_ strfile - Used to save results.
- entity
Id String - Authorization entity ID.
- entity
Type String - Authorization entity type, folder/workflow.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
getWedataWorkflowMaxPermission Result
The following output properties are available:
- Datas
List<Get
Wedata Workflow Max Permission Data> - Current user's recursive maximum permission type for entity resources.
- Entity
Id string - Entity
Type string - Id string
- Project
Id string - Result
Output stringFile
- Datas
[]Get
Wedata Workflow Max Permission Data - Current user's recursive maximum permission type for entity resources.
- Entity
Id string - Entity
Type string - Id string
- Project
Id string - Result
Output stringFile
- datas
List<Get
Wedata Workflow Max Permission Data> - Current user's recursive maximum permission type for entity resources.
- entity
Id String - entity
Type String - id String
- project
Id String - result
Output StringFile
- datas
Get
Wedata Workflow Max Permission Data[] - Current user's recursive maximum permission type for entity resources.
- entity
Id string - entity
Type string - id string
- project
Id string - result
Output stringFile
- datas
Sequence[Get
Wedata Workflow Max Permission Data] - Current user's recursive maximum permission type for entity resources.
- entity_
id str - entity_
type str - id str
- project_
id str - result_
output_ strfile
- datas List<Property Map>
- Current user's recursive maximum permission type for entity resources.
- entity
Id String - entity
Type String - id String
- project
Id String - result
Output StringFile
Supporting Types
GetWedataWorkflowMaxPermissionData
- Permission
Type string - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
- Permission
Type string - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
- permission
Type String - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
- permission
Type string - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
- permission_
type str - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
- permission
Type String - Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
