You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibm_secrets_manager_sdk/secrets_manager_v2.py
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# coding: utf-8
2
2
3
-
# (C) Copyright IBM Corp. 2025.
3
+
# (C) Copyright IBM Corp. 2026.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
-
# IBM OpenAPI SDK Code Generator Version: 3.107.0-b68ebf7a-20250811-145645
17
+
# IBM OpenAPI SDK Code Generator Version: 3.114.0-a902401e-20260427-192904
18
18
19
19
"""
20
20
With IBM Cloud® Secrets Manager, you can create, lease, and centrally manage secrets that
@@ -80,7 +80,7 @@ def construct_service_url(
80
80
81
81
:param str instance_id: (optional) The Secrets Manager Instance ID assigned by the service provider
82
82
(default 'provide-here-your-smgr-instanceuuid')
83
-
:param str region: (optional) The region where you provisioned your Secrets Manager Instance. Available values: us-south, us-east, au-syd, jp-osa, jp-tok, eu-de, eu-gb, eu-es, ca-tor, ca-mon, br-sao
83
+
:param str region: (optional) The region where you provisioned your Secrets Manager Instance. Available values: us-south, us-east, au-syd, jp-osa, jp-tok, eu-de, eu-gb, eu-es, ca-tor, ca-mon, br-sao, in-che
84
84
(default 'us-south')
85
85
:return: The formatted URL with all variable placeholders replaced by values.
86
86
:rtype: str
@@ -3811,7 +3811,7 @@ class CustomCredentialsNewCredentials:
3811
3811
:param str id: An identifier of credentials in the credentials provider that is
3812
3812
used by the custom credentials secret type.
3813
3813
:param dict payload: The fields that can be passed to and from the custom
3814
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
3814
+
credentials engine. Allowed types are string, integer, and boolean.
3815
3815
"""
3816
3816
3817
3817
def __init__(
@@ -3825,7 +3825,7 @@ def __init__(
3825
3825
:param str id: An identifier of credentials in the credentials provider
3826
3826
that is used by the custom credentials secret type.
3827
3827
:param dict payload: The fields that can be passed to and from the custom
3828
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
3828
+
credentials engine. Allowed types are string, integer, and boolean.
3829
3829
"""
3830
3830
self.id = id
3831
3831
self.payload = payload
@@ -11429,9 +11429,9 @@ class CustomCredentialsSecret(Secret):
11429
11429
(automatic or manual) for the secret failed.
11430
11430
:param str configuration: The name of the custom credentials configuration.
11431
11431
:param dict parameters: (optional) The fields that can be passed to and from the
11432
-
custom credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
11432
+
custom credentials engine. Allowed types are string, integer, and boolean.
11433
11433
:param dict credentials_content: The fields that can be passed to and from the
11434
-
custom credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
11434
+
custom credentials engine. Allowed types are string, integer, and boolean.
11435
11435
"""
11436
11436
11437
11437
def __init__(
@@ -11486,8 +11486,8 @@ def __init__(
11486
11486
:param int versions_total: The number of versions of your secret.
11487
11487
:param str configuration: The name of the custom credentials configuration.
11488
11488
:param dict credentials_content: The fields that can be passed to and from
11489
-
the custom credentials engine. Allowed types are 'string', 'integer' and
11490
-
'boolean'.
11489
+
the custom credentials engine. Allowed types are string, integer, and
11490
+
boolean.
11491
11491
:param datetime retrieved_at: (optional) The date when the data of the
11492
11492
secret was last retrieved. The date format follows RFC 3339. Epoch date if
11493
11493
there is no record of secret data retrieval.
@@ -11522,8 +11522,8 @@ def __init__(
11522
11522
:param str last_failed_task_id: (optional) A Secret Manager task
11523
11523
identifier.
11524
11524
:param dict parameters: (optional) The fields that can be passed to and
11525
-
from the custom credentials engine. Allowed types are 'string', 'integer'
11526
-
and 'boolean'.
11525
+
from the custom credentials engine. Allowed types are string, integer, and
11526
+
boolean.
11527
11527
"""
11528
11528
# pylint: disable=super-init-not-called
11529
11529
self.created_by = created_by
@@ -11840,7 +11840,7 @@ class CustomCredentialsSecretMetadata(SecretMetadata):
11840
11840
(automatic or manual) for the secret failed.
11841
11841
:param str configuration: The name of the custom credentials configuration.
11842
11842
:param dict parameters: (optional) The fields that can be passed to and from the
11843
-
custom credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
11843
+
custom credentials engine. Allowed types are string, integer, and boolean.
11844
11844
"""
11845
11845
11846
11846
def __init__(
@@ -11927,8 +11927,8 @@ def __init__(
11927
11927
:param str last_failed_task_id: (optional) A Secret Manager task
11928
11928
identifier.
11929
11929
:param dict parameters: (optional) The fields that can be passed to and
11930
-
from the custom credentials engine. Allowed types are 'string', 'integer'
11931
-
and 'boolean'.
11930
+
from the custom credentials engine. Allowed types are string, integer, and
11931
+
boolean.
11932
11932
"""
11933
11933
# pylint: disable=super-init-not-called
11934
11934
self.created_by = created_by
@@ -12196,7 +12196,7 @@ class CustomCredentialsSecretMetadataPatch(SecretMetadataPatch):
12196
12196
rotation. For the custom_credentials secret type, the TTL field is optional. The
12197
12197
minimum duration is 1 day. The maximum is 90 days.
12198
12198
:param dict parameters: (optional) The parameters that are passed to custom
12199
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
12199
+
credentials engine. Allowed types are string, integer, and boolean.
12200
12200
"""
12201
12201
12202
12202
def __init__(
@@ -12244,7 +12244,7 @@ def __init__(
12244
12244
secret type, the TTL field is optional. The minimum duration is 1 day. The
12245
12245
maximum is 90 days.
12246
12246
:param dict parameters: (optional) The parameters that are passed to custom
12247
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
12247
+
credentials engine. Allowed types are string, integer, and boolean.
12248
12248
"""
12249
12249
# pylint: disable=super-init-not-called
12250
12250
self.custom_metadata = custom_metadata
@@ -12363,7 +12363,7 @@ class CustomCredentialsSecretPrototype(SecretPrototype):
12363
12363
a user can customize.
12364
12364
:param str configuration: The name of the custom credentials configuration.
12365
12365
:param dict parameters: (optional) The parameters that are passed to custom
12366
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
12366
+
credentials engine. Allowed types are string, integer, and boolean.
12367
12367
"""
12368
12368
12369
12369
def __init__(
@@ -12423,7 +12423,7 @@ def __init__(
12423
12423
:param dict version_custom_metadata: (optional) The secret version metadata
12424
12424
that a user can customize.
12425
12425
:param dict parameters: (optional) The parameters that are passed to custom
12426
-
credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
12426
+
credentials engine. Allowed types are string, integer, and boolean.
12427
12427
"""
12428
12428
# pylint: disable=super-init-not-called
12429
12429
self.custom_metadata = custom_metadata
@@ -12577,7 +12577,7 @@ class CustomCredentialsSecretVersion(SecretVersion):
12577
12577
:param str credentials_id: (optional) Credentials created by the custom
12578
12578
credentials system.
12579
12579
:param dict credentials_content: The fields that can be passed to and from the
12580
-
custom credentials engine. Allowed types are 'string', 'integer' and 'boolean'.
12580
+
custom credentials engine. Allowed types are string, integer, and boolean.
12581
12581
"""
12582
12582
12583
12583
def __init__(
@@ -12615,8 +12615,8 @@ def __init__(
12615
12615
available in this secret version.
12616
12616
:param str secret_id: A UUID identifier.
12617
12617
:param dict credentials_content: The fields that can be passed to and from
12618
-
the custom credentials engine. Allowed types are 'string', 'integer' and
12619
-
'boolean'.
12618
+
the custom credentials engine. Allowed types are string, integer, and
12619
+
boolean.
12620
12620
:param bool auto_rotated: (optional) Indicates whether the version of the
12621
12621
secret was created by automatic rotation.
12622
12622
:param str alias: (optional) A human-readable alias that describes the
0 commit comments