dynatrace logo
Dynatrace v0.1.0, May 24 23

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:

DoNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

SessionReplayDataPrivacy Lbrlabs.PulumiPackage.Dynatrace.Inputs.ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

WebApplicationId string

Dynatrace entity ID of the web application

DataCaptureOptIn bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

PersistentCookieForUserTracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

DoNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

SessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

WebApplicationId string

Dynatrace entity ID of the web application

DataCaptureOptIn bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

PersistentCookieForUserTracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

doNotTrackBehaviour String

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

sessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId String

Dynatrace entity ID of the web application

dataCaptureOptIn Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

persistentCookieForUserTracking Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

doNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

sessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId string

Dynatrace entity ID of the web application

dataCaptureOptIn boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

persistentCookieForUserTracking boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

do_not_track_behaviour str

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

session_replay_data_privacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

web_application_id str

Dynatrace entity ID of the web application

data_capture_opt_in bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

persistent_cookie_for_user_tracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

doNotTrackBehaviour String

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

sessionReplayDataPrivacy Property Map

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId String

Dynatrace entity ID of the web application

dataCaptureOptIn Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

persistentCookieForUserTracking Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true 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.
The following state arguments are supported:
DataCaptureOptIn bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

DoNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

PersistentCookieForUserTracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

SessionReplayDataPrivacy Lbrlabs.PulumiPackage.Dynatrace.Inputs.ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

WebApplicationId string

Dynatrace entity ID of the web application

DataCaptureOptIn bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

DoNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

PersistentCookieForUserTracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

SessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

WebApplicationId string

Dynatrace entity ID of the web application

dataCaptureOptIn Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

doNotTrackBehaviour String

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

persistentCookieForUserTracking Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

sessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId String

Dynatrace entity ID of the web application

dataCaptureOptIn boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

doNotTrackBehaviour string

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

persistentCookieForUserTracking boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

sessionReplayDataPrivacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId string

Dynatrace entity ID of the web application

data_capture_opt_in bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

do_not_track_behaviour str

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

persistent_cookie_for_user_tracking bool

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

session_replay_data_privacy ApplicationDataPrivacySessionReplayDataPrivacyArgs

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

web_application_id str

Dynatrace entity ID of the web application

dataCaptureOptIn Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to disable data capture and cookies until JavaScriptAPI dtrum.enable() is called

doNotTrackBehaviour String

(Field has overlap with dynatrace.DataPrivacy) How to handle the "Do Not Track" header:

persistentCookieForUserTracking Boolean

(Field has overlap with dynatrace.DataPrivacy) Set to true to set persistent cookie in order to recognize returning devices

sessionReplayDataPrivacy Property Map

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Data privacy settings for Session Replay

webApplicationId String

Dynatrace entity ID of the web application

Supporting Types

ApplicationDataPrivacySessionReplayDataPrivacy

ContentMaskingSettings Lbrlabs.PulumiPackage.Dynatrace.Inputs.ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

OptIn bool
UrlExclusionRules List<string>
ContentMaskingSettings ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

OptIn bool
UrlExclusionRules []string
contentMaskingSettings ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

optIn Boolean
urlExclusionRules List<String>
contentMaskingSettings ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

optIn boolean
urlExclusionRules string[]
content_masking_settings ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

opt_in bool
url_exclusion_rules Sequence[str]
contentMaskingSettings Property Map

(Field has overlap with dynatrace.SessionReplayWebPrivacy) Content masking settings for Session Replay.

optIn Boolean
urlExclusionRules List<String>

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettings

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlayback

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlaybackRules

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsPlaybackRulesRule

selector String
type String
userInteractionHidden Boolean
selector string
type string
userInteractionHidden boolean
selector String
type String
userInteractionHidden Boolean

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecording

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecordingRules

ApplicationDataPrivacySessionReplayDataPrivacyContentMaskingSettingsRecordingRulesRule

selector String
type String
userInteractionHidden Boolean
selector string
type string
userInteractionHidden boolean
selector String
type String
userInteractionHidden Boolean

Package Details

Repository
dynatrace lbrlabs/pulumi-dynatrace
License
Apache-2.0
Notes

This Pulumi package is based on the dynatrace Terraform Provider.