ImportIdentityMappingsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for IdentityMappingStoreService.ImportIdentityMappings
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
inline_source |
google.cloud.discoveryengine_v1.types.ImportIdentityMappingsRequest.InlineSource
The inline source to import identity mapping entries from. This field is a member of oneof _ source .
|
identity_mapping_store |
str
Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
|
Classes
InlineSource
InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The inline source to import identity mapping entries from.