SecuritySettingArgs

data class SecuritySettingArgs(val audioExportSettings: Output<GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsArgs>? = null, val deidentifyTemplate: Output<String>? = null, val displayName: Output<String>? = null, val insightsExportSettings: Output<GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs>? = null, val inspectTemplate: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val purgeDataTypes: Output<List<SecuritySettingPurgeDataTypesItem>>? = null, val redactionScope: Output<SecuritySettingRedactionScope>? = null, val redactionStrategy: Output<SecuritySettingRedactionStrategy>? = null, val retentionWindowDays: Output<Int>? = null) : ConvertibleToJava<SecuritySettingArgs>

Create security settings in the specified location.

Constructors

Link copied to clipboard
fun SecuritySettingArgs(audioExportSettings: Output<GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsArgs>? = null, deidentifyTemplate: Output<String>? = null, displayName: Output<String>? = null, insightsExportSettings: Output<GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsArgs>? = null, inspectTemplate: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, purgeDataTypes: Output<List<SecuritySettingPurgeDataTypesItem>>? = null, redactionScope: Output<SecuritySettingRedactionScope>? = null, redactionStrategy: Output<SecuritySettingRedactionStrategy>? = null, retentionWindowDays: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SecuritySettingArgs

Properties

Link copied to clipboard

Controls audio export settings for post-conversation analytics when ingesting audio to conversations via Participants.AnalyzeContent or Participants.StreamingAnalyzeContent. If retention_strategy is set to REMOVE_AFTER_CONVERSATION or audio_export_settings.gcs_bucket is empty, audio export is disabled. If audio export is enabled, audio is recorded and saved to audio_export_settings.gcs_bucket, subject to retention policy of audio_export_settings.gcs_bucket. This setting won't effect audio input for implicit sessions via Sessions.DetectIntent or Sessions.StreamingDetectIntent.

Link copied to clipboard
val deidentifyTemplate: Output<String>? = null

DLP deidentify template name. Use this template to define de-identification configuration for the content. The DLP De-identify Templates Reader role is needed on the Dialogflow service identity service account (has the form service-PROJECT_NUMBER@gcp-sa-dialogflow&#46;iam&#46;gserviceaccount&#46;com) for your agent's project. If empty, Dialogflow replaces sensitive info with [redacted] text. The template name will have one of the following formats: projects//locations//deidentifyTemplates/ OR organizations//locations//deidentifyTemplates/ Note: deidentify_template must be located in the same region as the SecuritySettings.

Link copied to clipboard
val displayName: Output<String>? = null

The human-readable name of the security settings, unique within the location.

Link copied to clipboard

Controls conversation exporting settings to Insights after conversation is completed. If retention_strategy is set to REMOVE_AFTER_CONVERSATION, Insights export is disabled no matter what you configure here.

Link copied to clipboard
val inspectTemplate: Output<String>? = null

DLP inspect template name. Use this template to define inspect base settings. The DLP Inspect Templates Reader role is needed on the Dialogflow service identity service account (has the form service-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.com) for your agent's project. If empty, we use the default DLP inspect config. The template name will have one of the following formats: projects//locations//inspectTemplates/ OR organizations//locations//inspectTemplates/ Note: inspect_template must be located in the same region as the SecuritySettings.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format: projects//locations//securitySettings/.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

List of types of data to remove when retention settings triggers purge.

Link copied to clipboard

Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.

Link copied to clipboard

Strategy that defines how we do redaction.

Link copied to clipboard
val retentionWindowDays: Output<Int>? = null

Retains the data for the specified number of days. User must set a value lower than Dialogflow's default 365d TTL (30 days for Agent Assist traffic), higher value will be ignored and use default. Setting a value higher than that has no effect. A missing value or setting to 0 also means we use default TTL.