Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.
See: Cloud Data Loss Prevention (DLP) API Reference for dlp.projects.content.reidentify
.
Synopsis
- type ProjectsContentReidentifyResource = "v2" :> (Capture "parent" Text :> ("content:reidentify" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GooglePrivacyDlpV2ReidentifyContentRequest :> Post '[JSON] GooglePrivacyDlpV2ReidentifyContentResponse)))))))))
- projectsContentReidentify :: Text -> GooglePrivacyDlpV2ReidentifyContentRequest -> ProjectsContentReidentify
- data ProjectsContentReidentify
- pcrParent :: Lens' ProjectsContentReidentify Text
- pcrXgafv :: Lens' ProjectsContentReidentify (Maybe Xgafv)
- pcrUploadProtocol :: Lens' ProjectsContentReidentify (Maybe Text)
- pcrAccessToken :: Lens' ProjectsContentReidentify (Maybe Text)
- pcrUploadType :: Lens' ProjectsContentReidentify (Maybe Text)
- pcrPayload :: Lens' ProjectsContentReidentify GooglePrivacyDlpV2ReidentifyContentRequest
- pcrCallback :: Lens' ProjectsContentReidentify (Maybe Text)
REST Resource
type ProjectsContentReidentifyResource = "v2" :> (Capture "parent" Text :> ("content:reidentify" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GooglePrivacyDlpV2ReidentifyContentRequest :> Post '[JSON] GooglePrivacyDlpV2ReidentifyContentResponse))))))))) Source #
A resource alias for dlp.projects.content.reidentify
method which the
ProjectsContentReidentify
request conforms to.
Creating a Request
projectsContentReidentify Source #
Creates a value of ProjectsContentReidentify
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsContentReidentify Source #
Re-identifies content that has been de-identified. See https://cloud.google.com/dlp/docs/pseudonymization#re-identification_in_free_text_code_example to learn more.
See: projectsContentReidentify
smart constructor.
Instances
Request Lenses
pcrUploadProtocol :: Lens' ProjectsContentReidentify (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pcrAccessToken :: Lens' ProjectsContentReidentify (Maybe Text) Source #
OAuth access token.
pcrUploadType :: Lens' ProjectsContentReidentify (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pcrPayload :: Lens' ProjectsContentReidentify GooglePrivacyDlpV2ReidentifyContentRequest Source #
Multipart request metadata.
pcrCallback :: Lens' ProjectsContentReidentify (Maybe Text) Source #
JSONP