LookupEntryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Lookup Entry request using permissions in the source system.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location} .
|
view |
google.cloud.dataplex_v1.types.EntryView
Optional. 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 |
str
Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry} .
|