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

View Source

The configuration for the identity data synchronization runs.

Attributes

  • nextSyncTime (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleTypeDateTime.t, default: nil) - Optional. The UTC time when the next data sync is expected to start for the Data Connector. Customers are only able to specify the hour and minute to schedule the data sync. This is utilized when the data connector has a refresh interval greater than 1 day.
  • refreshInterval (type: String.t, default: nil) - Optional. The refresh interval to sync the Access Control List information for the documents ingested by this connector. If not set, the access control list will be refreshed at the default interval of 30 minutes. The identity refresh interval can be at least 30 minutes and at most 7 days.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaIdentityScheduleConfig{
    nextSyncTime:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleTypeDateTime.t() | nil,
    refreshInterval: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.