- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Lists stored infoTypes. See https://cloud.google.com/dlp/docs/creating-stored-infotypes to learn more.
HTTP request
GET https://dlp.googleapis.com/v2/{parent=organizations/*}/storedInfoTypes
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name, for example projects/my-project-id or organizations/my-org-id. Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageToken |
Optional page token to continue retrieval. Comes from previous call to |
pageSize |
Optional size of the page, can be limited by server. If zero server returns a page of max size 100. |
orderBy |
Optional comma separated list of fields to order by, followed by Example: Supported fields are:
|
locationId |
The geographic location where stored infoTypes will be retrieved from. Use |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListStoredInfoTypesResponse
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.