Show / Hide Table of Contents

Class GetUsersUserArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetUsersUserArgs
Inherited Members
InvokeArgs.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.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GetUsersUserArgs : InvokeArgs

Constructors

View Source

GetUsersUserArgs()

Declaration
public GetUsersUserArgs()

Properties

View Source

AdminRoles

Administrator roles assigned to user.

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

City

user profile property.

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

CostCenter

user profile property.

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

CountryCode

user profile property.

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

CustomProfileAttributes

raw JSON containing all custom profile attributes.

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

Department

user profile property.

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

DisplayName

user profile property.

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

Division

user profile property.

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

Email

user profile property.

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

EmployeeNumber

user profile property.

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

FirstName

user profile property.

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

GroupMemberships

user profile property.

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

HonorificPrefix

user profile property.

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

HonorificSuffix

user profile property.

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

LastName

user profile property.

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

Locale

user profile property.

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

Login

user profile property.

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

Manager

user profile property.

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

ManagerId

user profile property.

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

MiddleName

user profile property.

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

MobilePhone

user profile property.

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

NickName

user profile property.

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

Organization

user profile property.

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

PostalAddress

user profile property.

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

PreferredLanguage

user profile property.

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

PrimaryPhone

user profile property.

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

ProfileUrl

user profile property.

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

SecondEmail

user profile property.

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

State

user profile property.

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

Status

user profile property.

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

StreetAddress

user profile property.

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

Timezone

user profile property.

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

Title

user profile property.

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

UserType

user profile property.

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

ZipCode

user profile property.

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