clientSideEncryptedOption property

String? clientSideEncryptedOption
getter/setter pair

Set whether the results include only content encrypted with [Google Workspace Client-side encryption](https://support.google.com/a?p=cse_ov) content, only unencrypted content, or both.

Defaults to both. Currently supported for Drive. Possible string values are:

  • "CLIENT_SIDE_ENCRYPTED_OPTION_UNSPECIFIED" : Encryption status unspecified. Results include both client-side encrypted and non-encrypted content.
  • "CLIENT_SIDE_ENCRYPTED_OPTION_ANY" : Include both client-side encrypted and unencrypted content in results.
  • "CLIENT_SIDE_ENCRYPTED_OPTION_ENCRYPTED" : Include client-side encrypted content only.
  • "CLIENT_SIDE_ENCRYPTED_OPTION_UNENCRYPTED" : Include unencrypted content only.

Implementation

core.String? clientSideEncryptedOption;