1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataWorkflowMaxPermission
tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
tencentcloud logo
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 dictionary

    The following arguments are supported:

    EntityId string
    Authorization entity ID.
    EntityType string
    Authorization entity type, folder/workflow.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    EntityId string
    Authorization entity ID.
    EntityType string
    Authorization entity type, folder/workflow.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    entityId String
    Authorization entity ID.
    entityType String
    Authorization entity type, folder/workflow.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    entityId string
    Authorization entity ID.
    entityType string
    Authorization entity type, folder/workflow.
    projectId string
    Project ID.
    id string
    resultOutputFile string
    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_file str
    Used to save results.
    entityId String
    Authorization entity ID.
    entityType String
    Authorization entity type, folder/workflow.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.

    getWedataWorkflowMaxPermission Result

    The following output properties are available:

    Datas List<GetWedataWorkflowMaxPermissionData>
    Current user's recursive maximum permission type for entity resources.
    EntityId string
    EntityType string
    Id string
    ProjectId string
    ResultOutputFile string
    Datas []GetWedataWorkflowMaxPermissionData
    Current user's recursive maximum permission type for entity resources.
    EntityId string
    EntityType string
    Id string
    ProjectId string
    ResultOutputFile string
    datas List<GetWedataWorkflowMaxPermissionData>
    Current user's recursive maximum permission type for entity resources.
    entityId String
    entityType String
    id String
    projectId String
    resultOutputFile String
    datas GetWedataWorkflowMaxPermissionData[]
    Current user's recursive maximum permission type for entity resources.
    entityId string
    entityType string
    id string
    projectId string
    resultOutputFile string
    datas Sequence[GetWedataWorkflowMaxPermissionData]
    Current user's recursive maximum permission type for entity resources.
    entity_id str
    entity_type str
    id str
    project_id str
    result_output_file str
    datas List<Property Map>
    Current user's recursive maximum permission type for entity resources.
    entityId String
    entityType String
    id String
    projectId String
    resultOutputFile String

    Supporting Types

    GetWedataWorkflowMaxPermissionData

    PermissionType string
    Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
    PermissionType string
    Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
    permissionType String
    Authorization permission type (CAN_VIEW/CAN_RUN/CAN_EDIT/CAN_MANAGE, currently only supports CAN_MANAGE).
    permissionType 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).
    permissionType 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 tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.68 published on Friday, Feb 6, 2026 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate