crlAccessUrls property

List<String>? crlAccessUrls
getter/setter pair

A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13.

If specified, the default Cloud Storage URLs will be omitted.

Optional.

Implementation

core.List<core.String>? crlAccessUrls;