Class UserState
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()
Namespace: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class UserState : ResourceArgs
Constructors
View SourceUserState()
Declaration
public UserState()
Properties
View SourceAppId
App to associate user with.
Declaration
public Input<string> AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password to use.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Profile
The JSON profile of the App User.
Declaration
public Input<string> Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
User to associate the application with.
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
The username to use for the app user.
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |