startTime property

String? startTime
getter/setter pair

A RFC3339 timestamp on or after which the key is valid.

startTime can be in the future. If the keychain has a single key, startTime can be omitted. If the keychain has multiple keys, startTime is mandatory for each key. The start times of keys must be in increasing order. The start times of two consecutive keys must be at least 6 hours apart.

Implementation

core.String? startTime;