SendAcceptLifetime¶
Leafs
-
class
KeyChains.Key.Lifetime.SendAcceptLifetime¶ Bases:
EntityClass Hierarchy:
KeyChainsKeyLifetimeSendAcceptLifetimeThis class represents configuration data.
Single lifetime specification for both send and
accept lifetimes.
-
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})
-