Skip to content

Commit f375f03

Browse files
committed
"Release v5.0.17"
1 parent 7947ab1 commit f375f03

119 files changed

Lines changed: 191 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.16
7+
- Package version: 5.0.17
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.16"
18+
__version__ = "5.0.17"
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.16/python'
82+
self.user_agent = 'OpenAPI-Generator/5.0.17/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.16".\
329+
"SDK Package Version: 5.0.17".\
330330
format(env=sys.platform, pyversion=sys.version)
331331

332332
def get_host_settings(self):

akeyless/models/auth_method_create_api_key.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def access_expires(self, access_expires):
149149
def allowed_client_type(self):
150150
"""Gets the allowed_client_type of this AuthMethodCreateApiKey. # noqa: E501
151151
152+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
152153
153154
:return: The allowed_client_type of this AuthMethodCreateApiKey. # noqa: E501
154155
:rtype: list[str]
@@ -159,6 +160,7 @@ def allowed_client_type(self):
159160
def allowed_client_type(self, allowed_client_type):
160161
"""Sets the allowed_client_type of this AuthMethodCreateApiKey.
161162
163+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
162164
163165
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateApiKey. # noqa: E501
164166
:type: list[str]

akeyless/models/auth_method_create_aws_iam.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ def access_expires(self, access_expires):
193193
def allowed_client_type(self):
194194
"""Gets the allowed_client_type of this AuthMethodCreateAwsIam. # noqa: E501
195195
196+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
196197
197198
:return: The allowed_client_type of this AuthMethodCreateAwsIam. # noqa: E501
198199
:rtype: list[str]
@@ -203,6 +204,7 @@ def allowed_client_type(self):
203204
def allowed_client_type(self, allowed_client_type):
204205
"""Sets the allowed_client_type of this AuthMethodCreateAwsIam.
205206
207+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
206208
207209
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateAwsIam. # noqa: E501
208210
:type: list[str]

akeyless/models/auth_method_create_azure_ad.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def access_expires(self, access_expires):
213213
def allowed_client_type(self):
214214
"""Gets the allowed_client_type of this AuthMethodCreateAzureAD. # noqa: E501
215215
216+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
216217
217218
:return: The allowed_client_type of this AuthMethodCreateAzureAD. # noqa: E501
218219
:rtype: list[str]
@@ -223,6 +224,7 @@ def allowed_client_type(self):
223224
def allowed_client_type(self, allowed_client_type):
224225
"""Sets the allowed_client_type of this AuthMethodCreateAzureAD.
225226
227+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
226228
227229
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateAzureAD. # noqa: E501
228230
:type: list[str]

akeyless/models/auth_method_create_cert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def access_expires(self, access_expires):
198198
def allowed_client_type(self):
199199
"""Gets the allowed_client_type of this AuthMethodCreateCert. # noqa: E501
200200
201+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
201202
202203
:return: The allowed_client_type of this AuthMethodCreateCert. # noqa: E501
203204
:rtype: list[str]
@@ -208,6 +209,7 @@ def allowed_client_type(self):
208209
def allowed_client_type(self, allowed_client_type):
209210
"""Sets the allowed_client_type of this AuthMethodCreateCert.
210211
212+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
211213
212214
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateCert. # noqa: E501
213215
:type: list[str]

akeyless/models/auth_method_create_email.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def access_expires(self, access_expires):
163163
def allowed_client_type(self):
164164
"""Gets the allowed_client_type of this AuthMethodCreateEmail. # noqa: E501
165165
166+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
166167
167168
:return: The allowed_client_type of this AuthMethodCreateEmail. # noqa: E501
168169
:rtype: list[str]
@@ -173,6 +174,7 @@ def allowed_client_type(self):
173174
def allowed_client_type(self, allowed_client_type):
174175
"""Sets the allowed_client_type of this AuthMethodCreateEmail.
175176
177+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
176178
177179
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateEmail. # noqa: E501
178180
:type: list[str]

akeyless/models/auth_method_create_gcp.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def access_expires(self, access_expires):
192192
def allowed_client_type(self):
193193
"""Gets the allowed_client_type of this AuthMethodCreateGcp. # noqa: E501
194194
195+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
195196
196197
:return: The allowed_client_type of this AuthMethodCreateGcp. # noqa: E501
197198
:rtype: list[str]
@@ -202,6 +203,7 @@ def allowed_client_type(self):
202203
def allowed_client_type(self, allowed_client_type):
203204
"""Sets the allowed_client_type of this AuthMethodCreateGcp.
204205
206+
limit the auth method usage for specific client types [cli,ui,gateway-admin,sdk,mobile,extension] # noqa: E501
205207
206208
:param allowed_client_type: The allowed_client_type of this AuthMethodCreateGcp. # noqa: E501
207209
:type: list[str]

0 commit comments

Comments
 (0)