Interface IUserType
Represents a UserType resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IUserType : IResource
Properties
Created
Declaration
DateTimeOffset? Created { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
CreatedBy
Declaration
string CreatedBy { get; }
Property Value
Type |
Description |
System.String |
|
Default
Declaration
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Description
Declaration
string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
DateTimeOffset? LastUpdated { get; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
LastUpdatedBy
Declaration
string LastUpdatedBy { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ReplaceUserTypeAsync(IUserType, String, CancellationToken)
Declaration
Task<IUserType> ReplaceUserTypeAsync(IUserType userType, string typeId, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type |
Name |
Description |
IUserType |
userType |
|
System.String |
typeId |
|
System.Threading.CancellationToken |
cancellationToken |
|
Returns
Type |
Description |
System.Threading.Tasks.Task<IUserType> |
|