Class Finding (0.1.1)

Finding(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Finding represents an issue which prevents PAM from functioning properly for this resource.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

Name Description
iam_access_denied google.cloud.privilegedaccessmanager_v1.types.CheckOnboardingStatusResponse.Finding.IAMAccessDenied
PAM's service account is being denied access by Cloud IAM. This field is a member of oneof_ finding_type.

Classes

IAMAccessDenied

IAMAccessDenied(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.