Show / Hide Table of Contents

Class ProfileDetails

The details of a particular profile

Inheritance
object
ProfileDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public class ProfileDetails

Properties

ConnectTime

Declaration
[JsonProperty(PropertyName = "connectTime")]
public string ConnectTime { get; set; }
Property Value
Type Description
string

The value of the CONNECT_TIME resource parameter.

FailedLoginAttempts

Declaration
[JsonProperty(PropertyName = "failedLoginAttempts")]
public string FailedLoginAttempts { get; set; }
Property Value
Type Description
string

The value of the FAILED_LOGIN_ATTEMPTS password parameter.

IdleTime

Declaration
[JsonProperty(PropertyName = "idleTime")]
public string IdleTime { get; set; }
Property Value
Type Description
string

The value of the IDLE_TIME resource parameter.

InactiveAccountTime

Declaration
[JsonProperty(PropertyName = "inactiveAccountTime")]
public string InactiveAccountTime { get; set; }
Property Value
Type Description
string

The value of the INACTIVE_ACCOUNT_TIME password parameter.

NumUsers

Declaration
[JsonProperty(PropertyName = "numUsers")]
public int? NumUsers { get; set; }
Property Value
Type Description
int?

The number of users using this profile.

PasswordGraceTime

Declaration
[JsonProperty(PropertyName = "passwordGraceTime")]
public string PasswordGraceTime { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_GRACE_TIME password parameter.

PasswordLifeTime

Declaration
[JsonProperty(PropertyName = "passwordLifeTime")]
public string PasswordLifeTime { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_LIFE_TIME password parameter.

PasswordLockTime

Declaration
[JsonProperty(PropertyName = "passwordLockTime")]
public string PasswordLockTime { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_LOCK_TIME password parameter.

PasswordReuseMax

Declaration
[JsonProperty(PropertyName = "passwordReuseMax")]
public string PasswordReuseMax { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_REUSE_MAX resource parameter.

PasswordReuseTime

Declaration
[JsonProperty(PropertyName = "passwordReuseTime")]
public string PasswordReuseTime { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_REUSE_TIME password parameter.

PasswordVerifyFunction

Declaration
[JsonProperty(PropertyName = "passwordVerifyFunction")]
public string PasswordVerifyFunction { get; set; }
Property Value
Type Description
string

The value of the PASSWORD_VERIFY_FUNCTION resource.

In this article
Back to top