Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.dialogflow/v3.getSecuritySetting
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Retrieves the specified SecuritySettings. The returned settings may be stale by up to 1 minute.
Using getSecuritySetting
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecuritySetting(args: GetSecuritySettingArgs, opts?: InvokeOptions): Promise<GetSecuritySettingResult>
function getSecuritySettingOutput(args: GetSecuritySettingOutputArgs, opts?: InvokeOptions): Output<GetSecuritySettingResult>
def get_security_setting(location: Optional[str] = None,
project: Optional[str] = None,
security_setting_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecuritySettingResult
def get_security_setting_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
security_setting_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecuritySettingResult]
func LookupSecuritySetting(ctx *Context, args *LookupSecuritySettingArgs, opts ...InvokeOption) (*LookupSecuritySettingResult, error)
func LookupSecuritySettingOutput(ctx *Context, args *LookupSecuritySettingOutputArgs, opts ...InvokeOption) LookupSecuritySettingResultOutput
> Note: This function is named LookupSecuritySetting
in the Go SDK.
public static class GetSecuritySetting
{
public static Task<GetSecuritySettingResult> InvokeAsync(GetSecuritySettingArgs args, InvokeOptions? opts = null)
public static Output<GetSecuritySettingResult> Invoke(GetSecuritySettingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecuritySettingResult> getSecuritySetting(GetSecuritySettingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:dialogflow/v3:getSecuritySetting
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Security
Setting stringId - Project string
- Location string
- Security
Setting stringId - Project string
- location String
- security
Setting StringId - project String
- location string
- security
Setting stringId - project string
- location str
- security_
setting_ strid - project str
- location String
- security
Setting StringId - project String
getSecuritySetting Result
The following output properties are available:
- Audio
Export Pulumi.Settings Google Native. Dialogflow. V3. Outputs. Google Cloud Dialogflow Cx V3Security Settings Audio Export Settings Response - 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.
- Deidentify
Template string - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - Display
Name string - The human-readable name of the security settings, unique within the location.
- Insights
Export Pulumi.Settings Google Native. Dialogflow. V3. Outputs. Google Cloud Dialogflow Cx V3Security Settings Insights Export Settings Response - 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.
- Inspect
Template string - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - Name string
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - Purge
Data List<string>Types - List of types of data to remove when retention settings triggers purge.
- Redaction
Scope string - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- Redaction
Strategy string - Strategy that defines how we do redaction.
- Retention
Strategy string - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- Retention
Window intDays - 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.
- Audio
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Audio Export Settings Response - 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.
- Deidentify
Template string - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - Display
Name string - The human-readable name of the security settings, unique within the location.
- Insights
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Insights Export Settings Response - 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.
- Inspect
Template string - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - Name string
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - Purge
Data []stringTypes - List of types of data to remove when retention settings triggers purge.
- Redaction
Scope string - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- Redaction
Strategy string - Strategy that defines how we do redaction.
- Retention
Strategy string - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- Retention
Window intDays - 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.
- audio
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Audio Export Settings Response - 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.
- deidentify
Template String - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - display
Name String - The human-readable name of the security settings, unique within the location.
- insights
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Insights Export Settings Response - 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.
- inspect
Template String - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - name String
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - purge
Data List<String>Types - List of types of data to remove when retention settings triggers purge.
- redaction
Scope String - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- redaction
Strategy String - Strategy that defines how we do redaction.
- retention
Strategy String - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- retention
Window IntegerDays - 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.
- audio
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Audio Export Settings Response - 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.
- deidentify
Template string - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - display
Name string - The human-readable name of the security settings, unique within the location.
- insights
Export GoogleSettings Cloud Dialogflow Cx V3Security Settings Insights Export Settings Response - 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.
- inspect
Template string - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - name string
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - purge
Data string[]Types - List of types of data to remove when retention settings triggers purge.
- redaction
Scope string - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- redaction
Strategy string - Strategy that defines how we do redaction.
- retention
Strategy string - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- retention
Window numberDays - 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.
- audio_
export_ Googlesettings Cloud Dialogflow Cx V3Security Settings Audio Export Settings Response - 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.
- deidentify_
template str - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - display_
name str - The human-readable name of the security settings, unique within the location.
- insights_
export_ Googlesettings Cloud Dialogflow Cx V3Security Settings Insights Export Settings Response - 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.
- inspect_
template str - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - name str
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - purge_
data_ Sequence[str]types - List of types of data to remove when retention settings triggers purge.
- redaction_
scope str - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- redaction_
strategy str - Strategy that defines how we do redaction.
- retention_
strategy str - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- retention_
window_ intdays - 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.
- audio
Export Property MapSettings - 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.
- deidentify
Template String - 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 formservice-PROJECT_NUMBER@gcp-sa-dialogflow.iam.gserviceaccount.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/
ORorganizations//locations//deidentifyTemplates/
Note:deidentify_template
must be located in the same region as theSecuritySettings
. - display
Name String - The human-readable name of the security settings, unique within the location.
- insights
Export Property MapSettings - 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.
- inspect
Template String - 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 formservice-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/
ORorganizations//locations//inspectTemplates/
Note:inspect_template
must be located in the same region as theSecuritySettings
. - name String
- Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format:
projects//locations//securitySettings/
. - purge
Data List<String>Types - List of types of data to remove when retention settings triggers purge.
- redaction
Scope String - Defines the data for which Dialogflow applies redaction. Dialogflow does not redact data that it does not have access to – for example, Cloud logging.
- redaction
Strategy String - Strategy that defines how we do redaction.
- retention
Strategy String - Specifies the retention behavior defined by SecuritySettings.RetentionStrategy.
- retention
Window NumberDays - 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.
Supporting Types
GoogleCloudDialogflowCxV3SecuritySettingsAudioExportSettingsResponse
- Audio
Export stringPattern - Filename pattern for exported audio.
- Audio
Format string - File format for exported audio file. Currently only in telephony recordings.
- Enable
Audio boolRedaction - Enable audio redaction if it is true.
- Gcs
Bucket string - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
- Audio
Export stringPattern - Filename pattern for exported audio.
- Audio
Format string - File format for exported audio file. Currently only in telephony recordings.
- Enable
Audio boolRedaction - Enable audio redaction if it is true.
- Gcs
Bucket string - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
- audio
Export StringPattern - Filename pattern for exported audio.
- audio
Format String - File format for exported audio file. Currently only in telephony recordings.
- enable
Audio BooleanRedaction - Enable audio redaction if it is true.
- gcs
Bucket String - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
- audio
Export stringPattern - Filename pattern for exported audio.
- audio
Format string - File format for exported audio file. Currently only in telephony recordings.
- enable
Audio booleanRedaction - Enable audio redaction if it is true.
- gcs
Bucket string - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
- audio_
export_ strpattern - Filename pattern for exported audio.
- audio_
format str - File format for exported audio file. Currently only in telephony recordings.
- enable_
audio_ boolredaction - Enable audio redaction if it is true.
- gcs_
bucket str - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
- audio
Export StringPattern - Filename pattern for exported audio.
- audio
Format String - File format for exported audio file. Currently only in telephony recordings.
- enable
Audio BooleanRedaction - Enable audio redaction if it is true.
- gcs
Bucket String - Cloud Storage bucket to export audio record to. Setting this field would grant the Storage Object Creator role to the Dialogflow Service Agent. API caller that tries to modify this field should have the permission of storage.buckets.setIamPolicy.
GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettingsResponse
- Enable
Insights boolExport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
- Enable
Insights boolExport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
- enable
Insights BooleanExport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
- enable
Insights booleanExport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
- enable_
insights_ boolexport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
- enable
Insights BooleanExport - If enabled, we will automatically exports conversations to Insights and Insights runs its analyzers.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi