How to check if input field is having copy-paste enabled or not?

I want to check that copy-paste is disallowed for one of the input field.
From UI Automator Viewer I can use “long-clickable” attribute , but not able to fetch its value(true/flase).

I’m having resource-id available for the field.

Can anyone please help ?