Azure DevOps v3.10.2 published on Wednesday, Oct 22, 2025 by Pulumi
azuredevops.getIdentityUsers
Use this data source to access information about an existing users within Azure DevOps On-Premise(Azure DevOps Server).
Using getIdentityUsers
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 getIdentityUsers(args: GetIdentityUsersArgs, opts?: InvokeOptions): Promise<GetIdentityUsersResult>
function getIdentityUsersOutput(args: GetIdentityUsersOutputArgs, opts?: InvokeOptions): Output<GetIdentityUsersResult>def get_identity_users(name: Optional[str] = None,
search_filter: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIdentityUsersResult
def get_identity_users_output(name: Optional[pulumi.Input[str]] = None,
search_filter: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIdentityUsersResult]func GetIdentityUsers(ctx *Context, args *GetIdentityUsersArgs, opts ...InvokeOption) (*GetIdentityUsersResult, error)
func GetIdentityUsersOutput(ctx *Context, args *GetIdentityUsersOutputArgs, opts ...InvokeOption) GetIdentityUsersResultOutput> Note: This function is named GetIdentityUsers in the Go SDK.
public static class GetIdentityUsers
{
public static Task<GetIdentityUsersResult> InvokeAsync(GetIdentityUsersArgs args, InvokeOptions? opts = null)
public static Output<GetIdentityUsersResult> Invoke(GetIdentityUsersInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIdentityUsersResult> getIdentityUsers(GetIdentityUsersArgs args, InvokeOptions options)
public static Output<GetIdentityUsersResult> getIdentityUsers(GetIdentityUsersArgs args, InvokeOptions options)
fn::invoke:
function: azuredevops:index/getIdentityUsers:getIdentityUsers
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The PrincipalName of this identity member from the source provider.
- Search
Filter string - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
- Name string
- The PrincipalName of this identity member from the source provider.
- Search
Filter string - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
- name String
- The PrincipalName of this identity member from the source provider.
- search
Filter String - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
- name string
- The PrincipalName of this identity member from the source provider.
- search
Filter string - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
- name str
- The PrincipalName of this identity member from the source provider.
- search_
filter str - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
- name String
- The PrincipalName of this identity member from the source provider.
- search
Filter String - The type of search to perform. Possible values are:
AccountName,DisplayName, andMailAddress. Default isGeneral.
getIdentityUsers Result
The following output properties are available:
- Descriptor string
- The Descriptor of the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Subject
Descriptor string - The Subject Descriptor of the user.
- Search
Filter string
- Descriptor string
- The Descriptor of the user.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Subject
Descriptor string - The Subject Descriptor of the user.
- Search
Filter string
- descriptor String
- The Descriptor of the user.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- subject
Descriptor String - The Subject Descriptor of the user.
- search
Filter String
- descriptor string
- The Descriptor of the user.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- subject
Descriptor string - The Subject Descriptor of the user.
- search
Filter string
- descriptor str
- The Descriptor of the user.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- subject_
descriptor str - The Subject Descriptor of the user.
- search_
filter str
- descriptor String
- The Descriptor of the user.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- subject
Descriptor String - The Subject Descriptor of the user.
- search
Filter String
Package Details
- Repository
- Azure DevOps pulumi/pulumi-azuredevops
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azuredevopsTerraform Provider.
