LookupEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Lookup Entry request using permissions in the source system.
| Attributes | |
|---|---|
| Name | Description | 
| name | strRequired. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}. | 
| view | google.cloud.dataplex_v1.types.EntryViewOptional. View to control which parts of an entry the service should return. | 
| aspect_types | MutableSequence[str]Optional. Limits the aspects returned to the provided aspect types. It only works for CUSTOM view. | 
| paths | MutableSequence[str]Optional. Limits the aspects returned to those associated with the provided paths within the Entry. It only works for CUSTOM view. | 
| entry | strRequired. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}. |