The unique name of the TLS trust bundle.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TLSTrustBundleName", "title": "TLSTrustBundleName", "description": "The unique name of the TLS trust bundle.", "type": "string", "maxLength": 255, "minLength": 1, "x-unicode-pattern": "^[\\p{L}\\p{N}][\\p{L}\\p{N} _\\-\\.:/+']*[\\p{L}\\p{N}]$" }