qovery-typescript-axios 1.1.963 → 1.1.965
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api.ts +8 -8
- package/dist/api.d.ts +8 -8
- package/dist/api.js +8 -8
- package/dist/esm/api.d.ts +8 -8
- package/dist/esm/api.js +8 -8
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -73993,7 +73993,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration?:
|
|
|
73993
73993
|
/**
|
|
73994
73994
|
* List external secrets used by a secret manager access
|
|
73995
73995
|
* @summary List external secrets used by a secret manager access
|
|
73996
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
73996
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
73997
73997
|
* @param {*} [options] Override http request option.
|
|
73998
73998
|
* @throws {RequiredError}
|
|
73999
73999
|
*/
|
|
@@ -74034,7 +74034,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration?:
|
|
|
74034
74034
|
/**
|
|
74035
74035
|
* List upstream secrets from secret provider
|
|
74036
74036
|
* @summary List upstream secrets from secret provider
|
|
74037
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74037
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74038
74038
|
* @param {string} [namePrefix]
|
|
74039
74039
|
* @param {*} [options] Override http request option.
|
|
74040
74040
|
* @throws {RequiredError}
|
|
@@ -74090,7 +74090,7 @@ export const SecretManagerAccessApiFp = function(configuration?: Configuration)
|
|
|
74090
74090
|
/**
|
|
74091
74091
|
* List external secrets used by a secret manager access
|
|
74092
74092
|
* @summary List external secrets used by a secret manager access
|
|
74093
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74093
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74094
74094
|
* @param {*} [options] Override http request option.
|
|
74095
74095
|
* @throws {RequiredError}
|
|
74096
74096
|
*/
|
|
@@ -74103,7 +74103,7 @@ export const SecretManagerAccessApiFp = function(configuration?: Configuration)
|
|
|
74103
74103
|
/**
|
|
74104
74104
|
* List upstream secrets from secret provider
|
|
74105
74105
|
* @summary List upstream secrets from secret provider
|
|
74106
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74106
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74107
74107
|
* @param {string} [namePrefix]
|
|
74108
74108
|
* @param {*} [options] Override http request option.
|
|
74109
74109
|
* @throws {RequiredError}
|
|
@@ -74127,7 +74127,7 @@ export const SecretManagerAccessApiFactory = function (configuration?: Configura
|
|
|
74127
74127
|
/**
|
|
74128
74128
|
* List external secrets used by a secret manager access
|
|
74129
74129
|
* @summary List external secrets used by a secret manager access
|
|
74130
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74130
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74131
74131
|
* @param {*} [options] Override http request option.
|
|
74132
74132
|
* @throws {RequiredError}
|
|
74133
74133
|
*/
|
|
@@ -74137,7 +74137,7 @@ export const SecretManagerAccessApiFactory = function (configuration?: Configura
|
|
|
74137
74137
|
/**
|
|
74138
74138
|
* List upstream secrets from secret provider
|
|
74139
74139
|
* @summary List upstream secrets from secret provider
|
|
74140
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74140
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74141
74141
|
* @param {string} [namePrefix]
|
|
74142
74142
|
* @param {*} [options] Override http request option.
|
|
74143
74143
|
* @throws {RequiredError}
|
|
@@ -74158,7 +74158,7 @@ export class SecretManagerAccessApi extends BaseAPI {
|
|
|
74158
74158
|
/**
|
|
74159
74159
|
* List external secrets used by a secret manager access
|
|
74160
74160
|
* @summary List external secrets used by a secret manager access
|
|
74161
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74161
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74162
74162
|
* @param {*} [options] Override http request option.
|
|
74163
74163
|
* @throws {RequiredError}
|
|
74164
74164
|
* @memberof SecretManagerAccessApi
|
|
@@ -74170,7 +74170,7 @@ export class SecretManagerAccessApi extends BaseAPI {
|
|
|
74170
74170
|
/**
|
|
74171
74171
|
* List upstream secrets from secret provider
|
|
74172
74172
|
* @summary List upstream secrets from secret provider
|
|
74173
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
74173
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
74174
74174
|
* @param {string} [namePrefix]
|
|
74175
74175
|
* @param {*} [options] Override http request option.
|
|
74176
74176
|
* @throws {RequiredError}
|
package/dist/api.d.ts
CHANGED
|
@@ -48073,7 +48073,7 @@ export declare const SecretManagerAccessApiAxiosParamCreator: (configuration?: C
|
|
|
48073
48073
|
/**
|
|
48074
48074
|
* List external secrets used by a secret manager access
|
|
48075
48075
|
* @summary List external secrets used by a secret manager access
|
|
48076
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48076
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48077
48077
|
* @param {*} [options] Override http request option.
|
|
48078
48078
|
* @throws {RequiredError}
|
|
48079
48079
|
*/
|
|
@@ -48081,7 +48081,7 @@ export declare const SecretManagerAccessApiAxiosParamCreator: (configuration?: C
|
|
|
48081
48081
|
/**
|
|
48082
48082
|
* List upstream secrets from secret provider
|
|
48083
48083
|
* @summary List upstream secrets from secret provider
|
|
48084
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48084
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48085
48085
|
* @param {string} [namePrefix]
|
|
48086
48086
|
* @param {*} [options] Override http request option.
|
|
48087
48087
|
* @throws {RequiredError}
|
|
@@ -48096,7 +48096,7 @@ export declare const SecretManagerAccessApiFp: (configuration?: Configuration) =
|
|
|
48096
48096
|
/**
|
|
48097
48097
|
* List external secrets used by a secret manager access
|
|
48098
48098
|
* @summary List external secrets used by a secret manager access
|
|
48099
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48099
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48100
48100
|
* @param {*} [options] Override http request option.
|
|
48101
48101
|
* @throws {RequiredError}
|
|
48102
48102
|
*/
|
|
@@ -48104,7 +48104,7 @@ export declare const SecretManagerAccessApiFp: (configuration?: Configuration) =
|
|
|
48104
48104
|
/**
|
|
48105
48105
|
* List upstream secrets from secret provider
|
|
48106
48106
|
* @summary List upstream secrets from secret provider
|
|
48107
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48107
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48108
48108
|
* @param {string} [namePrefix]
|
|
48109
48109
|
* @param {*} [options] Override http request option.
|
|
48110
48110
|
* @throws {RequiredError}
|
|
@@ -48119,7 +48119,7 @@ export declare const SecretManagerAccessApiFactory: (configuration?: Configurati
|
|
|
48119
48119
|
/**
|
|
48120
48120
|
* List external secrets used by a secret manager access
|
|
48121
48121
|
* @summary List external secrets used by a secret manager access
|
|
48122
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48122
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48123
48123
|
* @param {*} [options] Override http request option.
|
|
48124
48124
|
* @throws {RequiredError}
|
|
48125
48125
|
*/
|
|
@@ -48127,7 +48127,7 @@ export declare const SecretManagerAccessApiFactory: (configuration?: Configurati
|
|
|
48127
48127
|
/**
|
|
48128
48128
|
* List upstream secrets from secret provider
|
|
48129
48129
|
* @summary List upstream secrets from secret provider
|
|
48130
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48130
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48131
48131
|
* @param {string} [namePrefix]
|
|
48132
48132
|
* @param {*} [options] Override http request option.
|
|
48133
48133
|
* @throws {RequiredError}
|
|
@@ -48144,7 +48144,7 @@ export declare class SecretManagerAccessApi extends BaseAPI {
|
|
|
48144
48144
|
/**
|
|
48145
48145
|
* List external secrets used by a secret manager access
|
|
48146
48146
|
* @summary List external secrets used by a secret manager access
|
|
48147
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48147
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48148
48148
|
* @param {*} [options] Override http request option.
|
|
48149
48149
|
* @throws {RequiredError}
|
|
48150
48150
|
* @memberof SecretManagerAccessApi
|
|
@@ -48153,7 +48153,7 @@ export declare class SecretManagerAccessApi extends BaseAPI {
|
|
|
48153
48153
|
/**
|
|
48154
48154
|
* List upstream secrets from secret provider
|
|
48155
48155
|
* @summary List upstream secrets from secret provider
|
|
48156
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48156
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48157
48157
|
* @param {string} [namePrefix]
|
|
48158
48158
|
* @param {*} [options] Override http request option.
|
|
48159
48159
|
* @throws {RequiredError}
|
package/dist/api.js
CHANGED
|
@@ -45098,7 +45098,7 @@ const SecretManagerAccessApiAxiosParamCreator = function (configuration) {
|
|
|
45098
45098
|
/**
|
|
45099
45099
|
* List external secrets used by a secret manager access
|
|
45100
45100
|
* @summary List external secrets used by a secret manager access
|
|
45101
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45101
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45102
45102
|
* @param {*} [options] Override http request option.
|
|
45103
45103
|
* @throws {RequiredError}
|
|
45104
45104
|
*/
|
|
@@ -45132,7 +45132,7 @@ const SecretManagerAccessApiAxiosParamCreator = function (configuration) {
|
|
|
45132
45132
|
/**
|
|
45133
45133
|
* List upstream secrets from secret provider
|
|
45134
45134
|
* @summary List upstream secrets from secret provider
|
|
45135
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45135
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45136
45136
|
* @param {string} [namePrefix]
|
|
45137
45137
|
* @param {*} [options] Override http request option.
|
|
45138
45138
|
* @throws {RequiredError}
|
|
@@ -45180,7 +45180,7 @@ const SecretManagerAccessApiFp = function (configuration) {
|
|
|
45180
45180
|
/**
|
|
45181
45181
|
* List external secrets used by a secret manager access
|
|
45182
45182
|
* @summary List external secrets used by a secret manager access
|
|
45183
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45183
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45184
45184
|
* @param {*} [options] Override http request option.
|
|
45185
45185
|
* @throws {RequiredError}
|
|
45186
45186
|
*/
|
|
@@ -45196,7 +45196,7 @@ const SecretManagerAccessApiFp = function (configuration) {
|
|
|
45196
45196
|
/**
|
|
45197
45197
|
* List upstream secrets from secret provider
|
|
45198
45198
|
* @summary List upstream secrets from secret provider
|
|
45199
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45199
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45200
45200
|
* @param {string} [namePrefix]
|
|
45201
45201
|
* @param {*} [options] Override http request option.
|
|
45202
45202
|
* @throws {RequiredError}
|
|
@@ -45223,7 +45223,7 @@ const SecretManagerAccessApiFactory = function (configuration, basePath, axios)
|
|
|
45223
45223
|
/**
|
|
45224
45224
|
* List external secrets used by a secret manager access
|
|
45225
45225
|
* @summary List external secrets used by a secret manager access
|
|
45226
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45226
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45227
45227
|
* @param {*} [options] Override http request option.
|
|
45228
45228
|
* @throws {RequiredError}
|
|
45229
45229
|
*/
|
|
@@ -45233,7 +45233,7 @@ const SecretManagerAccessApiFactory = function (configuration, basePath, axios)
|
|
|
45233
45233
|
/**
|
|
45234
45234
|
* List upstream secrets from secret provider
|
|
45235
45235
|
* @summary List upstream secrets from secret provider
|
|
45236
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45236
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45237
45237
|
* @param {string} [namePrefix]
|
|
45238
45238
|
* @param {*} [options] Override http request option.
|
|
45239
45239
|
* @throws {RequiredError}
|
|
@@ -45254,7 +45254,7 @@ class SecretManagerAccessApi extends base_1.BaseAPI {
|
|
|
45254
45254
|
/**
|
|
45255
45255
|
* List external secrets used by a secret manager access
|
|
45256
45256
|
* @summary List external secrets used by a secret manager access
|
|
45257
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45257
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45258
45258
|
* @param {*} [options] Override http request option.
|
|
45259
45259
|
* @throws {RequiredError}
|
|
45260
45260
|
* @memberof SecretManagerAccessApi
|
|
@@ -45265,7 +45265,7 @@ class SecretManagerAccessApi extends base_1.BaseAPI {
|
|
|
45265
45265
|
/**
|
|
45266
45266
|
* List upstream secrets from secret provider
|
|
45267
45267
|
* @summary List upstream secrets from secret provider
|
|
45268
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
45268
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
45269
45269
|
* @param {string} [namePrefix]
|
|
45270
45270
|
* @param {*} [options] Override http request option.
|
|
45271
45271
|
* @throws {RequiredError}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -48073,7 +48073,7 @@ export declare const SecretManagerAccessApiAxiosParamCreator: (configuration?: C
|
|
|
48073
48073
|
/**
|
|
48074
48074
|
* List external secrets used by a secret manager access
|
|
48075
48075
|
* @summary List external secrets used by a secret manager access
|
|
48076
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48076
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48077
48077
|
* @param {*} [options] Override http request option.
|
|
48078
48078
|
* @throws {RequiredError}
|
|
48079
48079
|
*/
|
|
@@ -48081,7 +48081,7 @@ export declare const SecretManagerAccessApiAxiosParamCreator: (configuration?: C
|
|
|
48081
48081
|
/**
|
|
48082
48082
|
* List upstream secrets from secret provider
|
|
48083
48083
|
* @summary List upstream secrets from secret provider
|
|
48084
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48084
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48085
48085
|
* @param {string} [namePrefix]
|
|
48086
48086
|
* @param {*} [options] Override http request option.
|
|
48087
48087
|
* @throws {RequiredError}
|
|
@@ -48096,7 +48096,7 @@ export declare const SecretManagerAccessApiFp: (configuration?: Configuration) =
|
|
|
48096
48096
|
/**
|
|
48097
48097
|
* List external secrets used by a secret manager access
|
|
48098
48098
|
* @summary List external secrets used by a secret manager access
|
|
48099
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48099
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48100
48100
|
* @param {*} [options] Override http request option.
|
|
48101
48101
|
* @throws {RequiredError}
|
|
48102
48102
|
*/
|
|
@@ -48104,7 +48104,7 @@ export declare const SecretManagerAccessApiFp: (configuration?: Configuration) =
|
|
|
48104
48104
|
/**
|
|
48105
48105
|
* List upstream secrets from secret provider
|
|
48106
48106
|
* @summary List upstream secrets from secret provider
|
|
48107
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48107
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48108
48108
|
* @param {string} [namePrefix]
|
|
48109
48109
|
* @param {*} [options] Override http request option.
|
|
48110
48110
|
* @throws {RequiredError}
|
|
@@ -48119,7 +48119,7 @@ export declare const SecretManagerAccessApiFactory: (configuration?: Configurati
|
|
|
48119
48119
|
/**
|
|
48120
48120
|
* List external secrets used by a secret manager access
|
|
48121
48121
|
* @summary List external secrets used by a secret manager access
|
|
48122
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48122
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48123
48123
|
* @param {*} [options] Override http request option.
|
|
48124
48124
|
* @throws {RequiredError}
|
|
48125
48125
|
*/
|
|
@@ -48127,7 +48127,7 @@ export declare const SecretManagerAccessApiFactory: (configuration?: Configurati
|
|
|
48127
48127
|
/**
|
|
48128
48128
|
* List upstream secrets from secret provider
|
|
48129
48129
|
* @summary List upstream secrets from secret provider
|
|
48130
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48130
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48131
48131
|
* @param {string} [namePrefix]
|
|
48132
48132
|
* @param {*} [options] Override http request option.
|
|
48133
48133
|
* @throws {RequiredError}
|
|
@@ -48144,7 +48144,7 @@ export declare class SecretManagerAccessApi extends BaseAPI {
|
|
|
48144
48144
|
/**
|
|
48145
48145
|
* List external secrets used by a secret manager access
|
|
48146
48146
|
* @summary List external secrets used by a secret manager access
|
|
48147
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48147
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48148
48148
|
* @param {*} [options] Override http request option.
|
|
48149
48149
|
* @throws {RequiredError}
|
|
48150
48150
|
* @memberof SecretManagerAccessApi
|
|
@@ -48153,7 +48153,7 @@ export declare class SecretManagerAccessApi extends BaseAPI {
|
|
|
48153
48153
|
/**
|
|
48154
48154
|
* List upstream secrets from secret provider
|
|
48155
48155
|
* @summary List upstream secrets from secret provider
|
|
48156
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
48156
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
48157
48157
|
* @param {string} [namePrefix]
|
|
48158
48158
|
* @param {*} [options] Override http request option.
|
|
48159
48159
|
* @throws {RequiredError}
|
package/dist/esm/api.js
CHANGED
|
@@ -44719,7 +44719,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration)
|
|
|
44719
44719
|
/**
|
|
44720
44720
|
* List external secrets used by a secret manager access
|
|
44721
44721
|
* @summary List external secrets used by a secret manager access
|
|
44722
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44722
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44723
44723
|
* @param {*} [options] Override http request option.
|
|
44724
44724
|
* @throws {RequiredError}
|
|
44725
44725
|
*/
|
|
@@ -44753,7 +44753,7 @@ export const SecretManagerAccessApiAxiosParamCreator = function (configuration)
|
|
|
44753
44753
|
/**
|
|
44754
44754
|
* List upstream secrets from secret provider
|
|
44755
44755
|
* @summary List upstream secrets from secret provider
|
|
44756
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44756
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44757
44757
|
* @param {string} [namePrefix]
|
|
44758
44758
|
* @param {*} [options] Override http request option.
|
|
44759
44759
|
* @throws {RequiredError}
|
|
@@ -44800,7 +44800,7 @@ export const SecretManagerAccessApiFp = function (configuration) {
|
|
|
44800
44800
|
/**
|
|
44801
44801
|
* List external secrets used by a secret manager access
|
|
44802
44802
|
* @summary List external secrets used by a secret manager access
|
|
44803
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44803
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44804
44804
|
* @param {*} [options] Override http request option.
|
|
44805
44805
|
* @throws {RequiredError}
|
|
44806
44806
|
*/
|
|
@@ -44816,7 +44816,7 @@ export const SecretManagerAccessApiFp = function (configuration) {
|
|
|
44816
44816
|
/**
|
|
44817
44817
|
* List upstream secrets from secret provider
|
|
44818
44818
|
* @summary List upstream secrets from secret provider
|
|
44819
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44819
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44820
44820
|
* @param {string} [namePrefix]
|
|
44821
44821
|
* @param {*} [options] Override http request option.
|
|
44822
44822
|
* @throws {RequiredError}
|
|
@@ -44842,7 +44842,7 @@ export const SecretManagerAccessApiFactory = function (configuration, basePath,
|
|
|
44842
44842
|
/**
|
|
44843
44843
|
* List external secrets used by a secret manager access
|
|
44844
44844
|
* @summary List external secrets used by a secret manager access
|
|
44845
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44845
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44846
44846
|
* @param {*} [options] Override http request option.
|
|
44847
44847
|
* @throws {RequiredError}
|
|
44848
44848
|
*/
|
|
@@ -44852,7 +44852,7 @@ export const SecretManagerAccessApiFactory = function (configuration, basePath,
|
|
|
44852
44852
|
/**
|
|
44853
44853
|
* List upstream secrets from secret provider
|
|
44854
44854
|
* @summary List upstream secrets from secret provider
|
|
44855
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44855
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44856
44856
|
* @param {string} [namePrefix]
|
|
44857
44857
|
* @param {*} [options] Override http request option.
|
|
44858
44858
|
* @throws {RequiredError}
|
|
@@ -44872,7 +44872,7 @@ export class SecretManagerAccessApi extends BaseAPI {
|
|
|
44872
44872
|
/**
|
|
44873
44873
|
* List external secrets used by a secret manager access
|
|
44874
44874
|
* @summary List external secrets used by a secret manager access
|
|
44875
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44875
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44876
44876
|
* @param {*} [options] Override http request option.
|
|
44877
44877
|
* @throws {RequiredError}
|
|
44878
44878
|
* @memberof SecretManagerAccessApi
|
|
@@ -44883,7 +44883,7 @@ export class SecretManagerAccessApi extends BaseAPI {
|
|
|
44883
44883
|
/**
|
|
44884
44884
|
* List upstream secrets from secret provider
|
|
44885
44885
|
* @summary List upstream secrets from secret provider
|
|
44886
|
-
* @param {string} secretManagerAccessId Secret Manager Access
|
|
44886
|
+
* @param {string} secretManagerAccessId Secret Manager Access Id - Use the endpoint [`GET /organization/{organizationId}/cluster`](#operation/listOrganizationCluster) to retrieve your secret manager access
|
|
44887
44887
|
* @param {string} [namePrefix]
|
|
44888
44888
|
* @param {*} [options] Override http request option.
|
|
44889
44889
|
* @throws {RequiredError}
|