Interface ICustomHotpUserFactor
Represents a CustomHotpUserFactor resource in the Okta API.
Inherited Members
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ICustomHotpUserFactor : IUserFactor, IResource
Properties
FactorProfileId
Declaration
string FactorProfileId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Profile
Declaration
ICustomHotpUserFactorProfile Profile { get; set; }
Property Value
| Type | Description |
|---|---|
| ICustomHotpUserFactorProfile |