tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack
tencentcloud.getCamListAttachedUserPolicy
Explore with Pulumi AI
tencentcloud 1.81.183 published on Wednesday, Apr 16, 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 dictionaryThe following arguments are supported:
- AttachType double
- TargetUin double
- Id string
- Keyword string
- ResultOutput stringFile 
- StrategyType double
- AttachType float64
- TargetUin float64
- Id string
- Keyword string
- ResultOutput stringFile 
- StrategyType float64
- attachType Double
- targetUin Double
- id String
- keyword String
- resultOutput StringFile 
- strategyType Double
- attachType number
- targetUin number
- id string
- keyword string
- resultOutput stringFile 
- strategyType number
- attach_type float
- target_uin float
- id str
- keyword str
- result_output_ strfile 
- strategy_type float
- attachType Number
- targetUin Number
- id String
- keyword String
- resultOutput StringFile 
- strategyType Number
getCamListAttachedUserPolicy Result
The following output properties are available:
- AttachType double
- Id string
- PolicyLists List<GetCam List Attached User Policy Policy List> 
- TargetUin double
- Keyword string
- ResultOutput stringFile 
- StrategyType double
- AttachType float64
- Id string
- PolicyLists []GetCam List Attached User Policy Policy List 
- TargetUin float64
- Keyword string
- ResultOutput stringFile 
- StrategyType float64
- attachType Double
- id String
- policyLists List<GetCam List Attached User Policy Policy List> 
- targetUin Double
- keyword String
- resultOutput StringFile 
- strategyType Double
- attachType number
- id string
- policyLists GetCam List Attached User Policy Policy List[] 
- targetUin number
- keyword string
- resultOutput stringFile 
- strategyType number
- attach_type float
- id str
- policy_lists Sequence[GetCam List Attached User Policy Policy List] 
- target_uin float
- keyword str
- result_output_ strfile 
- strategy_type float
- attachType Number
- id String
- policyLists List<Property Map>
- targetUin Number
- keyword String
- resultOutput StringFile 
- strategyType Number
Supporting Types
GetCamListAttachedUserPolicyPolicyList       
- AddTime string
- CreateMode string
- Deactived double
- DeactivedDetails List<string>
- Description string
- Groups
List<GetCam List Attached User Policy Policy List Group> 
- PolicyId string
- PolicyName string
- StrategyType string
- AddTime string
- CreateMode string
- Deactived float64
- DeactivedDetails []string
- Description string
- Groups
[]GetCam List Attached User Policy Policy List Group 
- PolicyId string
- PolicyName string
- StrategyType string
- addTime String
- createMode String
- deactived Double
- deactivedDetails List<String>
- description String
- groups
List<GetCam List Attached User Policy Policy List Group> 
- policyId String
- policyName String
- strategyType String
- addTime string
- createMode string
- deactived number
- deactivedDetails string[]
- description string
- groups
GetCam List Attached User Policy Policy List Group[] 
- policyId string
- policyName string
- strategyType string
- add_time str
- create_mode str
- deactived float
- deactived_details Sequence[str]
- description str
- groups
Sequence[GetCam List Attached User Policy Policy List Group] 
- policy_id str
- policy_name str
- strategy_type str
- addTime String
- createMode String
- deactived Number
- deactivedDetails List<String>
- description String
- groups List<Property Map>
- policyId String
- policyName String
- strategyType String
GetCamListAttachedUserPolicyPolicyListGroup        
- group_id float
- group_name str
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the tencentcloudTerraform Provider.
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack