UpdateUserDetails¶
-
class
oci.identity.models.
UpdateUserDetails
(**kwargs)¶ Bases:
object
UpdateUserDetails model.
Methods
__init__
(**kwargs)Initializes a new UpdateUserDetails object with values from keyword arguments. Attributes
db_user_name
Gets the db_user_name of this UpdateUserDetails. defined_tags
Gets the defined_tags of this UpdateUserDetails. description
Gets the description of this UpdateUserDetails. email
Gets the email of this UpdateUserDetails. freeform_tags
Gets the freeform_tags of this UpdateUserDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateUserDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateUserDetails.
- email (str) – The value to assign to the email property of this UpdateUserDetails.
- db_user_name (str) – The value to assign to the db_user_name property of this UpdateUserDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateUserDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateUserDetails.
-
db_user_name
¶ Gets the db_user_name of this UpdateUserDetails. DB username of the DB credential. Has to be unique across the tenancy.
Returns: The db_user_name of this UpdateUserDetails. Return type: str
Gets the defined_tags of this UpdateUserDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateUserDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateUserDetails. The description you assign to the user. Does not have to be unique, and it’s changeable.
(For tenancies that support identity domains) You can have an empty description.
Returns: The description of this UpdateUserDetails. Return type: str
-
email
¶ Gets the email of this UpdateUserDetails. The email you assign to the user during creation. The email must be unique across all users in the tenancy.
(For tenancies that support identity domains) You must provide an email for each user.
Returns: The email of this UpdateUserDetails. Return type: str
Gets the freeform_tags of this UpdateUserDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateUserDetails. Return type: dict(str, str)
-