Show / Hide Table of Contents

Class GetUserResult

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

Fields

View Source

AdminRoles

Administrator roles assigned to user.

Declaration
public readonly ImmutableArray<string> AdminRoles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

City

user profile property.

Declaration
public readonly string City
Field Value
Type Description
System.String
View Source

CostCenter

user profile property.

Declaration
public readonly string CostCenter
Field Value
Type Description
System.String
View Source

CountryCode

user profile property.

Declaration
public readonly string CountryCode
Field Value
Type Description
System.String
View Source

CustomProfileAttributes

raw JSON containing all custom profile attributes.

Declaration
public readonly string CustomProfileAttributes
Field Value
Type Description
System.String
View Source

Department

user profile property.

Declaration
public readonly string Department
Field Value
Type Description
System.String
View Source

DisplayName

user profile property.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Division

user profile property.

Declaration
public readonly string Division
Field Value
Type Description
System.String
View Source

Email

user profile property.

Declaration
public readonly string Email
Field Value
Type Description
System.String
View Source

EmployeeNumber

user profile property.

Declaration
public readonly string EmployeeNumber
Field Value
Type Description
System.String
View Source

FirstName

user profile property.

Declaration
public readonly string FirstName
Field Value
Type Description
System.String
View Source

GroupMemberships

user profile property.

Declaration
public readonly ImmutableArray<string> GroupMemberships
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

HonorificPrefix

user profile property.

Declaration
public readonly string HonorificPrefix
Field Value
Type Description
System.String
View Source

HonorificSuffix

user profile property.

Declaration
public readonly string HonorificSuffix
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LastName

user profile property.

Declaration
public readonly string LastName
Field Value
Type Description
System.String
View Source

Locale

user profile property.

Declaration
public readonly string Locale
Field Value
Type Description
System.String
View Source

Login

user profile property.

Declaration
public readonly string Login
Field Value
Type Description
System.String
View Source

Manager

user profile property.

Declaration
public readonly string Manager
Field Value
Type Description
System.String
View Source

ManagerId

user profile property.

Declaration
public readonly string ManagerId
Field Value
Type Description
System.String
View Source

MiddleName

user profile property.

Declaration
public readonly string MiddleName
Field Value
Type Description
System.String
View Source

MobilePhone

user profile property.

Declaration
public readonly string MobilePhone
Field Value
Type Description
System.String
View Source

NickName

user profile property.

Declaration
public readonly string NickName
Field Value
Type Description
System.String
View Source

Organization

user profile property.

Declaration
public readonly string Organization
Field Value
Type Description
System.String
View Source

PostalAddress

user profile property.

Declaration
public readonly string PostalAddress
Field Value
Type Description
System.String
View Source

PreferredLanguage

user profile property.

Declaration
public readonly string PreferredLanguage
Field Value
Type Description
System.String
View Source

PrimaryPhone

user profile property.

Declaration
public readonly string PrimaryPhone
Field Value
Type Description
System.String
View Source

ProfileUrl

user profile property.

Declaration
public readonly string ProfileUrl
Field Value
Type Description
System.String
View Source

Searches

Declaration
public readonly ImmutableArray<GetUserSearchResult> Searches
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetUserSearchResult>
View Source

SecondEmail

user profile property.

Declaration
public readonly string SecondEmail
Field Value
Type Description
System.String
View Source

State

user profile property.

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

Status

user profile property.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

StreetAddress

user profile property.

Declaration
public readonly string StreetAddress
Field Value
Type Description
System.String
View Source

Timezone

user profile property.

Declaration
public readonly string Timezone
Field Value
Type Description
System.String
View Source

Title

user profile property.

Declaration
public readonly string Title
Field Value
Type Description
System.String
View Source

UserType

user profile property.

Declaration
public readonly string UserType
Field Value
Type Description
System.String
View Source

ZipCode

user profile property.

Declaration
public readonly string ZipCode
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.