Google Cloud Privileged Access Manager V1 Client - Class CheckOnboardingStatusRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class CheckOnboardingStatusRequest.

Request message for CheckOnboardingStatus method.

Generated from protobuf message google.cloud.privilegedaccessmanager.v1.CheckOnboardingStatusRequest

Namespace

Google \ Cloud \ PrivilegedAccessManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource for which the onboarding status should be checked. Should be in one of the following formats: * projects/{project-number|project-id}/locations/{region} * folders/{folder-number}/locations/{region} * organizations/{organization-number}/locations/{region}

getParent

Required. The resource for which the onboarding status should be checked.

Should be in one of the following formats:

  • projects/{project-number|project-id}/locations/{region}
  • folders/{folder-number}/locations/{region}
  • organizations/{organization-number}/locations/{region}
Returns
Type Description
string

setParent

Required. The resource for which the onboarding status should be checked.

Should be in one of the following formats:

  • projects/{project-number|project-id}/locations/{region}
  • folders/{folder-number}/locations/{region}
  • organizations/{organization-number}/locations/{region}
Parameter
Name Description
var string
Returns
Type Description
$this