openstack.key_manager.v1.order¶
The Order Class¶
The Order
class inherits from Resource
.
-
class
openstack.key_manager.v1.order.
Order
(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()
andexisting()
.-
created_at
= None¶ Timestamp in ISO8601 format of when the order was created
-
creator_id
= None¶ Keystone Id of the user who created the order
-
meta
= None¶ A dictionary containing key-value parameters which specify the details of an order request
-
order_ref
= None¶ A URI for this order
-
order_id
= None¶ The ID of this order
-
secret_ref
= None¶ Secret href associated with the order
-
secret_id
= None¶ Secret ID associated with the order
-
sub_status
= None¶ Metadata associated with the order
-
sub_status_message
= None¶ Metadata associated with the order
-
updated_at
= None¶ - Timestamp in ISO8601 format of the last time the order was updated.
-