Provider JSON

The connector expects the profile files to be provided as a JSON payload, which contains a user’s credentials to access a Delta Sharing Server. We advise that you store and retrieve this from a secure location, such as a key vault.

Examples

String providerJSON = "{\n" +
    "  \"shareCredentialsVersion\": 1,\n" +
    "  \"endpoint\": \"https://sharing.delta.io/delta-sharing/\",\n" +
    "  \"bearerToken\": \"faaie590d541265bcab1f2de9813274bf233\"\n" +
    "  \"expirationTime\": \"2021-11-12T00:12:29.0Z\"\n" +
"}";