Update to python SDK docs: 14535395476

This commit is contained in:
developer-relations-sp
2025-04-18 12:50:08 +00:00
parent 254f62756c
commit 6e750d81d3
20 changed files with 7340 additions and 7350 deletions

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.beta.models.account_usage import AccountUsage from sailpoint.beta.models.account_usage import AccountUsage
account_usage = AccountUsage( account_usage = AccountUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10 count=10
) )

View File

@@ -56,8 +56,8 @@ data={description=Auditing},
approval_status='APPROVED', approval_status='APPROVED',
comment='approved', comment='approved',
completion_date='2020-03-24T11:11:41.139-05:00', completion_date='2020-03-24T11:11:41.139-05:00',
start_date='Mon Mar 23 20:00:00 EDT 2020', start_date='Tue Mar 24 00:00:00 UTC 2020',
end_date='Wed Mar 24 20:00:00 EDT 2021', end_date='Thu Mar 25 00:00:00 UTC 2021',
modified='2020-03-24T11:11:41.139-05:00', modified='2020-03-24T11:11:41.139-05:00',
created='2020-03-24T11:11:41.139-05:00' created='2020-03-24T11:11:41.139-05:00'
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.beta.models.source_usage import SourceUsage from sailpoint.beta.models.source_usage import SourceUsage
source_usage = SourceUsage( source_usage = SourceUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10.45 count=10.45
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v2024.models.account_usage import AccountUsage from sailpoint.v2024.models.account_usage import AccountUsage
account_usage = AccountUsage( account_usage = AccountUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10 count=10
) )

View File

@@ -56,8 +56,8 @@ data={description=Auditing},
approval_status='APPROVED', approval_status='APPROVED',
comment='approved', comment='approved',
completion_date='2020-03-24T11:11:41.139-05:00', completion_date='2020-03-24T11:11:41.139-05:00',
start_date='Mon Mar 23 20:00:00 EDT 2020', start_date='Tue Mar 24 00:00:00 UTC 2020',
end_date='Wed Mar 24 20:00:00 EDT 2021', end_date='Thu Mar 25 00:00:00 UTC 2021',
modified='2020-03-24T11:11:41.139-05:00', modified='2020-03-24T11:11:41.139-05:00',
created='2020-03-24T11:11:41.139-05:00' created='2020-03-24T11:11:41.139-05:00'
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v2024.models.source_usage import SourceUsage from sailpoint.v2024.models.source_usage import SourceUsage
source_usage = SourceUsage( source_usage = SourceUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10.45 count=10.45
) )

View File

@@ -38,9 +38,7 @@ name='CSP',
multiselect=True, multiselect=True,
status='active', status='active',
type='governance', type='governance',
object_types=[ object_types=[general],
'general'
],
description='Indicates the type of deployment environment of an access item.', description='Indicates the type of deployment environment of an access item.',
values=[ values=[
sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner( sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner(

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v2025.models.account_usage import AccountUsage from sailpoint.v2025.models.account_usage import AccountUsage
account_usage = AccountUsage( account_usage = AccountUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10 count=10
) )

View File

@@ -22,8 +22,8 @@ Name | Type | Description | Notes
**value** | **str** | The value of the entitlement | [optional] **value** | **str** | The value of the entitlement | [optional]
**source_schema_object_type** | **str** | The object type of the entitlement from the source schema | [optional] **source_schema_object_type** | **str** | The object type of the entitlement from the source schema | [optional]
**description** | **str** | The description of the entitlement | [optional] **description** | **str** | The description of the entitlement | [optional]
**privileged** | **bool** | True if the entitlement is privileged | [optional] **privileged** | **bool** | True if the entitlement is privileged | [optional] [default to False]
**cloud_governed** | **bool** | True if the entitlement is cloud governed | [optional] **cloud_governed** | **bool** | True if the entitlement is cloud governed | [optional] [default to False]
**requestable** | **bool** | True if the entitlement is able to be directly requested | [optional] [default to False] **requestable** | **bool** | True if the entitlement is able to be directly requested | [optional] [default to False]
**owner** | [**EntitlementOwner**](entitlement-owner) | | [optional] **owner** | [**EntitlementOwner**](entitlement-owner) | | [optional]
**manually_updated_fields** | **map[string]object** | A map of entitlement fields that have been manually updated. The key is the field name in UPPER_SNAKE_CASE format, and the value is true or false to indicate if the field has been updated. | [optional] **manually_updated_fields** | **map[string]object** | A map of entitlement fields that have been manually updated. The key is the field name in UPPER_SNAKE_CASE format, and the value is true or false to indicate if the field has been updated. | [optional]
@@ -64,9 +64,7 @@ access_model_metadata=sailpoint.v2025.models.entitlement_access_model_metadata.E
multiselect = True, multiselect = True,
status = 'active', status = 'active',
type = 'governance', type = 'governance',
object_types = [ object_types = [general],
'general'
],
description = 'Indicates the type of deployment environment of an access item.', description = 'Indicates the type of deployment environment of an access item.',
values = [ values = [
sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner( sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner(
@@ -85,9 +83,7 @@ attributes={fieldName=fieldValue},
segments=[f7b1b8a3-5fed-4fd4-ad29-82014e137e19, 29cb6c06-1da8-43ea-8be4-b3125f248f2a], segments=[f7b1b8a3-5fed-4fd4-ad29-82014e137e19, 29cb6c06-1da8-43ea-8be4-b3125f248f2a],
direct_permissions=[ direct_permissions=[
sailpoint.v2025.models.permission_dto.PermissionDto( sailpoint.v2025.models.permission_dto.PermissionDto(
rights = [ rights = HereIsRight1,
'SELECT'
],
target = 'SYS.GV_$TRANSACTION', ) target = 'SYS.GV_$TRANSACTION', )
] ]
) )

View File

@@ -33,9 +33,7 @@ attributes=[
multiselect = True, multiselect = True,
status = 'active', status = 'active',
type = 'governance', type = 'governance',
object_types = [ object_types = [general],
'general'
],
description = 'Indicates the type of deployment environment of an access item.', description = 'Indicates the type of deployment environment of an access item.',
values = [ values = [
sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner( sailpoint.v2025.models.access_model_metadata_values_inner.AccessModelMetadata_values_inner(

View File

@@ -56,8 +56,8 @@ data={description=Auditing},
approval_status='APPROVED', approval_status='APPROVED',
comment='approved', comment='approved',
completion_date='2020-03-24T11:11:41.139-05:00', completion_date='2020-03-24T11:11:41.139-05:00',
start_date='Mon Mar 23 20:00:00 EDT 2020', start_date='Tue Mar 24 00:00:00 UTC 2020',
end_date='Wed Mar 24 20:00:00 EDT 2021', end_date='Thu Mar 25 00:00:00 UTC 2021',
modified='2020-03-24T11:11:41.139-05:00', modified='2020-03-24T11:11:41.139-05:00',
created='2020-03-24T11:11:41.139-05:00' created='2020-03-24T11:11:41.139-05:00'
) )

View File

@@ -27,9 +27,7 @@ Name | Type | Description | Notes
from sailpoint.v2025.models.permission_dto import PermissionDto from sailpoint.v2025.models.permission_dto import PermissionDto
permission_dto = PermissionDto( permission_dto = PermissionDto(
rights=[ rights=HereIsRight1,
'SELECT'
],
target='SYS.GV_$TRANSACTION' target='SYS.GV_$TRANSACTION'
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v2025.models.source_usage import SourceUsage from sailpoint.v2025.models.source_usage import SourceUsage
source_usage = SourceUsage( source_usage = SourceUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10.45 count=10.45
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v3.models.account_usage import AccountUsage from sailpoint.v3.models.account_usage import AccountUsage
account_usage = AccountUsage( account_usage = AccountUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10 count=10
) )

View File

@@ -56,8 +56,8 @@ data={description=Auditing},
approval_status='APPROVED', approval_status='APPROVED',
comment='approved', comment='approved',
completion_date='2020-03-24T11:11:41.139-05:00', completion_date='2020-03-24T11:11:41.139-05:00',
start_date='Mon Mar 23 20:00:00 EDT 2020', start_date='Tue Mar 24 00:00:00 UTC 2020',
end_date='Wed Mar 24 20:00:00 EDT 2021', end_date='Thu Mar 25 00:00:00 UTC 2021',
modified='2020-03-24T11:11:41.139-05:00', modified='2020-03-24T11:11:41.139-05:00',
created='2020-03-24T11:11:41.139-05:00' created='2020-03-24T11:11:41.139-05:00'
) )

View File

@@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.v3.models.source_usage import SourceUsage from sailpoint.v3.models.source_usage import SourceUsage
source_usage = SourceUsage( source_usage = SourceUsage(
var_date='Thu Apr 20 20:00:00 EDT 2023', var_date='Fri Apr 21 00:00:00 UTC 2023',
count=10.45 count=10.45
) )

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff