API version:
Show / Hide Table of Contents

Class UserType

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
UserType
Implements
IUserType
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class UserType : Resource, IUserType, IResource

Properties

Created

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

CreatedBy

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

Default

Declaration
public bool? Default { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

Description

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

DisplayName

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

Id

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

LastUpdated

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

LastUpdatedBy

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

Name

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

Methods

ReplaceUserTypeAsync(IUserType, String, CancellationToken)

Declaration
public 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>

Implements

IUserType
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.