Skip to content

Commit 9de139f

Browse files
committed
run prettier
1 parent 38fdc3a commit 9de139f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

specification/security/_types/ApiKey.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)