Interface IIdentityProviderApplicationUser
Represents a IdentityProviderApplicationUser resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IIdentityProviderApplicationUser : IResource
Properties
Created
Declaration
string Created { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternalId
Declaration
string ExternalId { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
string LastUpdated { get; set; }
Property Value
Type |
Description |
System.String |
|
Profile
Declaration
Resource Profile { get; set; }
Property Value