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 |
Lists DeidentifyTemplates. 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.list
.
Synopsis
- type OrganizationsDeidentifyTemplatesListResource = "v2" :> (Capture "parent" Text :> ("deidentifyTemplates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "orderBy" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GooglePrivacyDlpV2ListDeidentifyTemplatesResponse)))))))))))
- organizationsDeidentifyTemplatesList :: Text -> OrganizationsDeidentifyTemplatesList
- data OrganizationsDeidentifyTemplatesList
- odtlParent :: Lens' OrganizationsDeidentifyTemplatesList Text
- odtlXgafv :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Xgafv)
- odtlUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
- odtlOrderBy :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
- odtlAccessToken :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
- odtlUploadType :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
- odtlPageToken :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
- odtlPageSize :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Int32)
- odtlCallback :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text)
REST Resource
type OrganizationsDeidentifyTemplatesListResource = "v2" :> (Capture "parent" Text :> ("deidentifyTemplates" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "orderBy" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GooglePrivacyDlpV2ListDeidentifyTemplatesResponse))))))))))) Source #
A resource alias for dlp.organizations.deidentifyTemplates.list
method which the
OrganizationsDeidentifyTemplatesList
request conforms to.
Creating a Request
organizationsDeidentifyTemplatesList Source #
Creates a value of OrganizationsDeidentifyTemplatesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data OrganizationsDeidentifyTemplatesList Source #
Lists DeidentifyTemplates. See https://cloud.google.com/dlp/docs/creating-templates-deid to learn more.
See: organizationsDeidentifyTemplatesList
smart constructor.
Instances
Request Lenses
odtlParent :: Lens' OrganizationsDeidentifyTemplatesList Text Source #
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
odtlUploadProtocol :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
odtlOrderBy :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text) Source #
Optional comma separated list of fields to order by, followed by `asc` or `desc` postfix. This list is case-insensitive, default sorting order is ascending, redundant space characters are insignificant. Example: `name asc,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to time the template was created. - `update_time`: corresponds to time the template was last updated. - `name`: corresponds to template's name. - `display_name`: corresponds to template's display name.
odtlAccessToken :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text) Source #
OAuth access token.
odtlUploadType :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
odtlPageToken :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Text) Source #
Optional page token to continue retrieval. Comes from previous call to `ListDeidentifyTemplates`.
odtlPageSize :: Lens' OrganizationsDeidentifyTemplatesList (Maybe Int32) Source #
Optional size of the page, can be limited by server. If zero server returns a page of max size 100.