Skip to content

Commit 7bed5f1

Browse files
author
BitsAdmin
committed
Merge branch 'iam-Python-2018-01-01-online-1460-2025_08_19_13_05_15' into 'integration_2025-08-21_1037026207234'
feat: [development task] iam-1460-Python (1576833) See merge request iaasng/volcengine-python-sdk!761
2 parents 3084119 + b9a09c1 commit 7bed5f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

volcenginesdkiam/.DS_Store

-6 KB
Binary file not shown.

volcenginesdkiam/models/set_security_config_request.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class SetSecurityConfigRequest(object):
3333
and the value is json key in definition.
3434
"""
3535
swagger_types = {
36-
'safe_auth_exempt_duration': 'str',
36+
'safe_auth_exempt_duration': 'int',
3737
'safe_auth_type': 'str',
3838
'user_name': 'str'
3939
}
@@ -66,7 +66,7 @@ def safe_auth_exempt_duration(self):
6666
6767
6868
:return: The safe_auth_exempt_duration of this SetSecurityConfigRequest. # noqa: E501
69-
:rtype: str
69+
:rtype: int
7070
"""
7171
return self._safe_auth_exempt_duration
7272

@@ -76,7 +76,7 @@ def safe_auth_exempt_duration(self, safe_auth_exempt_duration):
7676
7777
7878
:param safe_auth_exempt_duration: The safe_auth_exempt_duration of this SetSecurityConfigRequest. # noqa: E501
79-
:type: str
79+
:type: int
8080
"""
8181

8282
self._safe_auth_exempt_duration = safe_auth_exempt_duration

0 commit comments

Comments
 (0)