@ibm-cloud/secrets-manager 2.0.4 → 2.0.5

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.
@@ -77,7 +77,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
77
77
  }
78
78
  };
79
79
  /**
80
- * IBM OpenAPI SDK Code Generator Version: 3.86.1-c3d7bcef-20240308-215042
80
+ * IBM OpenAPI SDK Code Generator Version: 3.93.0-c40121e6-20240729-182103
81
81
  */
82
82
  /* eslint-disable max-classes-per-file */
83
83
  /* eslint-disable no-await-in-loop */
@@ -1526,13 +1526,20 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1526
1526
  *
1527
1527
  * **Usage:** If you want to list only the configurations that contain the string `text`, use
1528
1528
  * `../configurations?search=text`.
1529
+ * @param {string[]} [params.secretTypes] - Filter configurations by secret types, iam_credentials, public_cert or
1530
+ * private_cert.
1531
+ *
1532
+ * You can apply multiple filters by using a comma-separated list of secret types.
1533
+ *
1534
+ * **Usage:** To retrieve a list of configurations that are associated with all secret types, use
1535
+ * `..?secret_types=iam_credentials,public_cert,private_cert`.
1529
1536
  * @param {OutgoingHttpHeaders} [params.headers] - Custom request headers
1530
1537
  * @returns {Promise<SecretsManagerV2.Response<SecretsManagerV2.ConfigurationMetadataPaginatedCollection>>}
1531
1538
  */
1532
1539
  SecretsManagerV2.prototype.listConfigurations = function (params) {
1533
1540
  var _params = __assign({}, params);
1534
1541
  var _requiredParams = [];
1535
- var _validParams = ['offset', 'limit', 'sort', 'search', 'headers'];
1542
+ var _validParams = ['offset', 'limit', 'sort', 'search', 'secretTypes', 'headers'];
1536
1543
  var _validationErrors = (0, ibm_cloud_sdk_core_1.validateParams)(_params, _requiredParams, _validParams);
1537
1544
  if (_validationErrors) {
1538
1545
  return Promise.reject(_validationErrors);
@@ -1542,6 +1549,7 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1542
1549
  'limit': _params.limit,
1543
1550
  'sort': _params.sort,
1544
1551
  'search': _params.search,
1552
+ 'secret_types': _params.secretTypes,
1545
1553
  };
1546
1554
  var sdkHeaders = (0, common_1.getSdkHeaders)(SecretsManagerV2.DEFAULT_SERVICE_NAME, 'v2', 'listConfigurations');
1547
1555
  var parameters = {
@@ -1943,19 +1951,30 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1943
1951
  Mode["REMOVE_PREVIOUS_AND_DELETE"] = "remove_previous_and_delete";
1944
1952
  })(Mode = CreateSecretVersionLocksBulkConstants.Mode || (CreateSecretVersionLocksBulkConstants.Mode = {}));
1945
1953
  })(CreateSecretVersionLocksBulkConstants = SecretsManagerV2.CreateSecretVersionLocksBulkConstants || (SecretsManagerV2.CreateSecretVersionLocksBulkConstants = {}));
1954
+ /** Constants for the `listConfigurations` operation. */
1955
+ var ListConfigurationsConstants;
1956
+ (function (ListConfigurationsConstants) {
1957
+ /** Filter configurations by secret types, iam_credentials, public_cert or private_cert. You can apply multiple filters by using a comma-separated list of secret types. **Usage:** To retrieve a list of configurations that are associated with all secret types, use `..?secret_types=iam_credentials,public_cert,private_cert`. */
1958
+ var SecretTypes;
1959
+ (function (SecretTypes) {
1960
+ SecretTypes["IAM_CREDENTIALS"] = "iam_credentials";
1961
+ SecretTypes["PRIVATE_CERT"] = "private_cert";
1962
+ SecretTypes["PUBLIC_CERT"] = "public_cert";
1963
+ })(SecretTypes = ListConfigurationsConstants.SecretTypes || (ListConfigurationsConstants.SecretTypes = {}));
1964
+ })(ListConfigurationsConstants = SecretsManagerV2.ListConfigurationsConstants || (SecretsManagerV2.ListConfigurationsConstants = {}));
1946
1965
  /** Constants for the `getConfiguration` operation. */
