tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getIdentityCenterUsers
Start a Neo task
Explain and create a tencentcloud.getIdentityCenterUsers resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of identity center users
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const identityCenterUsers = tencentcloud.getIdentityCenterUsers({
zoneId: "z-xxxxxx",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
identity_center_users = tencentcloud.get_identity_center_users(zone_id="z-xxxxxx")
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.GetIdentityCenterUsers(ctx, &tencentcloud.GetIdentityCenterUsersArgs{
ZoneId: "z-xxxxxx",
}, 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 identityCenterUsers = Tencentcloud.GetIdentityCenterUsers.Invoke(new()
{
ZoneId = "z-xxxxxx",
});
});
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.GetIdentityCenterUsersArgs;
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 identityCenterUsers = TencentcloudFunctions.getIdentityCenterUsers(GetIdentityCenterUsersArgs.builder()
.zoneId("z-xxxxxx")
.build());
}
}
variables:
identityCenterUsers:
fn::invoke:
function: tencentcloud:getIdentityCenterUsers
arguments:
zoneId: z-xxxxxx
Using getIdentityCenterUsers
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 getIdentityCenterUsers(args: GetIdentityCenterUsersArgs, opts?: InvokeOptions): Promise<GetIdentityCenterUsersResult>
function getIdentityCenterUsersOutput(args: GetIdentityCenterUsersOutputArgs, opts?: InvokeOptions): Output<GetIdentityCenterUsersResult>def get_identity_center_users(filter: Optional[str] = None,
filter_groups: Optional[Sequence[str]] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
sort_field: Optional[str] = None,
sort_type: Optional[str] = None,
user_status: Optional[str] = None,
user_type: Optional[str] = None,
zone_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIdentityCenterUsersResult
def get_identity_center_users_output(filter: Optional[pulumi.Input[str]] = None,
filter_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
sort_field: Optional[pulumi.Input[str]] = None,
sort_type: Optional[pulumi.Input[str]] = None,
user_status: Optional[pulumi.Input[str]] = None,
user_type: Optional[pulumi.Input[str]] = None,
zone_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIdentityCenterUsersResult]func GetIdentityCenterUsers(ctx *Context, args *GetIdentityCenterUsersArgs, opts ...InvokeOption) (*GetIdentityCenterUsersResult, error)
func GetIdentityCenterUsersOutput(ctx *Context, args *GetIdentityCenterUsersOutputArgs, opts ...InvokeOption) GetIdentityCenterUsersResultOutput> Note: This function is named GetIdentityCenterUsers in the Go SDK.
public static class GetIdentityCenterUsers
{
public static Task<GetIdentityCenterUsersResult> InvokeAsync(GetIdentityCenterUsersArgs args, InvokeOptions? opts = null)
public static Output<GetIdentityCenterUsersResult> Invoke(GetIdentityCenterUsersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIdentityCenterUsersResult> getIdentityCenterUsers(GetIdentityCenterUsersArgs args, InvokeOptions options)
public static Output<GetIdentityCenterUsersResult> getIdentityCenterUsers(GetIdentityCenterUsersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getIdentityCenterUsers:getIdentityCenterUsers
arguments:
# arguments dictionaryThe following arguments are supported:
- Zone
Id string - Space ID.
- Filter string
- Filter criterion, which currently only supports username, email address, userId, and description.
- Filter
Groups List<string> - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- Id string
- Result
Output stringFile - Used to save results.
- Sort
Field string - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- Sort
Type string - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- User
Status string - User status: Enabled, Disabled.
- User
Type string - User type. Manual: manually created; Synchronized: externally imported.
- Zone
Id string - Space ID.
- Filter string
- Filter criterion, which currently only supports username, email address, userId, and description.
- Filter
Groups []string - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- Id string
- Result
Output stringFile - Used to save results.
- Sort
Field string - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- Sort
Type string - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- User
Status string - User status: Enabled, Disabled.
- User
Type string - User type. Manual: manually created; Synchronized: externally imported.
- zone
Id String - Space ID.
- filter String
- Filter criterion, which currently only supports username, email address, userId, and description.
- filter
Groups List<String> - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- id String
- result
Output StringFile - Used to save results.
- sort
Field String - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- sort
Type String - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- user
Status String - User status: Enabled, Disabled.
- user
Type String - User type. Manual: manually created; Synchronized: externally imported.
- zone
Id string - Space ID.
- filter string
- Filter criterion, which currently only supports username, email address, userId, and description.
- filter
Groups string[] - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- id string
- result
Output stringFile - Used to save results.
- sort
Field string - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- sort
Type string - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- user
Status string - User status: Enabled, Disabled.
- user
Type string - User type. Manual: manually created; Synchronized: externally imported.
- zone_
id str - Space ID.
- filter str
- Filter criterion, which currently only supports username, email address, userId, and description.
- filter_
groups Sequence[str] - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- id str
- result_
output_ strfile - Used to save results.
- sort_
field str - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- sort_
type str - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- user_
status str - User status: Enabled, Disabled.
- user_
type str - User type. Manual: manually created; Synchronized: externally imported.
- zone
Id String - Space ID.
- filter String
- Filter criterion, which currently only supports username, email address, userId, and description.
- filter
Groups List<String> - Filtered user group. IsSelected=1 will be returned for the sub-user associated with this user group.
- id String
- result
Output StringFile - Used to save results.
- sort
Field String - Sorting field, which currently only supports CreateTime. The default is the CreateTime field.
- sort
Type String - Sorting type. Desc: descending order; Asc: ascending order. It should be set along with SortField.
- user
Status String - User status: Enabled, Disabled.
- user
Type String - User type. Manual: manually created; Synchronized: externally imported.
getIdentityCenterUsers Result
The following output properties are available:
- Id string
- Users
List<Get
Identity Center Users User> - User list.
- Zone
Id string - Filter string
- Filter
Groups List<string> - Result
Output stringFile - Sort
Field string - Sort
Type string - User
Status string - User
Type string
- Id string
- Users
[]Get
Identity Center Users User - User list.
- Zone
Id string - Filter string
- Filter
Groups []string - Result
Output stringFile - Sort
Field string - Sort
Type string - User
Status string - User
Type string
- id String
- users
List<Get
Identity Center Users User> - User list.
- zone
Id String - filter String
- filter
Groups List<String> - result
Output StringFile - sort
Field String - sort
Type String - user
Status String - user
Type String
- id string
- users
Get
Identity Center Users User[] - User list.
- zone
Id string - filter string
- filter
Groups string[] - result
Output stringFile - sort
Field string - sort
Type string - user
Status string - user
Type string
- id str
- users
Sequence[Get
Identity Center Users User] - User list.
- zone_
id str - filter str
- filter_
groups Sequence[str] - result_
output_ strfile - sort_
field str - sort_
type str - user_
status str - user_
type str
- id String
- users List<Property Map>
- User list.
- zone
Id String - filter String
- filter
Groups List<String> - result
Output StringFile - sort
Field String - sort
Type String - user
Status String - user
Type String
Supporting Types
GetIdentityCenterUsersUser
- Create
Time string - Description string
- Display
Name string - Email string
- First
Name string - Is
Selected bool - Last
Name string - Update
Time string - User
Id string - User
Name string - User
Status string - User status: Enabled, Disabled.
- User
Type string - User type. Manual: manually created; Synchronized: externally imported.
- Create
Time string - Description string
- Display
Name string - Email string
- First
Name string - Is
Selected bool - Last
Name string - Update
Time string - User
Id string - User
Name string - User
Status string - User status: Enabled, Disabled.
- User
Type string - User type. Manual: manually created; Synchronized: externally imported.
- create
Time String - description String
- display
Name String - email String
- first
Name String - is
Selected Boolean - last
Name String - update
Time String - user
Id String - user
Name String - user
Status String - User status: Enabled, Disabled.
- user
Type String - User type. Manual: manually created; Synchronized: externally imported.
- create
Time string - description string
- display
Name string - email string
- first
Name string - is
Selected boolean - last
Name string - update
Time string - user
Id string - user
Name string - user
Status string - User status: Enabled, Disabled.
- user
Type string - User type. Manual: manually created; Synchronized: externally imported.
- create_
time str - description str
- display_
name str - email str
- first_
name str - is_
selected bool - last_
name str - update_
time str - user_
id str - user_
name str - user_
status str - User status: Enabled, Disabled.
- user_
type str - User type. Manual: manually created; Synchronized: externally imported.
- create
Time String - description String
- display
Name String - email String
- first
Name String - is
Selected Boolean - last
Name String - update
Time String - user
Id String - user
Name String - user
Status String - User status: Enabled, Disabled.
- user
Type String - User type. Manual: manually created; Synchronized: externally imported.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
