File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
specification/security/_types Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ export class ApiKey {
100100 * @availability serverless
101101 */
102102 access ?: Access
103- /**
104- * The certificate identity associated with a cross-cluster API key.
105- * Restricts the API key to connections authenticated by a specific TLS certificate.
106- * Only applicable to cross-cluster API keys.
107- * @availability stack since=9.3.0
108- */
109- certificate_identity ?: string
103+ /**
104+ * The certificate identity associated with a cross-cluster API key.
105+ * Restricts the API key to connections authenticated by a specific TLS certificate.
106+ * Only applicable to cross-cluster API keys.
107+ * @availability stack since=9.3.0
108+ */
109+ certificate_identity ?: string
110110 /**
111111 * The profile uid for the API key owner principal, if requested and if it exists
112112 * @availability stack since=8.14.0
You can’t perform that action at this time.
0 commit comments