(obj)
| 77876 | case "access_token": |
| 77877 | return serializeOnYourDataAccessTokenAuthenticationOptions(obj); |
| 77878 | case "user_assigned_managed_identity": |
| 77879 | return serializeOnYourDataUserAssignedManagedIdentityAuthenticationOptions(obj); |
| 77880 | default: |
| 77881 | return obj; |
| 77882 | } |
| 77883 | } |
| 77884 | function serializeOnYourDataEndpointVectorizationSource(obj) { |
| 77885 | return { |
| 77886 | type: obj["type"], |
| 77887 | endpoint: obj["endpoint"], |
no test coverage detected