API version:
Show / Hide Table of Contents

Interface IAppUser

Represents a AppUser resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface IAppUser : IResource

Properties

Created

Declaration
DateTimeOffset? Created { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Credentials

Declaration
IAppUserCredentials Credentials { get; set; }
Property Value
Type Description
IAppUserCredentials

ExternalId

Declaration
string ExternalId { get; }
Property Value
Type Description
System.String

Id

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

LastSync

Declaration
DateTimeOffset? LastSync { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

LastUpdated

Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

PasswordChanged

Declaration
DateTimeOffset? PasswordChanged { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

Profile

Declaration
Resource Profile { get; set; }
Property Value
Type Description
Resource

Scope

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

Status

Declaration
string Status { get; }
Property Value
Type Description
System.String

StatusChanged

Declaration
DateTimeOffset? StatusChanged { get; }
Property Value
Type Description
System.Nullable<System.DateTimeOffset>

SyncState

Declaration
string SyncState { get; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.