Skip to content

Commit 9ac6f3f

Browse files
Fix attributes of ArkPCloudSafeMember (#41)
* Fix attribut of ArkPCloudSafeMember * Bump the pyproject patch version --------- Co-authored-by: ofir iluz <[email protected]>
1 parent a7f1be6 commit 9ac6f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ark_sdk_python/models/services/pcloud/safes/ark_pcloud_safe_member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ArkPCloudSafeMember(ArkCamelizedModel):
5656
member_name: str = Field(description='Name of the member of the safe')
5757
member_type: ArkPCloudSafeMemberType = Field(description='Type of the member of the safe')
5858
membership_expiration_date: Optional[int] = Field(description='Expiration date of the member on the safe')
59-
is_expired_membership_enabled: Optional[bool] = Field(description='Whether expired membership is enabled or not')
59+
is_expired_membership_enable: Optional[bool] = Field(description='Whether expired membership is enabled or not')
6060
is_predefined_user: bool = Field(description='Whether this is a predefined user or not')
6161
is_read_only: bool = Field(description='Whether this member is read only')
6262
permissions: ArkPCloudSafeMemberPermissions = Field(description='Permissions of the safe member')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ark-sdk-python"
3-
version = "2.0.11"
3+
version = "2.0.12"
44
description='Official Ark SDK / CLI for CyberArk Identity Security Platform'
55
authors = ["CyberArk <[email protected]>", "Ofir Iluz <[email protected]"]
66
readme = "README.md"

0 commit comments

Comments
 (0)