1947
1966
  var GetConfigurationConstants;
1948
1967
  (function (GetConfigurationConstants) {
1949
1968
  /** The configuration type of this configuration - use this header to resolve 300 error responses. */
1950
1969
  var XSmAcceptConfigurationType;
1951
1970
  (function (XSmAcceptConfigurationType) {
1952
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1953
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1954
1971
  XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
1955
- XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
1972
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1973
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1956
1974
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
1957
1975
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
1958
1976
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
1977
+ XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
1959
1978
  })(XSmAcceptConfigurationType = GetConfigurationConstants.XSmAcceptConfigurationType || (GetConfigurationConstants.XSmAcceptConfigurationType = {}));
1960
1979
  })(GetConfigurationConstants = SecretsManagerV2.GetConfigurationConstants || (SecretsManagerV2.GetConfigurationConstants = {}));
1961
1980
  /** Constants for the `updateConfiguration` operation. */
@@ -1964,13 +1983,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1964
1983
  /** The configuration type of this configuration - use this header to resolve 300 error responses. */
1965
1984
  var XSmAcceptConfigurationType;
1966
1985
  (function (XSmAcceptConfigurationType) {
1967
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1968
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1969
1986
  XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
1970
- XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
1987
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1988
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1971
1989
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
1972
1990
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
1973
1991
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
1992
+ XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
1974
1993
  })(XSmAcceptConfigurationType = UpdateConfigurationConstants.XSmAcceptConfigurationType || (UpdateConfigurationConstants.XSmAcceptConfigurationType = {}));
1975
1994
  })(UpdateConfigurationConstants = SecretsManagerV2.UpdateConfigurationConstants || (SecretsManagerV2.UpdateConfigurationConstants = {}));
1976
1995
  /** Constants for the `deleteConfiguration` operation. */
@@ -1979,13 +1998,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1979
1998
  /** The configuration type of this configuration - use this header to resolve 300 error responses. */
1980
1999
  var XSmAcceptConfigurationType;
1981
2000
  (function (XSmAcceptConfigurationType) {
1982
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1983
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1984
2001
  XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
1985
- XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2002
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2003
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1986
2004
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
1987
2005
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
1988
2006
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2007
+ XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
1989
2008
  })(XSmAcceptConfigurationType = DeleteConfigurationConstants.XSmAcceptConfigurationType || (DeleteConfigurationConstants.XSmAcceptConfigurationType = {}));
1990
2009
  })(DeleteConfigurationConstants = SecretsManagerV2.DeleteConfigurationConstants || (SecretsManagerV2.DeleteConfigurationConstants = {}));
1991
2010
  /** Constants for the `createConfigurationAction` operation. */
@@ -1994,13 +2013,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
1994
2013
  /** The configuration type of this configuration - use this header to resolve 300 error responses. */
1995
2014
  var XSmAcceptConfigurationType;
1996
2015
  (function (XSmAcceptConfigurationType) {
1997
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
1998
- XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
1999
2016
  XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2000
- XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2017
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2018
+ XSmAcceptConfigurationType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2001
2019
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2002
2020
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2003
2021
  XSmAcceptConfigurationType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2022
+ XSmAcceptConfigurationType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2004
2023
  })(XSmAcceptConfigurationType = CreateConfigurationActionConstants.XSmAcceptConfigurationType || (CreateConfigurationActionConstants.XSmAcceptConfigurationType = {}));
2005
2024
  })(CreateConfigurationActionConstants = SecretsManagerV2.CreateConfigurationActionConstants || (SecretsManagerV2.CreateConfigurationActionConstants = {}));
2006
2025
  var CertificateIssuanceInfo;
@@ -2199,13 +2218,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2199
2218
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2200
2219
  var ConfigType;
