API version:
Show / Hide Table of Contents

Class UserProfile

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
UserProfile
Implements
IUserProfile
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class UserProfile : Resource, IUserProfile, IResource

Properties

City

Declaration
public string City { get; set; }
Property Value
Type Description
System.String

CostCenter

Declaration
public string CostCenter { get; set; }
Property Value
Type Description
System.String

CountryCode

Declaration
public string CountryCode { get; set; }
Property Value
Type Description
System.String

Department

Declaration
public string Department { get; set; }
Property Value
Type Description
System.String

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

Division

Declaration
public string Division { get; set; }
Property Value
Type Description
System.String

Email

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String

EmployeeNumber

Declaration
public string EmployeeNumber { get; set; }
Property Value
Type Description
System.String

FirstName

Declaration
public string FirstName { get; set; }
Property Value
Type Description
System.String

HonorificPrefix

Declaration
public string HonorificPrefix { get; set; }
Property Value
Type Description
System.String

HonorificSuffix

Declaration
public string HonorificSuffix { get; set; }
Property Value
Type Description
System.String

LastName

Declaration
public string LastName { get; set; }
Property Value
Type Description
System.String

Locale

Declaration
public string Locale { get; set; }
Property Value
Type Description
System.String

Login

Declaration
public string Login { get; set; }
Property Value
Type Description
System.String

Manager

Declaration
public string Manager { get; set; }
Property Value
Type Description
System.String

ManagerId

Declaration
public string ManagerId { get; set; }
Property Value
Type Description
System.String

MiddleName

Declaration
public string MiddleName { get; set; }
Property Value
Type Description
System.String

MobilePhone

Declaration
public string MobilePhone { get; set; }
Property Value
Type Description
System.String

NickName

Declaration
public string NickName { get; set; }
Property Value
Type Description
System.String

Organization

Declaration
public string Organization { get; set; }
Property Value
Type Description
System.String

PostalAddress

Declaration
public string PostalAddress { get; set; }
Property Value
Type Description
System.String

PreferredLanguage

Declaration
public string PreferredLanguage { get; set; }
Property Value
Type Description
System.String

PrimaryPhone

Declaration
public string PrimaryPhone { get; set; }
Property Value
Type Description
System.String

ProfileUrl

Declaration
public string ProfileUrl { get; set; }
Property Value
Type Description
System.String

SecondEmail

Declaration
public string SecondEmail { get; set; }
Property Value
Type Description
System.String

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String

StreetAddress

Declaration
public string StreetAddress { get; set; }
Property Value
Type Description
System.String

Timezone

Declaration
public string Timezone { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

UserType

Declaration
public string UserType { get; set; }
Property Value
Type Description
System.String

ZipCode

Declaration
public string ZipCode { get; set; }
Property Value
Type Description
System.String

Implements

IUserProfile
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.