Skip to content

Commit 41cdd62

Browse files
committed
Fix style
1 parent 6ae9798 commit 41cdd62

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/_types/Privileges.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,5 +381,5 @@ export class ReplicationAccess {
381381
/**
382382
* A list of indices (or index name patterns) to which the permissions in this entry apply.
383383
*/
384-
names: IndexName[]
384+
names: IndexName[]
385385
}

specification/security/create_cross_cluster_api_key/CreateCrossClusterApiKeyRequest.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
* under the License.
1818
*/
1919

20+
import { Access } from '@security/_types/Access'
2021
import { RequestBase } from '@_types/Base'
21-
import { Dictionary } from '@spec_utils/Dictionary'
2222
import { Metadata, Name } from '@_types/common'
2323
import { Duration } from '@_types/Time'
24-
import { Access } from '@security/_types/Access'
2524

2625
/**
2726
* Create a cross-cluster API key.
@@ -32,7 +31,7 @@ import { Access } from '@security/_types/Access'
3231
* IMPORTANT: To authenticate this request you must use a credential that is not an API key. Even if you use an API key that has the required privilege, the API returns an error.
3332
*
3433
* Cross-cluster API keys are created by the Elasticsearch API key service, which is automatically enabled.
35-
*
34+
*
3635
* NOTE: Unlike REST API keys, a cross-cluster API key does not capture permissions of the authenticated user. The API key’s effective permission is exactly as specified with the `access` property.
3736
*
3837
* A successful request returns a JSON structure that contains the API key, its unique ID, and its name. If applicable, it also returns expiration information for the API key in milliseconds.

specification/security/update_cross_cluster_api_key/UpdateCrossClusterApiKeyRequest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@
1717
* under the License.
1818
*/
1919

20+
import { Access } from '@security/_types/Access'
2021
import { RequestBase } from '@_types/Base'
2122
import { Id, Metadata } from '@_types/common'
2223
import { Duration } from '@_types/Time'
23-
import { Access } from '@security/_types/Access'
24-
import { Dictionary } from '@spec_utils/Dictionary'
2524

2625
/**
2726
* Update a cross-cluster API key.

0 commit comments

Comments
 (0)