ProfileDetails

class oci.data_safe.models.ProfileDetails(**kwargs)

Bases: object

The details of a particular profile

Methods

__init__(**kwargs) Initializes a new ProfileDetails object with values from keyword arguments.

Attributes

connect_time Gets the connect_time of this ProfileDetails.
failed_login_attempts Gets the failed_login_attempts of this ProfileDetails.
idle_time Gets the idle_time of this ProfileDetails.
inactive_account_time Gets the inactive_account_time of this ProfileDetails.
num_users Gets the num_users of this ProfileDetails.
password_grace_time Gets the password_grace_time of this ProfileDetails.
password_life_time Gets the password_life_time of this ProfileDetails.
password_lock_time Gets the password_lock_time of this ProfileDetails.
password_reuse_max Gets the password_reuse_max of this ProfileDetails.
password_reuse_time Gets the password_reuse_time of this ProfileDetails.
password_verify_function Gets the password_verify_function of this ProfileDetails.
__init__(**kwargs)

Initializes a new ProfileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • num_users (int) – The value to assign to the num_users property of this ProfileDetails.
  • connect_time (str) – The value to assign to the connect_time property of this ProfileDetails.
  • failed_login_attempts (str) – The value to assign to the failed_login_attempts property of this ProfileDetails.
  • idle_time (str) – The value to assign to the idle_time property of this ProfileDetails.
  • inactive_account_time (str) – The value to assign to the inactive_account_time property of this ProfileDetails.
  • password_grace_time (str) – The value to assign to the password_grace_time property of this ProfileDetails.
  • password_life_time (str) – The value to assign to the password_life_time property of this ProfileDetails.
  • password_lock_time (str) – The value to assign to the password_lock_time property of this ProfileDetails.
  • password_reuse_time (str) – The value to assign to the password_reuse_time property of this ProfileDetails.
  • password_reuse_max (str) – The value to assign to the password_reuse_max property of this ProfileDetails.
  • password_verify_function (str) – The value to assign to the password_verify_function property of this ProfileDetails.
connect_time

Gets the connect_time of this ProfileDetails. The value of the CONNECT_TIME resource parameter.

Returns:The connect_time of this ProfileDetails.
Return type:str
failed_login_attempts

Gets the failed_login_attempts of this ProfileDetails. The value of the FAILED_LOGIN_ATTEMPTS password parameter.

Returns:The failed_login_attempts of this ProfileDetails.
Return type:str
idle_time

Gets the idle_time of this ProfileDetails. The value of the IDLE_TIME resource parameter.

Returns:The idle_time of this ProfileDetails.
Return type:str
inactive_account_time

Gets the inactive_account_time of this ProfileDetails. The value of the INACTIVE_ACCOUNT_TIME password parameter.

Returns:The inactive_account_time of this ProfileDetails.
Return type:str
num_users

Gets the num_users of this ProfileDetails. The number of users using this profile.

Returns:The num_users of this ProfileDetails.
Return type:int
password_grace_time

Gets the password_grace_time of this ProfileDetails. The value of the PASSWORD_GRACE_TIME password parameter.

Returns:The password_grace_time of this ProfileDetails.
Return type:str
password_life_time

Gets the password_life_time of this ProfileDetails. The value of the PASSWORD_LIFE_TIME password parameter.

Returns:The password_life_time of this ProfileDetails.
Return type:str
password_lock_time

Gets the password_lock_time of this ProfileDetails. The value of the PASSWORD_LOCK_TIME password parameter.

Returns:The password_lock_time of this ProfileDetails.
Return type:str
password_reuse_max

Gets the password_reuse_max of this ProfileDetails. The value of the PASSWORD_REUSE_MAX resource parameter.

Returns:The password_reuse_max of this ProfileDetails.
Return type:str
password_reuse_time

Gets the password_reuse_time of this ProfileDetails. The value of the PASSWORD_REUSE_TIME password parameter.

Returns:The password_reuse_time of this ProfileDetails.
Return type:str
password_verify_function

Gets the password_verify_function of this ProfileDetails. The value of the PASSWORD_VERIFY_FUNCTION resource.

Returns:The password_verify_function of this ProfileDetails.
Return type:str