certDuration property

String? certDuration
getter/setter pair

An optional hint to the endpoint to generate the client certificate with the requested duration.

The duration can be from 1 hour to 24 hours. The endpoint may or may not honor the hint. If the hint is left unspecified or is not honored, then the endpoint will pick an appropriate default duration.

Optional.

Implementation

core.String? certDuration;