UserSummary

class oci.database_management.models.UserSummary(**kwargs)

Bases: object

The summary of a specific User.

Attributes

STATUS_EXPIRED A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_AND_IN_ROLLOVER A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_AND_LOCKED A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_AND_LOCKED_AND_IN_ROLLOVER A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_AND_LOCKED_TIMED A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_GRACE A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_GRACE_AND_LOCKED A constant which can be used with the status property of a UserSummary.
STATUS_EXPIRED_GRACE_AND_LOCKED_TIMED A constant which can be used with the status property of a UserSummary.
STATUS_LOCKED A constant which can be used with the status property of a UserSummary.
STATUS_LOCKED_AND_IN_ROLLOVER A constant which can be used with the status property of a UserSummary.
STATUS_LOCKED_TIMED A constant which can be used with the status property of a UserSummary.
STATUS_LOCKED_TIMED_AND_IN_ROLLOVER A constant which can be used with the status property of a UserSummary.
STATUS_OPEN A constant which can be used with the status property of a UserSummary.
STATUS_OPEN_AND_IN_ROLLOVER A constant which can be used with the status property of a UserSummary.
default_tablespace [Required] Gets the default_tablespace of this UserSummary.
name [Required] Gets the name of this UserSummary.
profile [Required] Gets the profile of this UserSummary.
status [Required] Gets the status of this UserSummary.
temp_tablespace [Required] Gets the temp_tablespace of this UserSummary.
time_created [Required] Gets the time_created of this UserSummary.
time_expiring Gets the time_expiring of this UserSummary.
time_locked Gets the time_locked of this UserSummary.

Methods

__init__(**kwargs) Initializes a new UserSummary object with values from keyword arguments.
STATUS_EXPIRED = 'EXPIRED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED”

STATUS_EXPIRED_AND_IN_ROLLOVER = 'EXPIRED_AND_IN_ROLLOVER'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_AND_IN_ROLLOVER”

STATUS_EXPIRED_AND_LOCKED = 'EXPIRED_AND_LOCKED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_AND_LOCKED”

STATUS_EXPIRED_AND_LOCKED_AND_IN_ROLLOVER = 'EXPIRED_AND_LOCKED_AND_IN_ROLLOVER'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_AND_LOCKED_AND_IN_ROLLOVER”

STATUS_EXPIRED_AND_LOCKED_TIMED = 'EXPIRED_AND_LOCKED_TIMED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_AND_LOCKED_TIMED”

STATUS_EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL = 'EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL”

STATUS_EXPIRED_GRACE = 'EXPIRED_GRACE'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_GRACE”

STATUS_EXPIRED_GRACE_AND_LOCKED = 'EXPIRED_GRACE_AND_LOCKED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_GRACE_AND_LOCKED”

STATUS_EXPIRED_GRACE_AND_LOCKED_TIMED = 'EXPIRED_GRACE_AND_LOCKED_TIMED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “EXPIRED_GRACE_AND_LOCKED_TIMED”

STATUS_LOCKED = 'LOCKED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “LOCKED”

STATUS_LOCKED_AND_IN_ROLLOVER = 'LOCKED_AND_IN_ROLLOVER'

A constant which can be used with the status property of a UserSummary. This constant has a value of “LOCKED_AND_IN_ROLLOVER”

STATUS_LOCKED_TIMED = 'LOCKED_TIMED'

A constant which can be used with the status property of a UserSummary. This constant has a value of “LOCKED_TIMED”

STATUS_LOCKED_TIMED_AND_IN_ROLLOVER = 'LOCKED_TIMED_AND_IN_ROLLOVER'

A constant which can be used with the status property of a UserSummary. This constant has a value of “LOCKED_TIMED_AND_IN_ROLLOVER”

STATUS_OPEN = 'OPEN'

A constant which can be used with the status property of a UserSummary. This constant has a value of “OPEN”

STATUS_OPEN_AND_IN_ROLLOVER = 'OPEN_AND_IN_ROLLOVER'

A constant which can be used with the status property of a UserSummary. This constant has a value of “OPEN_AND_IN_ROLLOVER”

__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this UserSummary.
  • status (str) – The value to assign to the status property of this UserSummary. Allowed values for this property are: “OPEN”, “EXPIRED”, “EXPIRED_GRACE”, “LOCKED”, “LOCKED_TIMED”, “EXPIRED_AND_LOCKED”, “EXPIRED_GRACE_AND_LOCKED”, “EXPIRED_AND_LOCKED_TIMED”, “EXPIRED_GRACE_AND_LOCKED_TIMED”, “OPEN_AND_IN_ROLLOVER”, “EXPIRED_AND_IN_ROLLOVER”, “LOCKED_AND_IN_ROLLOVER”, “EXPIRED_AND_LOCKED_AND_IN_ROLLOVER”, “LOCKED_TIMED_AND_IN_ROLLOVER”, “EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • time_expiring (datetime) – The value to assign to the time_expiring property of this UserSummary.
  • default_tablespace (str) – The value to assign to the default_tablespace property of this UserSummary.
  • temp_tablespace (str) – The value to assign to the temp_tablespace property of this UserSummary.
  • time_created (datetime) – The value to assign to the time_created property of this UserSummary.
  • time_locked (datetime) – The value to assign to the time_locked property of this UserSummary.
  • profile (str) – The value to assign to the profile property of this UserSummary.
default_tablespace

[Required] Gets the default_tablespace of this UserSummary. The default tablespace for data.

Returns:The default_tablespace of this UserSummary.
Return type:str
name

[Required] Gets the name of this UserSummary. The name of the User.

Returns:The name of this UserSummary.
Return type:str
profile

[Required] Gets the profile of this UserSummary. The profile name of the user.

Returns:The profile of this UserSummary.
Return type:str
status

[Required] Gets the status of this UserSummary. The status of the user account.

Allowed values for this property are: “OPEN”, “EXPIRED”, “EXPIRED_GRACE”, “LOCKED”, “LOCKED_TIMED”, “EXPIRED_AND_LOCKED”, “EXPIRED_GRACE_AND_LOCKED”, “EXPIRED_AND_LOCKED_TIMED”, “EXPIRED_GRACE_AND_LOCKED_TIMED”, “OPEN_AND_IN_ROLLOVER”, “EXPIRED_AND_IN_ROLLOVER”, “LOCKED_AND_IN_ROLLOVER”, “EXPIRED_AND_LOCKED_AND_IN_ROLLOVER”, “LOCKED_TIMED_AND_IN_ROLLOVER”, “EXPIRED_AND_LOCKED_TIMED_AND_IN_ROL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this UserSummary.
Return type:str
temp_tablespace

[Required] Gets the temp_tablespace of this UserSummary. The name of the default tablespace for temporary tables or the name of a tablespace group.

Returns:The temp_tablespace of this UserSummary.
Return type:str
time_created

[Required] Gets the time_created of this UserSummary. The date and time the user was created.

Returns:The time_created of this UserSummary.
Return type:datetime
time_expiring

Gets the time_expiring of this UserSummary. The date and time of the expiration of the user account.

Returns:The time_expiring of this UserSummary.
Return type:datetime
time_locked

Gets the time_locked of this UserSummary. The date the account was locked, if the status of the account is LOCKED.

Returns:The time_locked of this UserSummary.
Return type:datetime