CreateUserDetails¶
-
class
oci.cims.models.
CreateUserDetails
(**kwargs)¶ Bases:
object
Details about creation of user.
Methods
__init__
(**kwargs)Initializes a new CreateUserDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateUserDetails. country
[Required] Gets the country of this CreateUserDetails. csi
[Required] Gets the csi of this CreateUserDetails. first_name
[Required] Gets the first_name of this CreateUserDetails. last_name
[Required] Gets the last_name of this CreateUserDetails. organization_name
[Required] Gets the organization_name of this CreateUserDetails. phone
[Required] Gets the phone of this CreateUserDetails. timezone
[Required] Gets the timezone of this CreateUserDetails. -
__init__
(**kwargs)¶ Initializes a new CreateUserDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateUserDetails.
- first_name (str) – The value to assign to the first_name property of this CreateUserDetails.
- last_name (str) – The value to assign to the last_name property of this CreateUserDetails.
- country (str) – The value to assign to the country property of this CreateUserDetails.
- csi (str) – The value to assign to the csi property of this CreateUserDetails.
- phone (str) – The value to assign to the phone property of this CreateUserDetails.
- timezone (str) – The value to assign to the timezone property of this CreateUserDetails.
- organization_name (str) – The value to assign to the organization_name property of this CreateUserDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateUserDetails. The OCID of the tenancy.
Returns: The compartment_id of this CreateUserDetails. Return type: str
-
country
¶ [Required] Gets the country of this CreateUserDetails. Country of the user.
Returns: The country of this CreateUserDetails. Return type: str
-
csi
¶ [Required] Gets the csi of this CreateUserDetails. CSI to be associated to the user.
Returns: The csi of this CreateUserDetails. Return type: str
-
first_name
¶ [Required] Gets the first_name of this CreateUserDetails. First name of the user.
Returns: The first_name of this CreateUserDetails. Return type: str
-
last_name
¶ [Required] Gets the last_name of this CreateUserDetails. Last name of the user.
Returns: The last_name of this CreateUserDetails. Return type: str
-
organization_name
¶ [Required] Gets the organization_name of this CreateUserDetails. Organization of the user.
Returns: The organization_name of this CreateUserDetails. Return type: str
-
phone
¶ [Required] Gets the phone of this CreateUserDetails. Contact number of the user.
Returns: The phone of this CreateUserDetails. Return type: str
-
timezone
¶ [Required] Gets the timezone of this CreateUserDetails. Timezone of the user.
Returns: The timezone of this CreateUserDetails. Return type: str
-