Show / Hide Table of Contents

Class GoogleCloudDataplexV1LookupContextRequest

Lookup Context using permissions in the source system.

Inheritance
object
GoogleCloudDataplexV1LookupContextRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX