CheckOnboardingStatusResponse Stay organized with collections Save and categorize content based on your preferences.
Response message forCheckOnboardingStatus method.
| JSON representation |
|---|
{"serviceAccount":string,"findings":[{object ( |
| Fields | |
|---|---|
serviceAccount |
The service account that PAM uses to act on this resource. |
findings[] |
List of issues that are preventing PAM from functioning for this resource and need to be fixed to complete onboarding. Some issues might not be detected or reported. |
Finding
Finding represents an issue which prevents PAM from functioning properly for this resource.
| JSON representation |
|---|
{// Union field |
| Fields | |
|---|---|
Union field
| |
iamAccessDenied |
PAM's service account is being denied access by Cloud IAM. |
IAMAccessDenied
PAM's service account is being denied access by Cloud IAM. This can be fixed by granting a role that contains the missing permissions to the service account or exempting it from deny policies if they are blocking the access.
| JSON representation |
|---|
{"missingPermissions":[string]} |
| Fields | |
|---|---|
missingPermissions[] |
List of permissions that are being denied. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-21 UTC.