Azure DevOps v3.4.0 published on Wednesday, Oct 30, 2024 by Pulumi
azuredevops.getIdentityUsers
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azuredevops:index/getIdentityUsers:getIdentityUsers
arguments:
# arguments dictionary
The 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. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
- Name string
- The PrincipalName of this identity member from the source provider.
- Search
Filter string - The type of search to perform. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
- name String
- The PrincipalName of this identity member from the source provider.
- search
Filter String - The type of search to perform. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
- name string
- The PrincipalName of this identity member from the source provider.
- search
Filter string - The type of search to perform. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
- name str
- The PrincipalName of this identity member from the source provider.
- search_
filter str - The type of search to perform. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
- name String
- The PrincipalName of this identity member from the source provider.
- search
Filter String - The type of search to perform. Default is
General
. Possible values areAccountName
,DisplayName
, andMailAddress
.
getIdentityUsers Result
The following output properties are available:
- Descriptor string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- Search
Filter string
- Descriptor string
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- Search
Filter string
- descriptor String
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- search
Filter String
- descriptor string
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- search
Filter string
- descriptor str
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- search_
filter str
- descriptor String
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- This is the PrincipalName of this identity member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the identity member.
- search
Filter String
Package Details
- Repository
- Azure DevOps pulumi/pulumi-azuredevops
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azuredevops
Terraform Provider.