Skip to content

Commit b3ec8fd

Browse files
committed
"Release v5.0.10"
1 parent ebd6dba commit b3ec8fd

23 files changed

Lines changed: 218 additions & 307 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The purpose of this application is to provide access to Akeyless API.
44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

66
- API version: 3.0
7-
- Package version: 5.0.9
7+
- Package version: 5.0.10
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [http://akeyless.io](http://akeyless.io)
1010

akeyless/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "5.0.9"
18+
__version__ = "5.0.10"
1919

2020
# import apis into sdk package
2121
from akeyless.api.v2_api import V2Api

akeyless/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7979
self.default_headers[header_name] = header_value
8080
self.cookie = cookie
8181
# Set default User-Agent.
82-
self.user_agent = 'OpenAPI-Generator/5.0.9/python'
82+
self.user_agent = 'OpenAPI-Generator/5.0.10/python'
8383
self.client_side_validation = configuration.client_side_validation
8484

8585
def __enter__(self):

akeyless/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def to_debug_report(self):
326326
"OS: {env}\n"\
327327
"Python Version: {pyversion}\n"\
328328
"Version of the API: 3.0\n"\
329-
"SDK Package Version: 5.0.9".\
329+
"SDK Package Version: 5.0.10".\
330330
format(env=sys.platform, pyversion=sys.version)
331331

332332
def get_host_settings(self):

akeyless/models/create_esm.py

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class CreateESM(object):
3737
'azure_kv_name': 'str',
3838
'delete_protection': 'str',
3939
'description': 'str',
40+
'gcp_project_id': 'str',
4041
'json': 'bool',
4142
'k8s_namespace': 'str',
4243
'name': 'str',
@@ -50,6 +51,7 @@ class CreateESM(object):
5051
'azure_kv_name': 'azure-kv-name',
5152
'delete_protection': 'delete_protection',
5253
'description': 'description',
54+
'gcp_project_id': 'gcp-project-id',
5355
'json': 'json',
5456
'k8s_namespace': 'k8s-namespace',
5557
'name': 'name',
@@ -59,7 +61,7 @@ class CreateESM(object):
5961
'uid_token': 'uid-token'
6062
}
6163