2201
2220
  (function (ConfigType) {
2202
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2203
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2204
2221
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2205
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2222
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2223
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2206
2224
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2207
2225
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2208
2226
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2227
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2209
2228
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2210
2229
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
2211
2230
  var SecretType;
@@ -2228,13 +2247,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2228
2247
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2229
2248
  var ConfigType;
2230
2249
  (function (ConfigType) {
2231
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2232
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2233
2250
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2234
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2251
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2252
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2235
2253
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2236
2254
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2237
2255
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2256
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2238
2257
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2239
2258
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
2240
2259
  var SecretType;
@@ -2257,13 +2276,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2257
2276
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2258
2277
  var ConfigType;
2259
2278
  (function (ConfigType) {
2260
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2261
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2262
2279
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2263
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2280
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2281
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2264
2282
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2265
2283
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2266
2284
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2285
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2267
2286
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2268
2287
  })(Constants = IAMCredentialsConfigurationPrototype.Constants || (IAMCredentialsConfigurationPrototype.Constants = {}));
2269
2288
  })(IAMCredentialsConfigurationPrototype = SecretsManagerV2.IAMCredentialsConfigurationPrototype || (SecretsManagerV2.IAMCredentialsConfigurationPrototype = {}));
@@ -2859,13 +2878,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2859
2878
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2860
2879
  var ConfigType;
2861
2880
  (function (ConfigType) {
2862
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2863
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2864
2881
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2865
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2882
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2883
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2866
2884
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2867
2885
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2868
2886
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2887
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2869
2888
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2870
2889
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
2871
2890
  var SecretType;
@@ -2934,13 +2953,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2934
2953
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2935
2954
  var ConfigType;
2936
2955
  (function (ConfigType) {
2937
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2938
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2939
2956
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2940
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2957
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2958
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2941
2959
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2942
2960
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2943
2961
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
2962
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2944
2963
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2945
2964
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
2946
2965
  var SecretType;
@@ -2985,13 +3004,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
2985
3004
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
2986
3005
  var ConfigType;
2987
3006
  (function (ConfigType) {
2988
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2989
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
2990
3007
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
2991
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3008
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3009
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
2992
3010
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
2993
3011
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
2994
3012
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3013
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
2995
3014
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
2996
3015
  /** The signing method to use with this certificate authority to generate private certificates. You can choose between internal or externally signed options. For more information, see the [docs](https://cloud.ibm.com/docs/secrets-manager?topic=secrets-manager-intermediate-certificate-authorities). */
2997
3016
  var SigningMethod;
@@ -3026,13 +3045,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3026
3045
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3027
3046
  var ConfigType;
3028
3047
  (function (ConfigType) {
3029
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3030
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3031
3048
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3032
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3049
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3050
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3033
3051
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3034
3052
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3035
3053
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3054
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3036
3055
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3037
3056
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3038
3057
  var SecretType;
@@ -3083,13 +3102,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3083
3102
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3084
3103
  var ConfigType;
3085
3104
  (function (ConfigType) {
3086
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3087
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3088
3105
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3089
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3106
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3107
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3090
3108
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3091
3109
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3092
3110
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3111
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3093
3112
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3094
3113
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3095
3114
  var SecretType;
@@ -3128,13 +3147,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3128
3147
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3129
3148
  var ConfigType;
3130
3149
  (function (ConfigType) {
3131
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3132
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3133
3150
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3134
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3151
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3152
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3135
3153
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3136
3154
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3137
3155
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3156
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3138
3157
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3139
3158
  /** The format of the returned data. */
3140
3159
  var Format;
@@ -3163,13 +3182,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3163
3182
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3164
3183
  var ConfigType;
3165
3184
  (function (ConfigType) {
3166
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3167
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3168
3185
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3169
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3186
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3187
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3170
3188
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3171
3189
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3172
3190
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3191
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3173
3192
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3174
3193
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3175
3194
  var SecretType;
@@ -3198,13 +3217,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3198
3217
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3199
3218
  var ConfigType;
3200
3219
  (function (ConfigType) {
3201
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3202
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3203
3220
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3204
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3221
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3222
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3205
3223
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3206
3224
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3207
3225
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3226
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3208
3227
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3209
3228
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3210
3229
  var SecretType;
@@ -3239,13 +3258,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3239
3258
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3240
3259
  var ConfigType;
3241
3260
  (function (ConfigType) {
3242
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3243
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3244
3261
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3245
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3262
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3263
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3246
3264
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3247
3265
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3248
3266
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3267
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3249
3268
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3250
3269
  /** The type of private key to generate. */
3251
3270
  var KeyType;
@@ -3255,6 +3274,17 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3255
3274
  })(KeyType = Constants.KeyType || (Constants.KeyType = {}));
3256
3275
  })(Constants = PrivateCertificateConfigurationTemplatePrototype.Constants || (PrivateCertificateConfigurationTemplatePrototype.Constants = {}));
3257
3276
  })(PrivateCertificateConfigurationTemplatePrototype = SecretsManagerV2.PrivateCertificateConfigurationTemplatePrototype || (SecretsManagerV2.PrivateCertificateConfigurationTemplatePrototype = {}));
3277
+ var PrivateCertificateCryptoProviderHPCS;
3278
+ (function (PrivateCertificateCryptoProviderHPCS) {
3279
+ var Constants;
3280
+ (function (Constants) {
3281
+ /** The type of cryptographic provider. */
3282
+ var Type;
3283
+ (function (Type) {
3284
+ Type["HYPER_PROTECT_CRYPTO_SERVICES"] = "hyper_protect_crypto_services";
3285
+ })(Type = Constants.Type || (Constants.Type = {}));
3286
+ })(Constants = PrivateCertificateCryptoProviderHPCS.Constants || (PrivateCertificateCryptoProviderHPCS.Constants = {}));
3287
+ })(PrivateCertificateCryptoProviderHPCS = SecretsManagerV2.PrivateCertificateCryptoProviderHPCS || (SecretsManagerV2.PrivateCertificateCryptoProviderHPCS = {}));
3258
3288
  var PrivateCertificateMetadata;
3259
3289
  (function (PrivateCertificateMetadata) {
3260
3290
  var Constants;
@@ -3440,13 +3470,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3440
3470
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3441
3471
  var ConfigType;
3442
3472
  (function (ConfigType) {
3443
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3444
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3445
3473
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3446
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3474
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3475
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3447
3476
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3448
3477
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3449
3478
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3479
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3450
3480
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3451
3481
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3452
3482
  var SecretType;
@@ -3475,13 +3505,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3475
3505
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3476
3506
  var ConfigType;
3477
3507
  (function (ConfigType) {
3478
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3479
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3480
3508
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3481
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3509
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3510
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3482
3511
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3483
3512
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3484
3513
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3514
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3485
3515
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3486
3516
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3487
3517
  var SecretType;
@@ -3522,13 +3552,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3522
3552
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3523
3553
  var ConfigType;
3524
3554
  (function (ConfigType) {
3525
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3526
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3527
3555
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3528
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3556
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3557
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3529
3558
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3530
3559
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3531
3560
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3561
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3532
3562
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3533
3563
  /** The configuration of the Let's Encrypt CA environment. */
3534
3564
  var LetsEncryptEnvironment;
@@ -3545,13 +3575,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3545
3575
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3546
3576
  var ConfigType;
3547
3577
  (function (ConfigType) {
3548
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3549
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3550
3578
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3551
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3579
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3580
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3552
3581
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3553
3582
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3554
3583
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3584
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3555
3585
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3556
3586
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3557
3587
  var SecretType;
@@ -3574,13 +3604,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3574
3604
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3575
3605
  var ConfigType;
3576
3606
  (function (ConfigType) {
3577
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3578
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3579
3607
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3580
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3608
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3609
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3581
3610
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3582
3611
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3583
3612
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3613
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3584
3614
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3585
3615
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3586
3616
  var SecretType;
@@ -3603,13 +3633,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3603
3633
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3604
3634
  var ConfigType;
3605
3635
  (function (ConfigType) {
3606
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3607
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3608
3636
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3609
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3637
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3638
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3610
3639
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3611
3640
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3612
3641
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3642
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3613
3643
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3614
3644
  })(Constants = PublicCertificateConfigurationDNSClassicInfrastructurePrototype.Constants || (PublicCertificateConfigurationDNSClassicInfrastructurePrototype.Constants = {}));
3615
3645
  })(PublicCertificateConfigurationDNSClassicInfrastructurePrototype = SecretsManagerV2.PublicCertificateConfigurationDNSClassicInfrastructurePrototype || (SecretsManagerV2.PublicCertificateConfigurationDNSClassicInfrastructurePrototype = {}));
@@ -3620,13 +3650,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3620
3650
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3621
3651
  var ConfigType;
3622
3652
  (function (ConfigType) {
3623
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3624
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3625
3653
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3626
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3654
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3655
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3627
3656
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3628
3657
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3629
3658
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3659
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3630
3660
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3631
3661
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3632
3662
  var SecretType;
@@ -3649,13 +3679,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3649
3679
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3650
3680
  var ConfigType;
3651
3681
  (function (ConfigType) {
3652
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3653
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3654
3682
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3655
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3683
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3684
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3656
3685
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3657
3686
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3658
3687
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3688
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3659
3689
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3660
3690
  /** The secret type. Supported types are arbitrary, imported_cert, public_cert, private_cert, iam_credentials, service_credentials, kv, and username_password. */
3661
3691
  var SecretType;
@@ -3678,13 +3708,13 @@ var SecretsManagerV2 = /** @class */ (function (_super) {
3678
3708
  /** The configuration type. Can be one of: iam_credentials_configuration, public_cert_configuration_ca_lets_encrypt, public_cert_configuration_dns_classic_infrastructure, public_cert_configuration_dns_cloud_internet_services, private_cert_configuration_root_ca, private_cert_configuration_intermediate_ca, private_cert_configuration_template. */
3679
3709
  var ConfigType;
3680
3710
  (function (ConfigType) {
3681
- ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3682
- ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3683
3711
  ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLOUD_INTERNET_SERVICES"] = "public_cert_configuration_dns_cloud_internet_services";
3684
- ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3712
+ ConfigType["PUBLIC_CERT_CONFIGURATION_DNS_CLASSIC_INFRASTRUCTURE"] = "public_cert_configuration_dns_classic_infrastructure";
3713
+ ConfigType["PUBLIC_CERT_CONFIGURATION_CA_LETS_ENCRYPT"] = "public_cert_configuration_ca_lets_encrypt";
3685
3714
  ConfigType["PRIVATE_CERT_CONFIGURATION_ROOT_CA"] = "private_cert_configuration_root_ca";
3686
3715
  ConfigType["PRIVATE_CERT_CONFIGURATION_INTERMEDIATE_CA"] = "private_cert_configuration_intermediate_ca";
3687
3716
  ConfigType["PRIVATE_CERT_CONFIGURATION_TEMPLATE"] = "private_cert_configuration_template";
3717
+ ConfigType["IAM_CREDENTIALS_CONFIGURATION"] = "iam_credentials_configuration";
3688
3718
  })(ConfigType = Constants.ConfigType || (Constants.ConfigType = {}));
3689
3719
  })(Constants = PublicCertificateConfigurationDNSCloudInternetServicesPrototype.Constants || (PublicCertificateConfigurationDNSCloudInternetServicesPrototype.Constants = {}));
3690
3720
  })(PublicCertificateConfigurationDNSCloudInternetServicesPrototype = SecretsManagerV2.PublicCertificateConfigurationDNSCloudInternetServicesPrototype || (SecretsManagerV2.PublicCertificateConfigurationDNSCloudInternetServicesPrototype = {}));