AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings


Table of Contents ▼

Jump to a specific part of the page:

Description

Next id: 6

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. neverAskAgain (type: boolean(), default: nil)
    - If true, don't ask user to trust this device again.
  2. neverAskExpirationTimestamp (type: DateTime.t, default: nil)
    - DEPRECATED: Use never_ask_again instead. Expiration timestamp of "never ask again" status. If this field is set and is later than current timestamp, we should NOT ask the user whether they'd like to trust this device.
  3. trustDeviceExpirationTimestamp (type: DateTime.t, default: nil)
    - Expiration timestamp of "trusted" status. If this field is set and is later than current timestamp, we can consider this device to be trusted.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings{
neverAskAgain: boolean() | nil,
neverAskExpirationTimestamp: DateTime.t() | nil,
trustDeviceExpirationTimestamp: DateTime.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings