File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ark_sdk_python/models/services/pcloud/safes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ark-sdk-python"
3- version = " 2.0.11 "
3+ version = " 2.0.12 "
44description =' Official Ark SDK / CLI for CyberArk Identity Security Platform'
55authors = [
" CyberArk <[email protected] >" ,
" Ofir Iluz <[email protected] " ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments