Class LoginSecurity
Login security
[DataContract]
public class LoginSecurity
- Inheritance
-
LoginSecurity
- Inherited Members
Properties
AccountLockoutAttempts
Account lockout attempts
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "accountLockoutAttempts")]
public int AccountLockoutAttempts { get; set; }
Property Value
ApiAuthentication
ApiAuthentication
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "apiAuthentication")]
public ApiAuthentication? ApiAuthentication { get; set; }
Property Value
EnforceAccountLockout
Enforce account lockout
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceAccountLockout")]
public bool EnforceAccountLockout { get; set; }
Property Value
EnforceDifferentPasswords
Enforce different passwords
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceDifferentPasswords")]
public bool EnforceDifferentPasswords { get; set; }
Property Value
EnforceIdleTimeout
Enforce idle timeout
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceIdleTimeout")]
public bool EnforceIdleTimeout { get; set; }
Property Value
EnforceLoginIpRanges
Enforce login ip ranges
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceLoginIpRanges")]
public bool EnforceLoginIpRanges { get; set; }
Property Value
EnforcePasswordExpiration
Enforce password expiration
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforcePasswordExpiration")]
public bool EnforcePasswordExpiration { get; set; }
Property Value
EnforceStrongPasswords
Enforce strong passwords
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceStrongPasswords")]
public bool EnforceStrongPasswords { get; set; }
Property Value
EnforceTwoFactorAuth
Enforce two factor auth
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enforceTwoFactorAuth")]
public bool EnforceTwoFactorAuth { get; set; }
Property Value
IdleTimeoutMinutes
Idle timeout minutes
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "idleTimeoutMinutes")]
public int IdleTimeoutMinutes { get; set; }
Property Value
LoginIpRanges
Login ip ranges
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "loginIpRanges")]
public List<string> LoginIpRanges { get; set; }
Property Value
NumDifferentPasswords
Num different passwords
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "numDifferentPasswords")]
public int NumDifferentPasswords { get; set; }
Property Value
PasswordExpirationDays
Password expiration days
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "passwordExpirationDays")]
public int PasswordExpirationDays { get; set; }