Class UserArgs
Inheritance
System.Object
UserArgs
Inherited Members
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.Keycloak.dll
Syntax
public sealed class UserArgs : ResourceArgs
Constructors
View Source
UserArgs()
Declaration
Properties
View Source
Attributes
Declaration
public InputMap<object> Attributes { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Email
Declaration
public Input<string> Email { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
EmailVerified
Declaration
public Input<bool> EmailVerified { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Enabled
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
FederatedIdentities
Declaration
public InputList<UserFederatedIdentityArgs> FederatedIdentities { get; set; }
Property Value
View Source
FirstName
Declaration
public Input<string> FirstName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
InitialPassword
Declaration
public Input<UserInitialPasswordArgs> InitialPassword { get; set; }
Property Value
View Source
LastName
Declaration
public Input<string> LastName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
RealmId
Declaration
public Input<string> RealmId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|