tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getCamListAttachedUserPolicy
Explore with Pulumi AI
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:
- Attach
Type double - Target
Uin double - Id string
- Keyword string
- Result
Output stringFile - Strategy
Type double
- Attach
Type float64 - Target
Uin float64 - Id string
- Keyword string
- Result
Output stringFile - Strategy
Type float64
- attach
Type Double - target
Uin Double - id String
- keyword String
- result
Output StringFile - strategy
Type Double
- attach
Type number - target
Uin number - id string
- keyword string
- result
Output stringFile - strategy
Type number
- attach_
type float - target_
uin float - id str
- keyword str
- result_
output_ strfile - strategy_
type float
- attach
Type Number - target
Uin Number - id String
- keyword String
- result
Output StringFile - strategy
Type Number
getCamListAttachedUserPolicy Result
The following output properties are available:
- Attach
Type double - Id string
- Policy
Lists List<GetCam List Attached User Policy Policy List> - Target
Uin double - Keyword string
- Result
Output stringFile - Strategy
Type double
- Attach
Type float64 - Id string
- Policy
Lists []GetCam List Attached User Policy Policy List - Target
Uin float64 - Keyword string
- Result
Output stringFile - Strategy
Type float64
- attach
Type Double - id String
- policy
Lists List<GetCam List Attached User Policy Policy List> - target
Uin Double - keyword String
- result
Output StringFile - strategy
Type Double
- attach
Type number - id string
- policy
Lists GetCam List Attached User Policy Policy List[] - target
Uin number - keyword string
- result
Output stringFile - strategy
Type 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
- attach
Type Number - id String
- policy
Lists List<Property Map> - target
Uin Number - keyword String
- result
Output StringFile - strategy
Type Number
Supporting Types
GetCamListAttachedUserPolicyPolicyList
- Add
Time string - Create
Mode string - Deactived double
- Deactived
Details List<string> - Description string
- Groups
List<Get
Cam List Attached User Policy Policy List Group> - Policy
Id string - Policy
Name string - Strategy
Type string
- Add
Time string - Create
Mode string - Deactived float64
- Deactived
Details []string - Description string
- Groups
[]Get
Cam List Attached User Policy Policy List Group - Policy
Id string - Policy
Name string - Strategy
Type string
- add
Time String - create
Mode String - deactived Double
- deactived
Details List<String> - description String
- groups
List<Get
Cam List Attached User Policy Policy List Group> - policy
Id String - policy
Name String - strategy
Type String
- add
Time string - create
Mode string - deactived number
- deactived
Details string[] - description string
- groups
Get
Cam List Attached User Policy Policy List Group[] - policy
Id string - policy
Name string - strategy
Type string
- add_
time str - create_
mode str - deactived float
- deactived_
details Sequence[str] - description str
- groups
Sequence[Get
Cam List Attached User Policy Policy List Group] - policy_
id str - policy_
name str - strategy_
type str
- add
Time String - create
Mode String - deactived Number
- deactived
Details List<String> - description String
- groups List<Property Map>
- policy
Id String - policy
Name String - strategy
Type 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
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack