Class UserArgs
Inherited Members
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class UserArgs : ResourceArgs
Constructors
View SourceUserArgs()
Declaration
public UserArgs()
Properties
View SourceApiManagementName
The name of the API Management Service in which the User should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ApiManagementName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Confirmation
The kind of confirmation email which will be sent to this user. Possible values are invite and signup. Changing this forces a new resource to be created.
Declaration
public Input<string> Confirmation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
The email address associated with this user.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FirstName
The first name for this user.
Declaration
public Input<string> FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LastName
The last name for this user.
Declaration
public Input<string> LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Note
A note about this user.
Declaration
public Input<string> Note { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password associated with this user.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
The state of this user. Possible values are active, blocked and pending.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The Identifier for this User, which must be unique within the API Management Service. Changing this forces a new resource to be created.
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |