Seats

class smartcloudadmin.models.seat.Seat

Bases: object

Represents an Seat within an IBM Social CLoud Subscription.

Supported Operations:

Operation Description
x == y Test whether 2 Seat objects contain the same data
x != y Test whether 2 Seat objects do not contain the same data
str(x) Returns basic details about the Seat
owner : int
Id of the seat owner.
terms_of_user_id : int
update_this
vendor_id : int
Id of the Organization Vendor.
seat_state : State
Users fully quantified domain name as it is in IBM SmartCloud’s LDAP server.
created : Datetime
Creation date for the Seat record.
modified : Datetime
Modification date for the Seat record.
subscription_id : int
Subscription id of the seat instance
subscriber_id : int
Subscriber id of the seat instance
entitlement_quantity_allocated : int
update_this
version : int
update_this
provisioning_workflow_id : int
update_this
seat_service_product_attribute_set : str
update_this
workflow_id_list : str
update_this
deleted : bool
Is the seat deleted
id : int
Seat Id
has_accepted_terms_of_use : int
update_this
classmethod from_json(json_body) → smartcloudadmin.models.seat.Seat