public sealed class CheckOnboardingStatusResponse : IMessage<CheckOnboardingStatusResponse>, IEquatable<CheckOnboardingStatusResponse>, IDeepCloneable<CheckOnboardingStatusResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Privileged Access Manager v1 API class CheckOnboardingStatusResponse.
Response message for CheckOnboardingStatus method.
public RepeatedField<CheckOnboardingStatusResponse.Types.Finding> Findings { get; }
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.
[[["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 2025-03-21 UTC."],[[["This documentation is for the `CheckOnboardingStatusResponse` class within the Privileged Access Manager v1 API, specifically version 1.0.0-beta01."],["The `CheckOnboardingStatusResponse` class is used as a response message for the `CheckOnboardingStatus` method, detailing the current onboarding state."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Findings`, which is a list of issues preventing PAM from functioning, and `ServiceAccount`, which represents the service account PAM uses."],["The class provides two different constructor methods; a basic empty constructor, and one that accepts another `CheckOnboardingStatusResponse` object."]]],[]]