Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class 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.
Generated from protobuf message google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse.Finding.IAMAccessDenied
Namespace
Google \ Cloud \ PrivilegedAccessManager \ V1 \ CheckOnboardingStatusResponse \ FindingMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ missing_permissions |
array
List of permissions that are being denied. |
getMissingPermissions
List of permissions that are being denied.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMissingPermissions
List of permissions that are being denied.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |