UserDetails

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

Bases: object

The details of a particular user.

Attributes

AUTHENTICATION_TYPE_NONE A constant which can be used with the authentication_type property of a UserDetails.
AUTHENTICATION_TYPE_PASSWORD A constant which can be used with the authentication_type property of a UserDetails.
authentication_type Gets the authentication_type of this UserDetails.
is_user_predefined_by_oracle Gets the is_user_predefined_by_oracle of this UserDetails.
name Gets the name of this UserDetails.
profile Gets the profile of this UserDetails.
status Gets the status of this UserDetails.
tablespace Gets the tablespace of this UserDetails.

Methods

__init__(**kwargs) Initializes a new UserDetails object with values from keyword arguments.
AUTHENTICATION_TYPE_NONE = 'NONE'

A constant which can be used with the authentication_type property of a UserDetails. This constant has a value of “NONE”

AUTHENTICATION_TYPE_PASSWORD = 'PASSWORD'

A constant which can be used with the authentication_type property of a UserDetails. This constant has a value of “PASSWORD”

__init__(**kwargs)

Initializes a new UserDetails 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 UserDetails.
  • status (str) – The value to assign to the status property of this UserDetails.
  • profile (str) – The value to assign to the profile property of this UserDetails.
  • tablespace (str) – The value to assign to the tablespace property of this UserDetails.
  • is_user_predefined_by_oracle (bool) – The value to assign to the is_user_predefined_by_oracle property of this UserDetails.
  • authentication_type (str) – The value to assign to the authentication_type property of this UserDetails. Allowed values for this property are: “PASSWORD”, “NONE”
authentication_type

Gets the authentication_type of this UserDetails. The authentication type of the user.

Allowed values for this property are: “PASSWORD”, “NONE”

Returns:The authentication_type of this UserDetails.
Return type:str
is_user_predefined_by_oracle

Gets the is_user_predefined_by_oracle of this UserDetails. Indicates whether or not the user is predefined by ORACLE.

Returns:The is_user_predefined_by_oracle of this UserDetails.
Return type:bool
name

Gets the name of this UserDetails. The name of the user.

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

Gets the profile of this UserDetails. The name of the profile assigned to the user.

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

Gets the status of this UserDetails. The status of the user account.

Returns:The status of this UserDetails.
Return type:str
tablespace

Gets the tablespace of this UserDetails. The default tablespace of the user.

Returns:The tablespace of this UserDetails.
Return type:str