Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generator to version 7.2.0 #4

Merged
merged 2 commits into from
Jan 30, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
794 changes: 11 additions & 783 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.2.0
Binary file modified openapi-generator-cli.jar
Binary file not shown.
7 changes: 5 additions & 2 deletions sailpoint/beta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@
from sailpoint.beta.models.identity_ownership_association_details_association_details_inner import IdentityOwnershipAssociationDetailsAssociationDetailsInner
from sailpoint.beta.models.identity_preview_request import IdentityPreviewRequest
from sailpoint.beta.models.identity_preview_response import IdentityPreviewResponse
from sailpoint.beta.models.identity_preview_response_identity import IdentityPreviewResponseIdentity
from sailpoint.beta.models.identity_profile import IdentityProfile
from sailpoint.beta.models.identity_profile1 import IdentityProfile1
from sailpoint.beta.models.identity_profile1_all_of_authoritative_source import IdentityProfile1AllOfAuthoritativeSource
Expand Down Expand Up @@ -535,6 +534,7 @@
from sailpoint.beta.models.password_sync_group import PasswordSyncGroup
from sailpoint.beta.models.pat_owner import PatOwner
from sailpoint.beta.models.patch_potential_role_request_inner import PatchPotentialRoleRequestInner
from sailpoint.beta.models.patch_service_desk_integration_request import PatchServiceDeskIntegrationRequest
from sailpoint.beta.models.peer_group_member import PeerGroupMember
from sailpoint.beta.models.pending_approval import PendingApproval
from sailpoint.beta.models.pending_approval_action import PendingApprovalAction
Expand Down Expand Up @@ -563,6 +563,7 @@
from sailpoint.beta.models.provisioning_state import ProvisioningState
from sailpoint.beta.models.public_identity_attribute_config import PublicIdentityAttributeConfig
from sailpoint.beta.models.public_identity_config import PublicIdentityConfig
from sailpoint.beta.models.put_password_dictionary_request import PutPasswordDictionaryRequest
from sailpoint.beta.models.queued_check_config_details import QueuedCheckConfigDetails
from sailpoint.beta.models.reassign_reference import ReassignReference
from sailpoint.beta.models.reassignment import Reassignment
Expand Down Expand Up @@ -668,6 +669,9 @@
from sailpoint.beta.models.send_token_request import SendTokenRequest
from sailpoint.beta.models.send_token_response import SendTokenResponse
from sailpoint.beta.models.service_desk_integration_dto import ServiceDeskIntegrationDto
from sailpoint.beta.models.service_desk_integration_dto_all_of_before_provisioning_rule import ServiceDeskIntegrationDtoAllOfBeforeProvisioningRule
from sailpoint.beta.models.service_desk_integration_dto_all_of_cluster_ref import ServiceDeskIntegrationDtoAllOfClusterRef
from sailpoint.beta.models.service_desk_integration_dto_all_of_owner_ref import ServiceDeskIntegrationDtoAllOfOwnerRef
from sailpoint.beta.models.service_desk_integration_template_dto import ServiceDeskIntegrationTemplateDto
from sailpoint.beta.models.service_desk_integration_template_type import ServiceDeskIntegrationTemplateType
from sailpoint.beta.models.service_desk_source import ServiceDeskSource
Expand Down Expand Up @@ -768,7 +772,6 @@
from sailpoint.beta.models.trigger_example_input import TriggerExampleInput
from sailpoint.beta.models.trigger_example_output import TriggerExampleOutput
from sailpoint.beta.models.trigger_type import TriggerType
from sailpoint.beta.models.update_password_dictionary_request import UpdatePasswordDictionaryRequest
from sailpoint.beta.models.usage_type import UsageType
from sailpoint.beta.models.v3_connector_dto import V3ConnectorDto
from sailpoint.beta.models.va_cluster_status_change_event import VAClusterStatusChangeEvent
Expand Down
63 changes: 42 additions & 21 deletions sailpoint/beta/api/access_profiles_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def create_access_profile(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -173,7 +173,7 @@ def create_access_profile_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -239,7 +239,7 @@ def create_access_profile_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -355,7 +355,14 @@ def delete_access_profile(
_headers=_headers,
_host_index=_host_index)

_response_types_map: Dict[str, Optional[str]] = {}
_response_types_map: Dict[str, Optional[str]] = {
'204': None,
'400': "ErrorResponseDto",
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
response_data.read()
Expand Down Expand Up @@ -415,7 +422,14 @@ def delete_access_profile_with_http_info(
_headers=_headers,
_host_index=_host_index)

_response_types_map: Dict[str, Optional[str]] = {}
_response_types_map: Dict[str, Optional[str]] = {
'204': None,
'400': "ErrorResponseDto",
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
response_data.read()
Expand Down Expand Up @@ -475,7 +489,14 @@ def delete_access_profile_without_preload_content(
_headers=_headers,
_host_index=_host_index)

_response_types_map: Dict[str, Optional[str]] = {}
_response_types_map: Dict[str, Optional[str]] = {
'204': None,
'400': "ErrorResponseDto",
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
return response_data.response
Expand Down Expand Up @@ -587,7 +608,7 @@ def delete_access_profiles_in_bulk(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -655,7 +676,7 @@ def delete_access_profiles_in_bulk_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -723,7 +744,7 @@ def delete_access_profiles_in_bulk_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -845,7 +866,7 @@ def get_access_profile(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -912,7 +933,7 @@ def get_access_profile_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -979,7 +1000,7 @@ def get_access_profile_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1137,7 +1158,7 @@ def get_access_profile_entitlements(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1250,7 +1271,7 @@ def get_access_profile_entitlements_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1363,7 +1384,7 @@ def get_access_profile_entitlements_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1567,7 +1588,7 @@ def list_access_profiles(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1701,7 +1722,7 @@ def list_access_profiles_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1835,7 +1856,7 @@ def list_access_profiles_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -1988,7 +2009,7 @@ def patch_access_profile(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -2059,7 +2080,7 @@ def patch_access_profile_with_http_info(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down Expand Up @@ -2130,7 +2151,7 @@ def patch_access_profile_without_preload_content(
'401': "ListAccessProfiles401Response",
'403': "ErrorResponseDto",
'429': "ListAccessProfiles429Response",
'500': "ErrorResponseDto"
'500': "ErrorResponseDto",
}
response_data = self.api_client.call_api(
*_param, _request_timeout=_request_timeout)
Expand Down
Loading
Loading