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.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class UserArgs : ResourceArgs

Constructors

View Source

UserArgs()

Declaration
public UserArgs()

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
Type Description
InputList<UserFederatedIdentityArgs>
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
Type Description
Input<UserInitialPasswordArgs>
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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.