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 |
Gets a 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.get
.
Synopsis
- type OrganizationsDeidentifyTemplatesGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GooglePrivacyDlpV2DeidentifyTemplate)))))))
- organizationsDeidentifyTemplatesGet :: Text -> OrganizationsDeidentifyTemplatesGet
- data OrganizationsDeidentifyTemplatesGet
- odtgXgafv :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Xgafv)
- odtgUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text)
- odtgAccessToken :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text)
- odtgUploadType :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text)
- odtgName :: Lens' OrganizationsDeidentifyTemplatesGet Text
- odtgCallback :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text)
REST Resource
type OrganizationsDeidentifyTemplatesGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GooglePrivacyDlpV2DeidentifyTemplate))))))) Source #
A resource alias for dlp.organizations.deidentifyTemplates.get
method which the
OrganizationsDeidentifyTemplatesGet
request conforms to.
Creating a Request
organizationsDeidentifyTemplatesGet Source #
Creates a value of OrganizationsDeidentifyTemplatesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsDeidentifyTemplatesGet Source #
Gets a DeidentifyTemplate. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
See: organizationsDeidentifyTemplatesGet
smart constructor.
Instances
Request Lenses
odtgUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
odtgAccessToken :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text) Source #
OAuth access token.
odtgUploadType :: Lens' OrganizationsDeidentifyTemplatesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").