public sealed class Tenant : IMessage<Tenant>, IEquatable<Tenant>, IDeepCloneable<Tenant>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Tenant.
A Tenant resource represents a tenant in the service. A tenant is a group or
entity that shares common access with specific privileges for resources like
profiles. Customer may create multiple tenants to provide data isolation for
different groups.
public RepeatedField<string> KeywordSearchableProfileCustomAttributes { get; }
A list of keys of filterable
[Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes],
whose corresponding string_values are used in keyword searches. Profiles
with string_values under these specified field keys are returned if any
of the values match the search keyword. Custom field values with
parenthesis, brackets and special symbols are not searchable as-is,
and must be surrounded by quotes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTenant\u003c/code\u003e class in the Google Cloud Talent Solution v4beta1 API represents a tenant, which is an entity that shares common access and privileges for resources like profiles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTenant\u003c/code\u003e class has properties such as \u003ccode\u003eExternalId\u003c/code\u003e, \u003ccode\u003eKeywordSearchableProfileCustomAttributes\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eTenantName\u003c/code\u003e, and \u003ccode\u003eUsageType\u003c/code\u003e, each serving specific purposes in defining tenant attributes and behaviors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTenant\u003c/code\u003e resource's name is formatted as "projects/{project_id}/tenants/{tenant_id}" and is automatically generated by the service upon tenant creation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUsageType\u003c/code\u003e property indicates whether the tenant's data can be used for product improvements across other tenants, defaulting to \u003ccode\u003eDataUsageType.ISOLATED\u003c/code\u003e if not specified.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the Tenant class is 3.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class Tenant (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.Tenant)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.Tenant) \n\n public sealed class Tenant : IMessage\u003cTenant\u003e, IEquatable\u003cTenant\u003e, IDeepCloneable\u003cTenant\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Tenant.\n\nA Tenant resource represents a tenant in the service. A tenant is a group or\nentity that shares common access with specific privileges for resources like\nprofiles. Customer may create multiple tenants to provide data isolation for\ndifferent groups. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Tenant \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Tenant](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Tenant](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Tenant](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### Tenant()\n\n public Tenant()\n\n### Tenant(Tenant)\n\n public Tenant(Tenant other)\n\nProperties\n----------\n\n### ExternalId\n\n public string ExternalId { get; set; }\n\nRequired. Client side tenant identifier, used to uniquely identify the\ntenant.\n\nThe maximum number of allowed characters is 255.\n\n### KeywordSearchableProfileCustomAttributes\n\n public RepeatedField\u003cstring\u003e KeywordSearchableProfileCustomAttributes { get; }\n\nA list of keys of filterable\n\\[Profile.custom_attributes\\]\\[google.cloud.talent.v4beta1.Profile.custom_attributes\\],\nwhose corresponding `string_values` are used in keyword searches. Profiles\nwith `string_values` under these specified field keys are returned if any\nof the values match the search keyword. Custom field values with\nparenthesis, brackets and special symbols are not searchable as-is,\nand must be surrounded by quotes.\n\n### Name\n\n public string Name { get; set; }\n\nRequired during tenant update.\n\nThe resource name for a tenant. This is generated by the service when a\ntenant is created.\n\nThe format is \"projects/{project_id}/tenants/{tenant_id}\", for example,\n\"projects/foo/tenants/bar\".\n\n### TenantName\n\n public TenantName TenantName { get; set; }\n\n[TenantName](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.TenantName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Tenant#Google_Cloud_Talent_V4Beta1_Tenant_Name) resource name property.\n\n### UsageType\n\n public Tenant.Types.DataUsageType UsageType { get; set; }\n\nIndicates whether data owned by this tenant may be used to provide product\nimprovements across other tenants.\n\nDefaults behavior is\n\\[DataUsageType.ISOLATED\\]\\[google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED\\]\nif it's unset."]]