API version:
Show / Hide Table of Contents

Interface IUserType

Represents a UserType 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 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
bool? Default { get; }
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
string Id { get; set; }
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>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.