2023-08-01
▼ ▲ checks.projects.privacyPolicies.list
Flat Path : v1alpha/projects/{projectsId}/privacyPolicies
Parameters :
pageToken
Type : string
Location : query
Description : Optional. A page token, received from a previous `ListPrivacyPoliciesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPrivacyPoliciesRequest` must match the call that provided the page token.
pageSize
Location : query
Format : int32
Description : Optional. The maximum number of results to return. If unspecified, at most 50 results will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Type : integer
parent
Location : path
Type : string
Required : Yes
Pattern : ^projects/[^/]+$
Description : Required. Resource name of the parent project, in the format `projects/{projectNumber}`.
filter
Location : query
Description : Optional. A filter string to filters results. The filter syntax is defined by AIP-160 (https://google.aip.dev/160).
Type : string
HTTP Method : GET
Parameter Order : parent
Path : v1alpha/{+parent}/privacyPolicies
Description : Lists privacy policies.
▼ ▲ checks.projects.privacyPolicies.delete
Path : v1alpha/{+name}
HTTP Method : DELETE
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/privacyPolicies/{privacyPoliciesId}
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/privacyPolicies/[^/]+$
Description : Required. Resource name of the privacy policy.
Required : Yes
Type : string
Description : Deletes a privacy policy.
▼ ▲ checks.projects.privacyPolicies.get
Description : Gets a privacy policy.
Parameters :
name
Description : Required. Resource name of the privacy policy.
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/privacyPolicies/[^/]+$
Path : v1alpha/{+name}
HTTP Method : GET
Parameter Order : name
Flat Path : v1alpha/projects/{projectsId}/privacyPolicies/{privacyPoliciesId}
▼ ▲ checks.projects.privacyPolicies.find
Parameter Order : parent
Parameters :
parent
Pattern : ^projects/[^/]+$
Location : path
Description : Required. Resource name of the GCP project to which PrivacyPolicy resources will be added, in the format: `projects/{projectNumber}`.
Required : Yes
Type : string
Path : v1alpha/{+parent}/privacyPolicies:find
Description : Finds the privacy policy of a given website.
HTTP Method : POST
Flat Path : v1alpha/projects/{projectsId}/privacyPolicies:find