API version:
Show / Hide Table of Contents

Class UnlockAccountRequest

This class represents the body of the unlock account request

Inheritance
System.Object
Resource
UnlockAccountRequest
Inherited Members
Resource.GetClient()
Namespace: Okta.Auth.Sdk.Models
Assembly: Okta.Auth.Sdk.dll
Syntax
public class UnlockAccountRequest : Resource

Properties

FactorType

Gets or sets the factor type

Declaration
public FactorType FactorType { get; set; }
Property Value
Type Description
FactorType

The factor type

RelayState

Gets or sets the relay state

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

The relay state

Username

Gets or sets the username

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

The username

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