Show / Hide Table of Contents

Class UserState

Inheritance
System.Object
InputArgs
ResourceArgs
UserState
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.Okta.User
Assembly: Pulumi.Okta.dll
Syntax
public sealed class UserState : ResourceArgs

Constructors

View Source

UserState()

Declaration
public UserState()

Properties

View Source

AdminRoles

Administrator roles assigned to User.

Declaration
public InputList<string> AdminRoles { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

City

User profile property.

Declaration
public Input<string> City { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CostCenter

User profile property.

Declaration
public Input<string> CostCenter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CountryCode

User profile property.

Declaration
public Input<string> CountryCode { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CustomProfileAttributes

raw JSON containing all custom profile attributes.

Declaration
public Input<string> CustomProfileAttributes { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Department

User profile property.

Declaration
public Input<string> Department { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DisplayName

User profile property.

Declaration
public Input<string> DisplayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Division

User profile property.

Declaration
public Input<string> Division { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Email

User profile property.

Declaration
public Input<string> Email { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EmployeeNumber

User profile property.

Declaration
public Input<string> EmployeeNumber { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FirstName

User's First Name, required by default.

Declaration
public Input<string> FirstName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupMemberships

User profile property.

Declaration
public InputList<string> GroupMemberships { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

HonorificPrefix

User profile property.

Declaration
public Input<string> HonorificPrefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HonorificSuffix

User profile property.

Declaration
public Input<string> HonorificSuffix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LastName

User's Last Name, required by default.

Declaration
public Input<string> LastName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Locale

User profile property.

Declaration
public Input<string> Locale { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Login

User profile property.

Declaration
public Input<string> Login { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Manager

User profile property.

Declaration
public Input<string> Manager { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ManagerId

User profile property.

Declaration
public Input<string> ManagerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MiddleName

User profile property.

Declaration
public Input<string> MiddleName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MobilePhone

User profile property.

Declaration
public Input<string> MobilePhone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NickName

User profile property.

Declaration
public Input<string> NickName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Organization

User profile property.

Declaration
public Input<string> Organization { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Password

User password.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PostalAddress

User profile property.

Declaration
public Input<string> PostalAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PreferredLanguage

User profile property.

Declaration
public Input<string> PreferredLanguage { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimaryPhone

User profile property.

Declaration
public Input<string> PrimaryPhone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ProfileUrl

User profile property.

Declaration
public Input<string> ProfileUrl { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

RecoveryAnswer

User password recovery answer.

Declaration
public Input<string> RecoveryAnswer { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RecoveryQuestion

User password recovery question.

Declaration
public Input<string> RecoveryQuestion { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecondEmail

User profile property.

Declaration
public Input<string> SecondEmail { get; set; }
Property Value
Type Description
Input<System.String>
View Source

State

User profile property.

Declaration
public Input<string> State { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

User profile property.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StreetAddress

User profile property.

Declaration
public Input<string> StreetAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Timezone

User profile property.

Declaration
public Input<string> Timezone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Title

User profile property.

Declaration
public Input<string> Title { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserType

User profile property.

Declaration
public Input<string> UserType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ZipCode

User profile property.

Declaration
public Input<string> ZipCode { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.