205.3.6 GET_WORKSPACE_ORDS_ADMIN_AUTH Function

This function gets the Telemetry ORDS Admin user's client-id and client-secret OAuth credentials.

This function returns the OAuth credentials of the ORDS admin user in a JSON format: {"client_id":<client-id> , "client_secret": <client-secret>}.

Syntax

get_workspace_ords_admin_auth(
    workspace_name IN VARCHAR2) 
    return VARCHAR2;

Parameters

Table 205-7 GET_WORKSPACE_ORDS_ADMIN_AUTH Function Parameters

Parameter Description
workspace_name

Name of the workspace for which the ORDS Admin OAuth credentials (client_secret and client_password) need to be returned