Class UserState
Inherited Members
Namespace: Pulumi.Okta.User
Assembly: Pulumi.Okta.dll
Syntax
public sealed class UserState : ResourceArgs
Constructors
View SourceUserState()
Declaration
public UserState()
Properties
View SourceAdminRoles
Administrator roles assigned to User.
Declaration
public InputList<string> AdminRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
City
User profile property.
Declaration
public Input<string> City { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CostCenter
User profile property.
Declaration
public Input<string> CostCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CountryCode
User profile property.
Declaration
public Input<string> CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomProfileAttributes
raw JSON containing all custom profile attributes.
Declaration
public Input<string> CustomProfileAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Department
User profile property.
Declaration
public Input<string> Department { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
User profile property.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Division
User profile property.
Declaration
public Input<string> Division { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User profile property.
Declaration
public Input<string> Email { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EmployeeNumber
User profile property.
Declaration
public Input<string> EmployeeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FirstName
User's First Name, required by default.
Declaration
public Input<string> FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupMemberships
User profile property.
Declaration
public InputList<string> GroupMemberships { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
HonorificPrefix
User profile property.
Declaration
public Input<string> HonorificPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HonorificSuffix
User profile property.
Declaration
public Input<string> HonorificSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LastName
User's Last Name, required by default.
Declaration
public Input<string> LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Locale
User profile property.
Declaration
public Input<string> Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Login
User profile property.
Declaration
public Input<string> Login { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Manager
User profile property.
Declaration
public Input<string> Manager { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagerId
User profile property.
Declaration
public Input<string> ManagerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MiddleName
User profile property.
Declaration
public Input<string> MiddleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MobilePhone
User profile property.
Declaration
public Input<string> MobilePhone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NickName
User profile property.
Declaration
public Input<string> NickName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Organization
User profile property.
Declaration
public Input<string> Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
User password.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PostalAddress
User profile property.
Declaration
public Input<string> PostalAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PreferredLanguage
User profile property.
Declaration
public Input<string> PreferredLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryPhone
User profile property.
Declaration
public Input<string> PrimaryPhone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProfileUrl
User profile property.
Declaration
public Input<string> ProfileUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RawStatus
The raw status of the User in Okta - (status is mapped)
Declaration
public Input<string> RawStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryAnswer
User password recovery answer.
Declaration
public Input<string> RecoveryAnswer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RecoveryQuestion
User password recovery question.
Declaration
public Input<string> RecoveryQuestion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondEmail
User profile property.
Declaration
public Input<string> SecondEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
User profile property.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
User profile property.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StreetAddress
User profile property.
Declaration
public Input<string> StreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Timezone
User profile property.
Declaration
public Input<string> Timezone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Title
User profile property.
Declaration
public Input<string> Title { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserType
User profile property.
Declaration
public Input<string> UserType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ZipCode
User profile property.
Declaration
public Input<string> ZipCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |