Class GoogleCloudDataplexV1LookupContextRequest
Lookup Context using permissions in the source system.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1LookupContextRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Options
Optional. Allows to configure the context.
Declaration
[JsonProperty("options")]
public virtual IDictionary<string, string> Options { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |
Resources
Required. The entry names to lookup context for. The request should have max 10 of those.Examples:projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}
Declaration
[JsonProperty("resources")]
public virtual IList<string> Resources { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |