Class GetUsersUserArgs
Inherited Members
Namespace: Pulumi.Okta.User.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetUsersUserArgs : InvokeArgs
Constructors
View SourceGetUsersUserArgs()
Declaration
public GetUsersUserArgs()
Properties
View SourceAdminRoles
Administrator roles assigned to user.
Declaration
public List<string> AdminRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
City
user profile property.
Declaration
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CostCenter
user profile property.
Declaration
public string CostCenter { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CountryCode
user profile property.
Declaration
public string CountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CustomProfileAttributes
raw JSON containing all custom profile attributes.
Declaration
public string CustomProfileAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Department
user profile property.
Declaration
public string Department { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
user profile property.
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Division
user profile property.
Declaration
public string Division { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
user profile property.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EmployeeNumber
user profile property.
Declaration
public string EmployeeNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FirstName
user profile property.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupMemberships
user profile property.
Declaration
public List<string> GroupMemberships { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
HonorificPrefix
user profile property.
Declaration
public string HonorificPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HonorificSuffix
user profile property.
Declaration
public string HonorificSuffix { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LastName
user profile property.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Locale
user profile property.
Declaration
public string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Login
user profile property.
Declaration
public string Login { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Manager
user profile property.
Declaration
public string Manager { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ManagerId
user profile property.
Declaration
public string ManagerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MiddleName
user profile property.
Declaration
public string MiddleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MobilePhone
user profile property.
Declaration
public string MobilePhone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NickName
user profile property.
Declaration
public string NickName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Organization
user profile property.
Declaration
public string Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PostalAddress
user profile property.
Declaration
public string PostalAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PreferredLanguage
user profile property.
Declaration
public string PreferredLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrimaryPhone
user profile property.
Declaration
public string PrimaryPhone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProfileUrl
user profile property.
Declaration
public string ProfileUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
SecondEmail
user profile property.
Declaration
public string SecondEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
user profile property.
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
user profile property.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
StreetAddress
user profile property.
Declaration
public string StreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Timezone
user profile property.
Declaration
public string Timezone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
user profile property.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserType
user profile property.
Declaration
public string UserType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ZipCode
user profile property.
Declaration
public string ZipCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |