Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,902 changes: 1,951 additions & 1,951 deletions sailpoint/beta/docs/Examples/python_code_examples_overlay.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sailpoint/beta/docs/Models/AccountUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.beta.models.account_usage import AccountUsage

account_usage = AccountUsage(
var_date='Fri Apr 21 00:00:00 UTC 2023',
var_date='Thu Apr 20 20:00:00 EDT 2023',
count=10
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ data={description=Auditing},
approval_status='APPROVED',
comment='approved',
completion_date='2020-03-24T11:11:41.139-05:00',
start_date='Tue Mar 24 00:00:00 UTC 2020',
end_date='Thu Mar 25 00:00:00 UTC 2021',
start_date='Mon Mar 23 20:00:00 EDT 2020',
end_date='Wed Mar 24 20:00:00 EDT 2021',
modified='2020-03-24T11:11:41.139-05:00',
created='2020-03-24T11:11:41.139-05:00'
)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/docs/Models/SourceUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Name | Type | Description | Notes
from sailpoint.beta.models.source_usage import SourceUsage

source_usage = SourceUsage(
var_date='Fri Apr 21 00:00:00 UTC 2023',
var_date='Thu Apr 20 20:00:00 EDT 2023',
count=10.45
)

Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/test/test_account_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> AccountUsage:
model = AccountUsage()
if include_optional:
return AccountUsage(
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
count = 10
)
else:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def make_instance(self, include_optional) -> NonEmployeeRequestWithoutApprovalIt
approval_status = 'APPROVED',
comment = 'approved',
completion_date = '2020-03-24T11:11:41.139-05:00',
start_date = 'Tue Mar 24 00:00:00 UTC 2020',
end_date = 'Thu Mar 25 00:00:00 UTC 2021',
start_date = 'Mon Mar 23 20:00:00 EDT 2020',
end_date = 'Wed Mar 24 20:00:00 EDT 2021',
modified = '2020-03-24T11:11:41.139-05:00',
created = '2020-03-24T11:11:41.139-05:00'
)
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/beta/test/test_source_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def make_instance(self, include_optional) -> SourceUsage:
model = SourceUsage()
if include_optional:
return SourceUsage(
var_date = 'Fri Apr 21 00:00:00 UTC 2023',
var_date = 'Thu Apr 20 20:00:00 EDT 2023',
count = 10.45
)
else:
Expand Down
2,900 changes: 1,450 additions & 1,450 deletions sailpoint/beta_README.md

Large diffs are not rendered by default.

