{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
}}
{{this.options.title}}
{{#if this.hasGenerated}}
{{#unless this.model.isError}}
Warning
You will not be able to access this information later, so please copy the information below.
{{/unless}}
{{#each this.displayFields as |key|}}
{{#let (get this.model.allByKey key) as |attr|}}
{{#if (eq attr.type "object")}}
{{else}}
{{#if attr.options.masked}}
{{#if (get this.model attr.name)}}
{{/if}}
{{else if (and (get this.model attr.name) (or (eq attr.name "issueDate") (eq attr.name "expiryDate")))}}
{{else}}
{{/if}}
{{/if}}
{{/let}}
{{/each}}