Interface IAppUser
Represents a AppUser resource in the Okta API.
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
ExternalId
Declaration
string ExternalId { get; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
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
Scope
Declaration
string Scope { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
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 |
|