GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest (google_api_discovery_engine v0.28.0)

View Source

Request message for IdentityMappingStoreService.PurgeIdentityMappings

Attributes

  • filter (type: String.t, default: nil) - Filter matching identity mappings to purge. The eligible field for filtering is: update_time: in ISO 8601 "zulu" format. external_id Examples: Deleting all identity mappings updated in a time range: update_time > "2012-04-23T18:25:43.511Z" AND update_time < "2012-04-23T18:30:43.511Z" Deleting all identity mappings for a given external_id: external_id = "id1" Deleting all identity mappings inside an identity mapping store: `` The filtering fields are assumed to have an implicit AND. Should not be used with source. An error will be thrown, if both are provided.
  • force (type: boolean(), default: nil) - Actually performs the purge. If force is set to false, return the expected purge count without deleting any identity mappings. This field is only supported for purge with filter. For input source this field is ignored and data will be purged regardless of the value of this field.
  • inlineSource (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource.t, default: nil) - The inline source to purge identity mapping entries from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest{
    filter: String.t() | nil,
    force: boolean() | nil,
    inlineSource:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequestInlineSource.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.