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
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.
- 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.
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.
Returns: The description of this UpdateUserDetails. Return type: str
-
email
¶ Gets the email of this UpdateUserDetails. The email address you assign to the user. Has to be unique across the tenancy.
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)
-