projects

Creates a new tenant entity.

post/v4/{+parent}/tenants

Path parameters

parentstring required

Required. Resource name of the project under which the tenant is created. The format is "projects/{project_id}", for example, "projects/foo".

Request body

namestring

Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".

externalIdstring

Required. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.