62-
def __init__(self, azure_kv_name=None, delete_protection=None, description=None, json=False, k8s_namespace=None, name=None, tags=None, target_to_associate=None, token=None, uid_token=None, local_vars_configuration=None): # noqa: E501
64+
def __init__(self, azure_kv_name=None, delete_protection=None, description=None, gcp_project_id=None, json=False, k8s_namespace=None, name=None, tags=None, target_to_associate=None, token=None, uid_token=None, local_vars_configuration=None): # noqa: E501
6365
"""CreateESM - a model defined in OpenAPI""" # noqa: E501
6466
if local_vars_configuration is None:
6567
local_vars_configuration = Configuration()
@@ -68,6 +70,7 @@ def __init__(self, azure_kv_name=None, delete_protection=None, description=None,
6870
self._azure_kv_name = None
6971
self._delete_protection = None
7072
self._description = None
73+
self._gcp_project_id = None
7174
self._json = None
7275
self._k8s_namespace = None
7376
self._name = None
@@ -83,6 +86,8 @@ def __init__(self, azure_kv_name=None, delete_protection=None, description=None,
8386
self.delete_protection = delete_protection
8487
if description is not None:
8588
self.description = description
89+
if gcp_project_id is not None:
90+
self.gcp_project_id = gcp_project_id
8691
if json is not None:
8792
self.json = json
8893
if k8s_namespace is not None:
@@ -165,6 +170,29 @@ def description(self, description):
165170

166171
self._description = description
167172

173+
@property
174+
def gcp_project_id(self):
175+
"""Gets the gcp_project_id of this CreateESM. # noqa: E501
176+
177+
GCP Project ID (Relevant only for GCP targets) # noqa: E501
178+
179+
:return: The gcp_project_id of this CreateESM. # noqa: E501
180+
:rtype: str
181+
"""
182+
return self._gcp_project_id
183+
184+
@gcp_project_id.setter
185+
def gcp_project_id(self, gcp_project_id):
186+
"""Sets the gcp_project_id of this CreateESM.
187+
188+
GCP Project ID (Relevant only for GCP targets) # noqa: E501
189+
190+
:param gcp_project_id: The gcp_project_id of this CreateESM. # noqa: E501
191+
:type: str
192+
"""
193+
194+
self._gcp_project_id = gcp_project_id
195+
168196
@property
169197
def json(self):
170198
"""Gets the json of this CreateESM. # noqa: E501

akeyless/models/create_usc.py

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class CreateUSC(object):
3737
'azure_kv_name': 'str',
3838
'delete_protection': 'str',
3939
'description': 'str',
40+
'gcp_project_id': 'str',
4041
'json': 'bool',
4142
'k8s_namespace': 'str',
4243
'name': 'str',
@@ -52,6 +53,7 @@ class CreateUSC(object):
5253
'azure_kv_name': 'azure-kv-name',
5354
'delete_protection': 'delete_protection',
5455
'description': 'description',
56+
'gcp_project_id': 'gcp-project-id',
5557
'json': 'json',
5658
'k8s_namespace': 'k8s-namespace',
5759
'name': 'name',
@@ -63,7 +65,7 @@ class CreateUSC(object):
6365
'use_prefix_as_filter': 'use-prefix-as-filter'
6466
}
6567

66-
def __init__(self, azure_kv_name=None, delete_protection=None, description=None, json=False, k8s_namespace=None, name=None, tags=None, target_to_associate=None, token=None, uid_token=None, usc_prefix=None, use_prefix_as_filter='false', local_vars_configuration=None): # noqa: E501
68+
def __init__(self, azure_kv_name=None, delete_protection=None, description=None, gcp_project_id=None, json=False, k8s_namespace=None, name=None, tags=None, target_to_associate=None, token=None, uid_token=None, usc_prefix=None, use_prefix_as_filter='false', local_vars_configuration=None): # noqa: E501
6769
"""CreateUSC - a model defined in OpenAPI""" # noqa: E501
6870
if local_vars_configuration is None:
6971
local_vars_configuration = Configuration()
@@ -72,6 +74,7 @@ def __init__(self, azure_kv_name=None, delete_protection=None, description=None,
7274
self._azure_kv_name = None
7375
self._delete_protection = None
7476
self._description = None
77+
self._gcp_project_id = None
7578
self._json = None
7679
self._k8s_namespace = None
7780
self._name = None
@@ -89,6 +92,8 @@ def __init__(self, azure_kv_name=None, delete_protection=None, description=None,
8992
self.delete_protection = delete_protection
9093
if description is not None:
9194
self.description = description
95+
if gcp_project_id is not None:
96+
self.gcp_project_id = gcp_project_id
9297
if json is not None:
9398
self.json = json
9499
if k8s_namespace is not None:
@@ -175,6 +180,29 @@ def description(self, description):
175180

176181
self._description = description
177182

183+
@property
184+
def gcp_project_id(self):
185+
"""Gets the gcp_project_id of this CreateUSC. # noqa: E501
186+
187+
GCP Project ID (Relevant only for GCP targets) # noqa: E501
188+
189+
:return: The gcp_project_id of this CreateUSC. # noqa: E501
190+
:rtype: str
191+
"""
192+
return self._gcp_project_id
193+
194+
@gcp_project_id.setter
195+
def gcp_project_id(self, gcp_project_id):
196+
"""Sets the gcp_project_id of this CreateUSC.
197+
198+
GCP Project ID (Relevant only for GCP targets) # noqa: E501
199+
200+
:param gcp_project_id: The gcp_project_id of this CreateUSC. # noqa: E501
201+
:type: str
202+
"""
203+
204+
self._gcp_project_id = gcp_project_id
205+
178206
@property
179207
def json(self):
180208
"""Gets the json of this CreateUSC. # noqa: E501

0 commit comments

Comments
 (0)