AssistantApiSettingsReauthTrustedDeviceSettings

GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettings


Table of Contents ▼

Jump to a specific part of the page:

Description

Settings related to Assistant reauth. go/assistant-reauth-verify-skip Next id: 2

Attributes List

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

View Attributes

Attributes

  1. trustSettingsForClient (type: %{optional(String.t) => GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings}, default: nil)
    - Mapping from integrator client id to device's trust settings. Id from assistant/agent_platform/transactions/reauth/reauth_client.proto.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettings{
trustSettingsForClient: %{
optional(String.t()) => GoogleApi.ContentWarehouse.V1.Model.AssistantApiSettingsReauthTrustedDeviceSettingsTrustSettings.t()
} | nil
}

Function

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

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