Class UserState
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
UserState
Inherited Members
Pulumi.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()
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class UserState : ResourceArgs
Constructors
View Source
UserState()
Declaration
Properties
View Source
String, JSON format. Custom fields that store info about the user that impact the user's core functionality, such as how an application functions or what the user can access. Examples include support plans and IDs for external accounts.
Declaration
public Input<string> AppMetadata { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Blocked
Declaration
public Input<bool> Blocked { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
ConnectionName
String. Name of the connection from which the user information was sourced.
Declaration
public Input<string> ConnectionName { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Email
String. Email address of the user.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
EmailVerified
Boolean. Indicates whether or not the email address has been verified.
Declaration
public Input<bool> EmailVerified { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
FamilyName
Declaration
public Input<string> FamilyName { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
GivenName
Declaration
public Input<string> GivenName { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Nickname
String. Preferred nickname or alias of the user.
Declaration
public Input<string> Nickname { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Password
String, Case-sensitive. Initial password for this user. Used for non-SMS connections.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
PhoneNumber
String. Phone number for the user; follows the E.164 recommendation. Used for SMS connections.
Declaration
public Input<string> PhoneNumber { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
PhoneVerified
Boolean. Indicates whether or not the phone number has been verified.
Declaration
public Input<bool> PhoneVerified { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|
View Source
Picture
Declaration
public Input<string> Picture { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Roles
Set(String). Set of IDs of roles assigned to the user.
Declaration
public InputList<string> Roles { get; set; }
Property Value
| Type |
Description |
| Pulumi.InputList<System.String> |
|
View Source
UserId
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
String, JSON format. Custom fields that store info about the user that does not impact a user's core functionality. Examples include work address, home address, and user preferences.
Declaration
public Input<string> UserMetadata { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
Username
String. Username of the user. Only valid if the connection requires a username.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.String> |
|
View Source
VerifyEmail
Boolean. Indicates whether or not the user will receive a verification email after creation. Overrides behavior of email_verified parameter.
Declaration
public Input<bool> VerifyEmail { get; set; }
Property Value
| Type |
Description |
| Pulumi.Input<System.Boolean> |
|