Class CreateTenantRequest (1.0.0)

CreateTenantRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The Request of the CreateTenant method.

Attributes

NameDescription
parent str
Required. Resource name of the project under which the tenant is created. The format is "projects/{project_id}", for example, "projects/foo".
tenant `.gct_tenant.Tenant`
Required. The tenant to be created.

Inheritance

builtins.object > proto.message.Message > CreateTenantRequest