GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequestInlineSource (google_api_discovery_engine v0.28.0)
View SourceThe inline source to import identity mapping entries from.
Attributes
-
identityMappingEntries
(type:list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry.t)
, default:nil
) - A maximum of 10000 entries can be imported at one time
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequestInlineSource{ identityMappingEntries: [ GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaIdentityMappingEntry.t() ] | nil }