{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserCallPoliciesGet", "title": "UserCallPoliciesGet", "type": "object", "required": [ "connectedLineIdPrivacyOnRedirectedCalls" ], "properties": { "connectedLineIdPrivacyOnRedirectedCalls": { "type": "string", "enum": [ "NO_PRIVACY", "PRIVACY_FOR_EXTERNAL_CALLS", "PRIVACY_FOR_ALL_CALLS" ], "description": "Specifies the connection type to be used.\n * `NO_PRIVACY` - Connected line identification is not blocked on redirected calls.\n * `PRIVACY_FOR_EXTERNAL_CALLS` - Connected line identification is blocked on redirected calls to external numbers.\n * `PRIVACY_FOR_ALL_CALLS` - Connected line identification is blocked on all redirected calls.\n" } } }