SendLifetime¶
Leafs
-
class
KeyChains.Key.Lifetime.
SendLifetime
¶ Bases:
Entity
Class Hierarchy:
KeyChains
Key
Lifetime
SendLifetime
This class represents configuration data.
Separate lifetime specification for send
lifetime.
-
start_date_time
¶ Start time
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
-
duration
¶ Key lifetime duration, in seconds
type: int
range: 1..2147483646units: seconds
-
end_date_time
¶ End time
type: str
pattern: \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[\+\-]\d{2}:\d{2})
-