GetUser

Use this data source to access information about an existing API Management User.

Using GetUser

function getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function  get_user(api_management_name=None, resource_group_name=None, user_id=None, opts=None)
func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)

Note: This function is named LookupUser in the Go SDK.

public static class GetUser {
    public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ApiManagementName string

The Name of the API Management Service in which this User exists.

ResourceGroupName string

The Name of the Resource Group in which the API Management Service exists.

UserId string

The Identifier for the User.

ApiManagementName string

The Name of the API Management Service in which this User exists.

ResourceGroupName string

The Name of the Resource Group in which the API Management Service exists.

UserId string

The Identifier for the User.

apiManagementName string

The Name of the API Management Service in which this User exists.

resourceGroupName string

The Name of the Resource Group in which the API Management Service exists.

userId string

The Identifier for the User.

api_management_name str

The Name of the API Management Service in which this User exists.

resource_group_name str

The Name of the Resource Group in which the API Management Service exists.

user_id str

The Identifier for the User.

GetUser Result

The following output properties are available:

ApiManagementName string
Email string

The Email Address used for this User.

FirstName string

The First Name for the User.

Id string

The provider-assigned unique ID for this managed resource.

LastName string

The Last Name for the User.

Note string

Any notes about this User.

ResourceGroupName string
State string

The current state of this User, for example active, blocked or pending.

UserId string
ApiManagementName string
Email string

The Email Address used for this User.

FirstName string

The First Name for the User.

Id string

The provider-assigned unique ID for this managed resource.

LastName string

The Last Name for the User.

Note string

Any notes about this User.

ResourceGroupName string
State string

The current state of this User, for example active, blocked or pending.

UserId string
apiManagementName string
email string

The Email Address used for this User.

firstName string

The First Name for the User.

id string

The provider-assigned unique ID for this managed resource.

lastName string

The Last Name for the User.

note string

Any notes about this User.

resourceGroupName string
state string

The current state of this User, for example active, blocked or pending.

userId string
api_management_name str
email str

The Email Address used for this User.

first_name str

The First Name for the User.

id str

The provider-assigned unique ID for this managed resource.

last_name str

The Last Name for the User.

note str

Any notes about this User.

resource_group_name str
state str

The current state of this User, for example active, blocked or pending.

user_id str

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.