Skip to content

Commit 7961c5c

Browse files
Automated build 'Automated commit 'Merge pull request #2400 from sailpoint/devrel-2321
Remove brackets from description' by github action: 18974966993' python sdk: 18974986576
1 parent d71cdc6 commit 7961c5c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

sailpoint/v2025/api/approvals_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ def _get_approvals_serialize(
17041704
@validate_call
17051705
def get_approvals_config(
17061706
self,
1707-
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]")],
1707+
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]")],
17081708
_request_timeout: Union[
17091709
None,
17101710
Annotated[StrictFloat, Field(gt=0)],
@@ -1722,7 +1722,7 @@ def get_approvals_config(
17221722
17231723
Retrieves a singular approval configuration that matches the given ID
17241724
1725-
:param id: The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}] (required)
1725+
:param id: The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)] (required)
17261726
:type id: str
17271727
:param _request_timeout: timeout setting for this request. If one
17281728
number provided, it will be total request
@@ -1776,7 +1776,7 @@ def get_approvals_config(
17761776
@validate_call
17771777
def get_approvals_config_with_http_info(
17781778
self,
1779-
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]")],
1779+
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]")],
17801780
_request_timeout: Union[
17811781
None,
17821782
Annotated[StrictFloat, Field(gt=0)],
@@ -1794,7 +1794,7 @@ def get_approvals_config_with_http_info(
17941794
17951795
Retrieves a singular approval configuration that matches the given ID
17961796
1797-
:param id: The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}] (required)
1797+
:param id: The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)] (required)
17981798
:type id: str
17991799
:param _request_timeout: timeout setting for this request. If one
18001800
number provided, it will be total request
@@ -1848,7 +1848,7 @@ def get_approvals_config_with_http_info(
18481848
@validate_call
18491849
def get_approvals_config_without_preload_content(
18501850
self,
1851-
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]")],
1851+
id: Annotated[StrictStr, Field(description="The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]")],
18521852
_request_timeout: Union[
18531853
None,
18541854
Annotated[StrictFloat, Field(gt=0)],
@@ -1866,7 +1866,7 @@ def get_approvals_config_without_preload_content(
18661866
18671867
Retrieves a singular approval configuration that matches the given ID
18681868
1869-
:param id: The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}] (required)
1869+
:param id: The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)] (required)
18701870
:type id: str
18711871
:param _request_timeout: timeout setting for this request. If one
18721872
number provided, it will be total request

sailpoint/v2025/docs/Examples/python_code_examples_overlay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@
23102310

23112311

23122312
with ApiClient(configuration) as api_client:
2313-
id = '38453251-6be2-5f8f-df93-5ce19e295837' # str | The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}] # str | The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]
2313+
id = '38453251-6be2-5f8f-df93-5ce19e295837' # str | The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)] # str | The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]
23142314
try:
23152315
# Get Approval Config
23162316

sailpoint/v2025/docs/Methods/ApprovalsApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Retrieves a singular approval configuration that matches the given ID
399399

400400
Param Type | Name | Data Type | Required | Description
401401
------------- | ------------- | ------------- | ------------- | -------------
402-
Path | id | **str** | True | The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]
402+
Path | id | **str** | True | The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]
403403

404404
### Return type
405405
[**ApprovalConfig**](../models/approval-config)
@@ -429,7 +429,7 @@ configuration = Configuration()
429429

430430

431431
with ApiClient(configuration) as api_client:
432-
id = '38453251-6be2-5f8f-df93-5ce19e295837' # str | The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}] # str | The id of the object the config applies to, for example one of the following: [{approvalID}, {roleID}, {entitlementID}, {accessProfileID}, {sourceID}, {applicationID}, \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", {tenantID}]
432+
id = '38453251-6be2-5f8f-df93-5ce19e295837' # str | The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)] # str | The id of the object the config applies to, for example one of the following: [(approvalID), (roleID), (entitlementID), (accessProfileID), (sourceID), (applicationID), \"ENTITLEMENT_DESCRIPTIONS\", \"ACCESS_REQUEST_APPROVAL\", (tenantID)]
433433

434434
try:
435435
# Get Approval Config

0 commit comments

Comments
 (0)