Show / Hide Table of Contents

Class UserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement
Assembly: Pulumi.Azure.dll
Syntax
public sealed class UserArgs : ResourceArgs

Constructors

View Source

UserArgs()

Declaration
public UserArgs()

Properties

View Source

ApiManagementName

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>
View Source

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>
View Source

Email

The email address associated with this user.

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FirstName

The first name for this user.

Declaration
public Input<string> FirstName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LastName

The last name for this user.

Declaration
public Input<string> LastName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Note

A note about this user.

Declaration
public Input<string> Note { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

The password associated with this user.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.