public sealed class CheckOnboardingStatusResponse.Types.Finding.Types.IAMAccessDenied : IMessage<CheckOnboardingStatusResponse.Types.Finding.Types.IAMAccessDenied>, IEquatable<CheckOnboardingStatusResponse.Types.Finding.Types.IAMAccessDenied>, IDeepCloneable<CheckOnboardingStatusResponse.Types.Finding.Types.IAMAccessDenied>, IBufferMessage, IMessageReference documentation and code samples for the Privileged Access Manager v1 API class CheckOnboardingStatusResponse.Types.Finding.Types.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.
Implements
IMessageCheckOnboardingStatusResponseTypesFindingTypesIAMAccessDenied, IEquatableCheckOnboardingStatusResponseTypesFindingTypesIAMAccessDenied, IDeepCloneableCheckOnboardingStatusResponseTypesFindingTypesIAMAccessDenied, IBufferMessage, IMessageNamespace
Google.Cloud.PrivilegedAccessManager.V1Assembly
Google.Cloud.PrivilegedAccessManager.V1.dll
Constructors
IAMAccessDenied()
public IAMAccessDenied()IAMAccessDenied(IAMAccessDenied)
public IAMAccessDenied(CheckOnboardingStatusResponse.Types.Finding.Types.IAMAccessDenied other)| Parameter | |
|---|---|
| Name | Description |
other |
CheckOnboardingStatusResponseTypesFindingTypesIAMAccessDenied |
Properties
MissingPermissions
public RepeatedField<string> MissingPermissions { get; }List of permissions that are being denied.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|