API version:
Show / Hide Table of Contents

Interface IPasswordPolicyPasswordSettingsAge

Represents a PasswordPolicyPasswordSettingsAge 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 IPasswordPolicyPasswordSettingsAge : IResource

Properties

ExpireWarnDays

Declaration
int? ExpireWarnDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

HistoryCount

Declaration
int? HistoryCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MaxAgeDays

Declaration
int? MaxAgeDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

MinAgeMinutes

Declaration
int? MinAgeMinutes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.