10,206 changes: 5,103 additions & 5,103 deletions sailpoint/v2024/docs/Examples/python_code_examples_overlay.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions sailpoint/v2024/docs/Methods/AccessModelMetadataApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ from sailpoint.v2024.models.attribute_dto import AttributeDTO
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
key = 'iscPrivacy' # str | Technical name of the Attribute. # str | Technical name of the Attribute.
Expand Down Expand Up @@ -154,7 +154,7 @@ from sailpoint.v2024.models.attribute_value_dto import AttributeValueDTO
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
key = 'iscPrivacy' # str | Technical name of the Attribute. # str | Technical name of the Attribute.
Expand Down Expand Up @@ -227,7 +227,7 @@ from sailpoint.v2024.models.attribute_dto import AttributeDTO
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -300,7 +300,7 @@ from sailpoint.v2024.models.attribute_value_dto import AttributeValueDTO
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
key = 'iscPrivacy' # str | Technical name of the Attribute. # str | Technical name of the Attribute.
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/docs/Methods/AccessProfilesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ from sailpoint.v2024.models.access_profile_update_item import AccessProfileUpdat
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/docs/Methods/AccessRequestsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ from sailpoint.v2024.models.close_access_request import CloseAccessRequest
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down
2 changes: 1 addition & 1 deletion sailpoint/v2024/docs/Methods/AccountAggregationsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ from sailpoint.v2024.models.account_aggregation_status import AccountAggregation
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808477a6b0c60177a81146b8110b' # str | The account aggregation id # str | The account aggregation id
Expand Down
10 changes: 5 additions & 5 deletions sailpoint/v2024/docs/Methods/AccountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ from sailpoint.v2024.models.task_result_dto import TaskResultDto
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = 'c350d6aa4f104c61b062cb632421ad10' # str | The account id # str | The account id
Expand Down Expand Up @@ -394,7 +394,7 @@ from sailpoint.v2024.api_client import ApiClient
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808384203c2d018437e631158309' # str | The identity id. # str | The identity id.
Expand Down Expand Up @@ -467,7 +467,7 @@ from sailpoint.v2024.models.identities_accounts_bulk_request import IdentitiesAc
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -607,7 +607,7 @@ from sailpoint.v2024.api_client import ApiClient
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808384203c2d018437e631158309' # str | The identity id. # str | The identity id.
Expand Down Expand Up @@ -680,7 +680,7 @@ from sailpoint.v2024.models.identities_accounts_bulk_request import IdentitiesAc
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down
4 changes: 2 additions & 2 deletions sailpoint/v2024/docs/Methods/ApprovalsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ from sailpoint.v2024.models.approval import Approval
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '38453251-6be2-5f8f-df93-5ce19e295837' # str | ID of the approval that is to be returned # str | ID of the approval that is to be returned
Expand Down Expand Up @@ -147,7 +147,7 @@ from sailpoint.v2024.models.approval import Approval
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down
28 changes: 14 additions & 14 deletions sailpoint/v2024/docs/Methods/AppsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ from sailpoint.v2024.models.source_app_create_dto import SourceAppCreateDto
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -167,7 +167,7 @@ from sailpoint.v2024.models.access_profile_details import AccessProfileDetails
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the source app # str | ID of the source app
Expand Down Expand Up @@ -242,7 +242,7 @@ from sailpoint.v2024.models.source_app import SourceApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c9180835d191a86015d28455b4a2329' # str | source app ID. # str | source app ID.
Expand Down Expand Up @@ -315,7 +315,7 @@ from sailpoint.v2024.models.source_app import SourceApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the source app # str | ID of the source app
Expand Down Expand Up @@ -390,7 +390,7 @@ from sailpoint.v2024.models.access_profile_details import AccessProfileDetails
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the source app # str | ID of the source app
Expand Down Expand Up @@ -470,7 +470,7 @@ from sailpoint.v2024.models.source_app import SourceApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -551,7 +551,7 @@ from sailpoint.v2024.models.user_app import UserApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
filters = 'name eq \"user app name\"' # str | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **ownerId**: *eq* **ownerName**: *eq, sw* **ownerAlias**: *eq, sw* **accountId**: *eq* **sourceAppId**: *eq* # str | Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results) Filtering is supported for the following fields and operators: **id**: *eq* **ownerId**: *eq* **ownerName**: *eq, sw* **ownerAlias**: *eq, sw* **accountId**: *eq* **sourceAppId**: *eq*
Expand Down Expand Up @@ -631,7 +631,7 @@ from sailpoint.v2024.models.source_app import SourceApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -710,7 +710,7 @@ from sailpoint.v2024.models.app_account_details import AppAccountDetails
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the user app # str | ID of the user app
Expand Down Expand Up @@ -789,7 +789,7 @@ from sailpoint.v2024.models.source_app import SourceApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -869,7 +869,7 @@ from sailpoint.v2024.models.user_app import UserApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -950,7 +950,7 @@ from sailpoint.v2024.models.source_app_patch_dto import SourceAppPatchDto
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the source app to patch # str | ID of the source app to patch
Expand Down Expand Up @@ -1027,7 +1027,7 @@ from sailpoint.v2024.models.user_app import UserApp
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121e121518' # str | ID of the user app to patch # str | ID of the user app to patch
Expand Down Expand Up @@ -1103,7 +1103,7 @@ from sailpoint.v2024.models.source_app_bulk_update_request import SourceAppBulkU
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down
6 changes: 3 additions & 3 deletions sailpoint/v2024/docs/Methods/AuthProfileApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ from sailpoint.v2024.models.auth_profile import AuthProfile
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -148,7 +148,7 @@ from sailpoint.v2024.models.auth_profile_summary import AuthProfileSummary
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -223,7 +223,7 @@ from sailpoint.v2024.models.json_patch_operation import JsonPatchOperation
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
id = '2c91808a7813090a017814121919ecca' # str | ID of the Auth Profile to patch. # str | ID of the Auth Profile to patch.
Expand Down
6 changes: 3 additions & 3 deletions sailpoint/v2024/docs/Methods/CustomPasswordInstructionsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ from sailpoint.v2024.models.custom_password_instruction import CustomPasswordIns
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
x_sail_point_experimental = 'true' # str | Use this header to enable this experimental API. (default to 'true') # str | Use this header to enable this experimental API. (default to 'true')
Expand Down Expand Up @@ -154,7 +154,7 @@ from sailpoint.v2024.api_client import ApiClient
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
page_id = 'mfa:select' # str | The page ID of custom password instructions to delete. # str | The page ID of custom password instructions to delete.
Expand Down Expand Up @@ -225,7 +225,7 @@ from sailpoint.v2024.models.custom_password_instruction import CustomPasswordIns
from sailpoint.configuration import Configuration
configuration = Configuration()

configuration.experimental = true
configuration.experimental = True

with ApiClient(configuration) as api_client:
page_id = 'mfa:select' # str | The page ID of custom password instructions to query. # str | The page ID of custom password instructions to query.
Expand Down
Loading