Class GoogleCloudDataplexV1ContactIdentity
Identity of a business contact.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1ContactIdentity : IDirectResponseSchema
Properties
ContactId
Optional. Email ID or freeform ID of the Contact person.
Declaration
[JsonProperty("contactId")]
public virtual string ContactId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContactName
Required. Name of the contact person for the Data Domain; unvalidated freeform text.
Declaration
[JsonProperty("contactName")]
public virtual string ContactName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContactRole
Required. Designation of the person i.e. Data Steward or Data Analyst. Example values: owner, steward, producer, admin.
Declaration
[JsonProperty("contactRole")]
public virtual string ContactRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |