1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getCamListAttachedUserPolicy
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getCamListAttachedUserPolicy

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Using getCamListAttachedUserPolicy

    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 getCamListAttachedUserPolicy(args: GetCamListAttachedUserPolicyArgs, opts?: InvokeOptions): Promise<GetCamListAttachedUserPolicyResult>
    function getCamListAttachedUserPolicyOutput(args: GetCamListAttachedUserPolicyOutputArgs, opts?: InvokeOptions): Output<GetCamListAttachedUserPolicyResult>
    def get_cam_list_attached_user_policy(attach_type: Optional[float] = None,
                                          id: Optional[str] = None,
                                          keyword: Optional[str] = None,
                                          result_output_file: Optional[str] = None,
                                          strategy_type: Optional[float] = None,
                                          target_uin: Optional[float] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetCamListAttachedUserPolicyResult
    def get_cam_list_attached_user_policy_output(attach_type: Optional[pulumi.Input[float]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          keyword: Optional[pulumi.Input[str]] = None,
                                          result_output_file: Optional[pulumi.Input[str]] = None,
                                          strategy_type: Optional[pulumi.Input[float]] = None,
                                          target_uin: Optional[pulumi.Input[float]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetCamListAttachedUserPolicyResult]
    func GetCamListAttachedUserPolicy(ctx *Context, args *GetCamListAttachedUserPolicyArgs, opts ...InvokeOption) (*GetCamListAttachedUserPolicyResult, error)
    func GetCamListAttachedUserPolicyOutput(ctx *Context, args *GetCamListAttachedUserPolicyOutputArgs, opts ...InvokeOption) GetCamListAttachedUserPolicyResultOutput

    > Note: This function is named GetCamListAttachedUserPolicy in the Go SDK.

    public static class GetCamListAttachedUserPolicy 
    {
        public static Task<GetCamListAttachedUserPolicyResult> InvokeAsync(GetCamListAttachedUserPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetCamListAttachedUserPolicyResult> Invoke(GetCamListAttachedUserPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCamListAttachedUserPolicyResult> getCamListAttachedUserPolicy(GetCamListAttachedUserPolicyArgs args, InvokeOptions options)
    public static Output<GetCamListAttachedUserPolicyResult> getCamListAttachedUserPolicy(GetCamListAttachedUserPolicyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getCamListAttachedUserPolicy:getCamListAttachedUserPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AttachType double
    TargetUin double
    Id string
    Keyword string
    ResultOutputFile string
    StrategyType double
    AttachType float64
    TargetUin float64
    Id string
    Keyword string
    ResultOutputFile string
    StrategyType float64
    attachType Double
    targetUin Double
    id String
    keyword String
    resultOutputFile String
    strategyType Double
    attachType number
    targetUin number
    id string
    keyword string
    resultOutputFile string
    strategyType number
    attachType Number
    targetUin Number
    id String
    keyword String
    resultOutputFile String
    strategyType Number

    getCamListAttachedUserPolicy Result

    The following output properties are available:

    Supporting Types

    GetCamListAttachedUserPolicyPolicyList

    GetCamListAttachedUserPolicyPolicyListGroup

    GroupId double
    GroupName string
    GroupId float64
    GroupName string
    groupId Double
    groupName String
    groupId number
    groupName string
    groupId Number
    groupName String

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack