@@ -25,13 +25,12 @@ class IssuancePolicy extends \Google\Collection
2525 protected $ allowedKeyTypesType = AllowedKeyType::class;
2626 protected $ allowedKeyTypesDataType = 'array ' ;
2727 /**
28- * Optional. The duration to backdate all certificates issued from this
29- * CaPool. If not set, the certificates will be issued with a not_before_time
30- * of the issuance time (i.e. the current time). If set, the certificates will
31- * be issued with a not_before_time of the issuance time minus the
32- * backdate_duration. The not_after_time will be adjusted to preserve the
33- * requested lifetime. The backdate_duration must be less than or equal to 48
34- * hours.
28+ * Optional. If set, all certificates issued from this CaPool will be
29+ * backdated by this duration. The 'not_before_time' will be the issuance time
30+ * minus this backdate_duration, and the 'not_after_time' will be adjusted to
31+ * preserve the requested lifetime. The maximum duration that a certificate
32+ * can be backdated with these options is 48 hours in the past. This option
33+ * cannot be set if allow_requester_specified_not_before_time is set.
3534 *
3635 * @var string
3736 */
@@ -88,13 +87,12 @@ public function getAllowedKeyTypes()
8887 return $ this ->allowedKeyTypes ;
8988 }
9089 /**
91- * Optional. The duration to backdate all certificates issued from this
92- * CaPool. If not set, the certificates will be issued with a not_before_time
93- * of the issuance time (i.e. the current time). If set, the certificates will
94- * be issued with a not_before_time of the issuance time minus the
95- * backdate_duration. The not_after_time will be adjusted to preserve the
96- * requested lifetime. The backdate_duration must be less than or equal to 48
97- * hours.
90+ * Optional. If set, all certificates issued from this CaPool will be
91+ * backdated by this duration. The 'not_before_time' will be the issuance time
92+ * minus this backdate_duration, and the 'not_after_time' will be adjusted to
93+ * preserve the requested lifetime. The maximum duration that a certificate
94+ * can be backdated with these options is 48 hours in the past. This option
95+ * cannot be set if allow_requester_specified_not_before_time is set.
9896 *
9997 * @param string $backdateDuration
10098 */
0 commit comments