Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class CheckOnboardingStatusResponse.
Response message for CheckOnboardingStatus
method.
Generated from protobuf message google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusResponse
Namespace
Google \ Cloud \ PrivilegedAccessManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_account |
string
The service account that PAM uses to act on this resource. |
↳ findings |
array<Google\Cloud\PrivilegedAccessManager\V1\CheckOnboardingStatusResponse\Finding>
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. |
getServiceAccount
The service account that PAM uses to act on this resource.
Returns | |
---|---|
Type | Description |
string |
setServiceAccount
The service account that PAM uses to act on this resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFindings
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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFindings
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.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\PrivilegedAccessManager\V1\CheckOnboardingStatusResponse\Finding>
|
Returns | |
---|---|
Type | Description |
$this |