1. Packages
  2. AzureDevOps
  3. API Docs
  4. getIdentityUsers
Azure DevOps v3.1.1 published on Monday, May 20, 2024 by Pulumi

azuredevops.getIdentityUsers

Explore with Pulumi AI

azuredevops logo
Azure DevOps v3.1.1 published on Monday, May 20, 2024 by Pulumi

    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.
    SearchFilter string
    The type of search to perform. Default is General. Possible values are AccountName, DisplayName, and MailAddress.
    Name string
    The PrincipalName of this identity member from the source provider.
    SearchFilter string
    The type of search to perform. Default is General. Possible values are AccountName, DisplayName, and MailAddress.
    name String
    The PrincipalName of this identity member from the source provider.
    searchFilter String
    The type of search to perform. Default is General. Possible values are AccountName, DisplayName, and MailAddress.
    name string
    The PrincipalName of this identity member from the source provider.
    searchFilter string
    The type of search to perform. Default is General. Possible values are AccountName, DisplayName, and MailAddress.
    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 are AccountName, DisplayName, and MailAddress.
    name String
    The PrincipalName of this identity member from the source provider.
    searchFilter String
    The type of search to perform. Default is General. Possible values are AccountName, DisplayName, and MailAddress.

    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.
    SearchFilter 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.
    SearchFilter 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.
    searchFilter 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.
    searchFilter 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.
    searchFilter String

    Package Details

    Repository
    Azure DevOps pulumi/pulumi-azuredevops
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azuredevops Terraform Provider.
    azuredevops logo
    Azure DevOps v3.1.1 published on Monday, May 20, 2024 by Pulumi