

dynatrace.ApplicationDataPrivacy
Explore with Pulumi AI
Create ApplicationDataPrivacy Resource
new ApplicationDataPrivacy(name: string, args: ApplicationDataPrivacyArgs, opts?: CustomResourceOptions);
@overload
def ApplicationDataPrivacy(resource_name: str,
opts: Optional[ResourceOptions] = None,
data_capture_opt_in: Optional[bool] = None,
do_not_track_behaviour: Optional[str] = None,
persistent_cookie_for_user_tracking: Optional[bool] = None,
session_replay_data_privacy: Optional[ApplicationDataPrivacySessionReplayDataPrivacyArgs] = None,
web_application_id: Optional[str] = None)
@overload
def ApplicationDataPrivacy(resource_name: str,
args: ApplicationDataPrivacyArgs,
opts: Optional[ResourceOptions] = None)
func NewApplicationDataPrivacy(ctx *Context, name string, args ApplicationDataPrivacyArgs, opts ...ResourceOption) (*ApplicationDataPrivacy, error)
public ApplicationDataPrivacy(string name, ApplicationDataPrivacyArgs args, CustomResourceOptions? opts = null)
public ApplicationDataPrivacy(String name, ApplicationDataPrivacyArgs args)
public ApplicationDataPrivacy(String name, ApplicationDataPrivacyArgs args, CustomResourceOptions options)
type: dynatrace:ApplicationDataPrivacy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationDataPrivacyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationDataPrivacyArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationDataPrivacyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationDataPrivacyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationDataPrivacyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ApplicationDataPrivacy Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The ApplicationDataPrivacy resource accepts the following input properties:
- Do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- Session
Replay Lbrlabs.Data Privacy Pulumi Package. Dynatrace. Inputs. Application Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- Web
Application stringId Dynatrace entity ID of the web application
- Data
Capture boolOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
- Do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- Session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- Web
Application stringId Dynatrace entity ID of the web application
- Data
Capture boolOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
- do
Not StringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application StringId Dynatrace entity ID of the web application
- data
Capture BooleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- Boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
- do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application stringId Dynatrace entity ID of the web application
- data
Capture booleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
- do_
not_ strtrack_ behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- session_
replay_ Applicationdata_ privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web_
application_ strid Dynatrace entity ID of the web application
- data_
capture_ boolopt_ in (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
- do
Not StringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- session
Replay Property MapData Privacy (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application StringId Dynatrace entity ID of the web application
- data
Capture BooleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- Boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationDataPrivacy resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing ApplicationDataPrivacy Resource
Get an existing ApplicationDataPrivacy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ApplicationDataPrivacyState, opts?: CustomResourceOptions): ApplicationDataPrivacy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
data_capture_opt_in: Optional[bool] = None,
do_not_track_behaviour: Optional[str] = None,
persistent_cookie_for_user_tracking: Optional[bool] = None,
session_replay_data_privacy: Optional[ApplicationDataPrivacySessionReplayDataPrivacyArgs] = None,
web_application_id: Optional[str] = None) -> ApplicationDataPrivacy
func GetApplicationDataPrivacy(ctx *Context, name string, id IDInput, state *ApplicationDataPrivacyState, opts ...ResourceOption) (*ApplicationDataPrivacy, error)
public static ApplicationDataPrivacy Get(string name, Input<string> id, ApplicationDataPrivacyState? state, CustomResourceOptions? opts = null)
public static ApplicationDataPrivacy get(String name, Output<String> id, ApplicationDataPrivacyState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Data
Capture boolOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- Do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- Session
Replay Lbrlabs.Data Privacy Pulumi Package. Dynatrace. Inputs. Application Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- Web
Application stringId Dynatrace entity ID of the web application
- Data
Capture boolOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- Do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- Session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- Web
Application stringId Dynatrace entity ID of the web application
- data
Capture BooleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- do
Not StringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- Boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application StringId Dynatrace entity ID of the web application
- data
Capture booleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- do
Not stringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- session
Replay ApplicationData Privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application stringId Dynatrace entity ID of the web application
- data_
capture_ boolopt_ in (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- do_
not_ strtrack_ behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- bool
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- session_
replay_ Applicationdata_ privacy Data Privacy Session Replay Data Privacy Args (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web_
application_ strid Dynatrace entity ID of the web application
- data
Capture BooleanOpt In (Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to disable data capture and cookies until JavaScriptAPIdtrum.enable()
is called- do
Not StringTrack Behaviour (Field has overlap with
dynatrace.DataPrivacy
) How to handle the "Do Not Track" header:- Boolean
(Field has overlap with
dynatrace.DataPrivacy
) Set totrue
to set persistent cookie in order to recognize returning devices- session
Replay Property MapData Privacy (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Data privacy settings for Session Replay- web
Application StringId Dynatrace entity ID of the web application
Supporting Types
ApplicationDataPrivacySessionReplayDataPrivacy
- Content
Masking Lbrlabs.Settings Pulumi Package. Dynatrace. Inputs. Application Data Privacy Session Replay Data Privacy Content Masking Settings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- Opt
In bool - Url
Exclusion List<string>Rules
- Content
Masking ApplicationSettings Data Privacy Session Replay Data Privacy Content Masking Settings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- Opt
In bool - Url
Exclusion []stringRules
- content
Masking ApplicationSettings Data Privacy Session Replay Data Privacy Content Masking Settings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- opt
In Boolean - url
Exclusion List<String>Rules
- content
Masking ApplicationSettings Data Privacy Session Replay Data Privacy Content Masking Settings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- opt
In boolean - url
Exclusion string[]Rules
- content_
masking_ Applicationsettings Data Privacy Session Replay Data Privacy Content Masking Settings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- opt_
in bool - url_
exclusion_ Sequence[str]rules
- content
Masking Property MapSettings (Field has overlap with
dynatrace.SessionReplayWebPrivacy
) Content masking settings for Session Replay.- opt
In Boolean - url
Exclusion List<String>Rules
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlayback
- preset String
- rules Property Map
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlaybackRules
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlaybackRulesRule
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecording
- preset String
- rules Property Map
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecordingRules
ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecordingRulesRule
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.