locations.checkOnboardingStatus reports the onboarding status for a project/folder/organization. Any findings reported by this API need to be fixed before PAM can be used on the resource.
HTTP request
GET https://privilegedaccessmanager.googleapis.com/v1beta/{parent=organizations/*/locations/*}:checkOnboardingStatus
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["The `locations.checkOnboardingStatus` API endpoint reports the onboarding status of a project, folder, or organization, and any issues must be resolved before PAM can be used."],["The API uses a GET request at the specified URL: `https://privilegedaccessmanager.googleapis.com/v1beta/{parent=organizations/*/locations/*}:checkOnboardingStatus`."],["A `parent` path parameter is required, which represents the resource in one of these formats: `projects/{project-number|project-id}/locations/{region}`, `folders/{folder-number}/locations/{region}`, or `organizations/{organization-number}/locations/{region}`."],["The request body must be empty when using this endpoint."],["Authorization requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `privilegedaccessmanager.locations.checkOnboardingStatus`."]]],[]]