Google Cloud Talent Solution v4beta1 API - Class Tenant (3.0.0-beta05)

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.

Inheritance

object > Tenant

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Tenant()

public Tenant()

Tenant(Tenant)

public Tenant(Tenant other)
Parameter
Name Description
other Tenant

Properties

ExternalId

public string ExternalId { get; set; }

Required. Client side tenant identifier, used to uniquely identify the tenant.

The maximum number of allowed characters is 255.

Property Value
Type Description
string

KeywordSearchableProfileCustomAttributes

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.

Property Value
Type Description
RepeatedFieldstring

Name

public string Name { get; set; }

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".

Property Value
Type Description
string

TenantName

public TenantName TenantName { get; set; }

TenantName-typed view over the Name resource name property.

Property Value
Type Description
TenantName

UsageType

public Tenant.Types.DataUsageType UsageType { get; set; }

Indicates whether data owned by this tenant may be used to provide product improvements across other tenants.

Defaults behavior is [DataUsageType.ISOLATED][google.cloud.talent.v4beta1.Tenant.DataUsageType.ISOLATED] if it's unset.

Property Value
Type Description
TenantTypesDataUsageType