Resource: Customer
Contains metadata around a Cloud Controls Partner Customer
JSON representation |
---|
{
"name": string,
"displayName": string,
"customerOnboardingState": {
object ( |
Fields | |
---|---|
name |
Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer} |
displayName |
The customer organization's display name. E.g. "google.com". |
customerOnboardingState |
Container for customer onboarding steps |
isOnboarded |
Indicates whether a customer is fully onboarded |
CustomerOnboardingState
Container for customer onboarding steps
JSON representation |
---|
{
"onboardingSteps": [
{
object ( |
Fields | |
---|---|
onboardingSteps[] |
List of customer onboarding steps |
CustomerOnboardingStep
Container for customer onboarding information
JSON representation |
---|
{ "step": enum ( |
Fields | |
---|---|
step |
The onboarding step |
startTime |
The starting time of the onboarding step A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
completionTime |
The completion time of the onboarding step A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
completionState |
Output only. Current state of the step |
Step
Enum for possible onboarding steps
Enums | |
---|---|
STEP_UNSPECIFIED |
Unspecified step |
KAJ_ENROLLMENT |
KAJ Enrollment |
CUSTOMER_ENVIRONMENT |
Customer Environment |
Methods |
|
---|---|
|
Gets details of a single customer |
|
Lists customers of a partner identified by its Google Cloud organization ID |