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 |
Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
See: Cloud Data Loss Prevention (DLP) API Reference for dlp.organizations.deidentifyTemplates.patch
.
Synopsis
- type OrganizationsDeidentifyTemplatesPatchResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest :> Patch '[JSON] GooglePrivacyDlpV2DeidentifyTemplate))))))))
- organizationsDeidentifyTemplatesPatch :: GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest -> Text -> OrganizationsDeidentifyTemplatesPatch
- data OrganizationsDeidentifyTemplatesPatch
- odtpXgafv :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Xgafv)
- odtpUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text)
- odtpAccessToken :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text)
- odtpUploadType :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text)
- odtpPayload :: Lens' OrganizationsDeidentifyTemplatesPatch GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest
- odtpName :: Lens' OrganizationsDeidentifyTemplatesPatch Text
- odtpCallback :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text)
REST Resource
type OrganizationsDeidentifyTemplatesPatchResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest :> Patch '[JSON] GooglePrivacyDlpV2DeidentifyTemplate)))))))) Source #
A resource alias for dlp.organizations.deidentifyTemplates.patch
method which the
OrganizationsDeidentifyTemplatesPatch
request conforms to.
Creating a Request
organizationsDeidentifyTemplatesPatch Source #
Creates a value of OrganizationsDeidentifyTemplatesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsDeidentifyTemplatesPatch Source #
Updates the DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
See: organizationsDeidentifyTemplatesPatch
smart constructor.
Instances
Request Lenses
odtpUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
odtpAccessToken :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text) Source #
OAuth access token.
odtpUploadType :: Lens' OrganizationsDeidentifyTemplatesPatch (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
odtpPayload :: Lens' OrganizationsDeidentifyTemplatesPatch GooglePrivacyDlpV2UpdateDeidentifyTemplateRequest Source #
Multipart request metadata.