SubscribedServiceUser¶
-
class
oci.onesubscription.models.
SubscribedServiceUser
(**kwargs)¶ Bases:
object
User.
Methods
__init__
(**kwargs)Initializes a new SubscribedServiceUser object with values from keyword arguments. Attributes
email
Gets the email of this SubscribedServiceUser. first_name
Gets the first_name of this SubscribedServiceUser. last_name
Gets the last_name of this SubscribedServiceUser. name
Gets the name of this SubscribedServiceUser. tca_contact_id
Gets the tca_contact_id of this SubscribedServiceUser. tca_cust_accnt_site_id
Gets the tca_cust_accnt_site_id of this SubscribedServiceUser. tca_party_id
Gets the tca_party_id of this SubscribedServiceUser. username
Gets the username of this SubscribedServiceUser. -
__init__
(**kwargs)¶ Initializes a new SubscribedServiceUser 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 SubscribedServiceUser.
- username (str) – The value to assign to the username property of this SubscribedServiceUser.
- first_name (str) – The value to assign to the first_name property of this SubscribedServiceUser.
- last_name (str) – The value to assign to the last_name property of this SubscribedServiceUser.
- email (str) – The value to assign to the email property of this SubscribedServiceUser.
- tca_contact_id (int) – The value to assign to the tca_contact_id property of this SubscribedServiceUser.
- tca_cust_accnt_site_id (int) – The value to assign to the tca_cust_accnt_site_id property of this SubscribedServiceUser.
- tca_party_id (int) – The value to assign to the tca_party_id property of this SubscribedServiceUser.
-
email
¶ Gets the email of this SubscribedServiceUser. Email.
Returns: The email of this SubscribedServiceUser. Return type: str
-
first_name
¶ Gets the first_name of this SubscribedServiceUser. First name.
Returns: The first_name of this SubscribedServiceUser. Return type: str
-
last_name
¶ Gets the last_name of this SubscribedServiceUser. Last name.
Returns: The last_name of this SubscribedServiceUser. Return type: str
-
name
¶ Gets the name of this SubscribedServiceUser. Name.
Returns: The name of this SubscribedServiceUser. Return type: str
-
tca_contact_id
¶ Gets the tca_contact_id of this SubscribedServiceUser. TCA contact ID.
Returns: The tca_contact_id of this SubscribedServiceUser. Return type: int
-
tca_cust_accnt_site_id
¶ Gets the tca_cust_accnt_site_id of this SubscribedServiceUser. TCA customer account site ID.
Returns: The tca_cust_accnt_site_id of this SubscribedServiceUser. Return type: int
-
tca_party_id
¶ Gets the tca_party_id of this SubscribedServiceUser. TCA party ID.
Returns: The tca_party_id of this SubscribedServiceUser. Return type: int
-
username
¶ Gets the username of this SubscribedServiceUser. Username.
Returns: The username of this SubscribedServiceUser. Return type: str
-