{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TLSTrustBundleReference", "title": "TLSTrustBundleReference", "description": "A reference to a TLS trust bundle resource.\n\nEither `id` or `name` must be provided. Following changes to the trust bundle name won't affect the\nreference, as the system will create the entities relationship by `id`.\n", "anyOf": [ { "$ref": "#/components/schemas/TLSTrustBundleReferenceById" }, { "$ref": "#/components/schemas/TLSTrustBundleReferenceByName" } ], "x-terraform-preferred": "#/components/schemas/TLSTrustBundleReferenceById" }