Skip to content

Commit

Permalink
Automated build 'Automated commit 'Merge pull request #1783 from sail…
Browse files Browse the repository at this point in the history
…point/cboehle/IDNDENALI-9319

IDNDENALI-9319: Added API Documentation for SourceConnections' by github action: 10620373440' go sdk: 10620381255
  • Loading branch information
developer-relations-sp committed Aug 29, 2024
1 parent 77ecdeb commit 5c427da
Show file tree
Hide file tree
Showing 18 changed files with 3,217 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api_v3/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ docs/DataAccessPoliciesInner.md
docs/DeleteNonEmployeeRecordsInBulkRequest.md
docs/DeleteSource202Response.md
docs/DeleteVendorConnectorMapping200Response.md
docs/DependantAppConnections.md
docs/DependantAppConnectionsAccountSource.md
docs/DependantAppConnectionsAccountSourcePasswordPoliciesInner.md
docs/DependantConnectionsMissingDto.md
docs/DisplayReference.md
docs/DocumentType.md
docs/DtoType.md
Expand Down Expand Up @@ -292,6 +296,7 @@ docs/IdentityProfileExportedObject.md
docs/IdentityProfileExportedObjectSelf.md
docs/IdentityProfileIdentityErrorReportArguments.md
docs/IdentityProfilesAPI.md
docs/IdentityProfilesConnections.md
docs/IdentityReference.md
docs/IdentityReferenceWithNameAndEmail.md
docs/IdentitySummary.md
Expand Down Expand Up @@ -569,6 +574,7 @@ docs/SourceAccountCorrelationRule.md
docs/SourceBeforeProvisioningRule.md
docs/SourceCluster.md
docs/SourceClusterDto.md
docs/SourceConnectionsDto.md
docs/SourceHealthDto.md
docs/SourceManagementWorkgroup.md
docs/SourceManagerCorrelationMapping.md
Expand Down Expand Up @@ -811,6 +817,10 @@ model_data_access_policies_inner.go
model_delete_non_employee_records_in_bulk_request.go
model_delete_source_202_response.go
model_delete_vendor_connector_mapping_200_response.go
model_dependant_app_connections.go
model_dependant_app_connections_account_source.go
model_dependant_app_connections_account_source_password_policies_inner.go
model_dependant_connections_missing_dto.go
model_display_reference.go
model_document_type.go
model_dto_type.go
Expand Down Expand Up @@ -875,6 +885,7 @@ model_identity_profile_all_of_owner.go
model_identity_profile_exported_object.go
model_identity_profile_exported_object_self.go
model_identity_profile_identity_error_report_arguments.go
model_identity_profiles_connections.go
model_identity_reference.go
model_identity_reference_with_name_and_email.go
model_identity_summary.go
Expand Down Expand Up @@ -1126,6 +1137,7 @@ model_source_account_correlation_rule.go
model_source_before_provisioning_rule.go
model_source_cluster.go
model_source_cluster_dto.go
model_source_connections_dto.go
model_source_health_dto.go
model_source_management_workgroup.go
model_source_manager_correlation_mapping.go
Expand Down
7 changes: 7 additions & 0 deletions api_v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ Class | Method | HTTP request | Description
*SourcesAPI* | [**GetEntitlementsSchema**](docs/SourcesAPI.md#getentitlementsschema) | **Get** /sources/{id}/schemas/entitlements | Downloads source entitlements schema template
*SourcesAPI* | [**GetProvisioningPolicy**](docs/SourcesAPI.md#getprovisioningpolicy) | **Get** /sources/{sourceId}/provisioning-policies/{usageType} | Get Provisioning Policy by UsageType
*SourcesAPI* | [**GetSource**](docs/SourcesAPI.md#getsource) | **Get** /sources/{id} | Get Source by ID
*SourcesAPI* | [**GetSourceConnections**](docs/SourcesAPI.md#getsourceconnections) | **Get** /sources/{sourceId}/connections | Get Source Connections by ID
*SourcesAPI* | [**GetSourceHealth**](docs/SourcesAPI.md#getsourcehealth) | **Get** /sources/{sourceId}/source-health | Fetches source health by id
*SourcesAPI* | [**GetSourceSchema**](docs/SourcesAPI.md#getsourceschema) | **Get** /sources/{sourceId}/schemas/{schemaId} | Get Source Schema by ID
*SourcesAPI* | [**GetSourceSchemas**](docs/SourcesAPI.md#getsourceschemas) | **Get** /sources/{sourceId}/schemas | List Schemas on Source
Expand Down Expand Up @@ -600,6 +601,10 @@ Class | Method | HTTP request | Description
- [DeleteNonEmployeeRecordsInBulkRequest](docs/DeleteNonEmployeeRecordsInBulkRequest.md)
- [DeleteSource202Response](docs/DeleteSource202Response.md)
- [DeleteVendorConnectorMapping200Response](docs/DeleteVendorConnectorMapping200Response.md)
- [DependantAppConnections](docs/DependantAppConnections.md)
- [DependantAppConnectionsAccountSource](docs/DependantAppConnectionsAccountSource.md)
- [DependantAppConnectionsAccountSourcePasswordPoliciesInner](docs/DependantAppConnectionsAccountSourcePasswordPoliciesInner.md)
- [DependantConnectionsMissingDto](docs/DependantConnectionsMissingDto.md)
- [DisplayReference](docs/DisplayReference.md)
- [DocumentType](docs/DocumentType.md)
- [DtoType](docs/DtoType.md)
Expand Down Expand Up @@ -664,6 +669,7 @@ Class | Method | HTTP request | Description
- [IdentityProfileExportedObject](docs/IdentityProfileExportedObject.md)
- [IdentityProfileExportedObjectSelf](docs/IdentityProfileExportedObjectSelf.md)
- [IdentityProfileIdentityErrorReportArguments](docs/IdentityProfileIdentityErrorReportArguments.md)
- [IdentityProfilesConnections](docs/IdentityProfilesConnections.md)
- [IdentityReference](docs/IdentityReference.md)
- [IdentityReferenceWithNameAndEmail](docs/IdentityReferenceWithNameAndEmail.md)
- [IdentitySummary](docs/IdentitySummary.md)
Expand Down Expand Up @@ -915,6 +921,7 @@ Class | Method | HTTP request | Description
- [SourceBeforeProvisioningRule](docs/SourceBeforeProvisioningRule.md)
- [SourceCluster](docs/SourceCluster.md)
- [SourceClusterDto](docs/SourceClusterDto.md)
- [SourceConnectionsDto](docs/SourceConnectionsDto.md)
- [SourceHealthDto](docs/SourceHealthDto.md)
- [SourceManagementWorkgroup](docs/SourceManagementWorkgroup.md)
- [SourceManagerCorrelationMapping](docs/SourceManagerCorrelationMapping.md)
Expand Down
Loading

0 comments on commit 5c427da

Please sign in to comment.