Start tenant onboarding
Enable ZTNA Connector and starts the tenant on-boarding process. This API performs the same configuration as occurs when you click Enable ZTNA Connector in the UI.
- 202
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- msg string
{
"msg": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- not_authenticated
- token_expired
Schema
error object
code numberPossible values: [
16
]details object[]
Array [- anyOf
- Retry Info
- Debug Info
- Quota Failure
- Error Info
- Precondition Failure
- Bad Request
- Request Info
- Resource Info
- Help
- Localized Message
- Cause Info
@type stringPossible values: [
type.googleapis.com/google.rpc.RetryInfo
]retry_delay object
nanos numberseconds number@type stringPossible values: [
type.googleapis.com/google.rpc.DebugInfo
]detail stringstack_entries string[]@type stringPossible values: [
type.googleapis.com/google.rpc.QuotaFailure
]violations object[]
Array [description stringsubject string]@type stringPossible values: [
type.googleapis.com/google.rpc.ErrorInfo
]domain stringmetadata object
property name*
stringreason string@type stringPossible values: [
type.googleapis.com/google.rpc.PreconditionFailure
]violations object[]
Array [description stringsubject stringtype string]@type stringPossible values: [
type.googleapis.com/google.rpc.BadRequest
]field_violations object[]
Array [description stringfield string]@type stringPossible values: [
type.googleapis.com/google.rpc.RequestInfo
]request_id stringserving_data string@type stringPossible values: [
type.googleapis.com/google.rpc.ResourceInfo
]description stringowner stringresource_name stringresource_type string@type stringPossible values: [
type.googleapis.com/google.rpc.Help
]links object[]
Array [description stringurl string]@type stringPossible values: [
type.googleapis.com/google.rpc.LocalizedMessage
]locale stringmessage string@type string requiredPossible values: [
google-cloud-api/CauseInfo
]causes object[] required
Array [causesmessage string requiredmodule string]]message string
{
"error": {
"code": 16,
"details": [
{
"@type": "type.googleapis.com/google.rpc.RetryInfo",
"retry_delay": {
"nanos": 0,
"seconds": 0
}
},
{
"@type": "type.googleapis.com/google.rpc.DebugInfo",
"detail": "string",
"stack_entries": [
"string"
]
},
{
"@type": "type.googleapis.com/google.rpc.QuotaFailure",
"violations": [
{
"description": "string",
"subject": "string"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"domain": "string",
"metadata": {},
"reason": "string"
},
{
"@type": "type.googleapis.com/google.rpc.PreconditionFailure",
"violations": [
{
"description": "string",
"subject": "string",
"type": "string"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"field_violations": [
{
"description": "string",
"field": "string"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.RequestInfo",
"request_id": "string",
"serving_data": "string"
},
{
"@type": "type.googleapis.com/google.rpc.ResourceInfo",
"description": "string",
"owner": "string",
"resource_name": "string",
"resource_type": "string"
},
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "string",
"url": "string"
}
]
},
{
"@type": "type.googleapis.com/google.rpc.LocalizedMessage",
"locale": "string",
"message": "string"
},
{
"@type": "google-cloud-api/CauseInfo",
"causes": [
{
"message": "string",
"module": "string"
}
]
}
],
"message": "string"
}
}
Not Authenticated
{
"error": {
"code": 16,
"message": "Not Authenticated"
}
}
Token Expired
{
"error": {
"code": 16,
"message": "Token Expired"
}
}