Privileged Access Manager v1 API - Class CheckOnboardingStatusResponse (1.0.0-beta01)

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.

Inheritance

object > CheckOnboardingStatusResponse

Namespace

Google.Cloud.PrivilegedAccessManager.V1

Assembly

Google.Cloud.PrivilegedAccessManager.V1.dll

Constructors

CheckOnboardingStatusResponse()

public CheckOnboardingStatusResponse()

CheckOnboardingStatusResponse(CheckOnboardingStatusResponse)

public CheckOnboardingStatusResponse(CheckOnboardingStatusResponse other)
Parameter
Name Description
other CheckOnboardingStatusResponse

Properties

Findings

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.

Property Value
Type Description
RepeatedFieldCheckOnboardingStatusResponseTypesFinding

ServiceAccount

public string ServiceAccount { get; set; }

The service account that PAM uses to act on this resource.

Property Value
Type Description
string