dynatrace.OneagentSideMasking
Explore with Pulumi AI
Create OneagentSideMasking Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OneagentSideMasking(name: string, args: OneagentSideMaskingArgs, opts?: CustomResourceOptions);
@overload
def OneagentSideMasking(resource_name: str,
args: OneagentSideMaskingArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OneagentSideMasking(resource_name: str,
opts: Optional[ResourceOptions] = None,
is_email_masking_enabled: Optional[bool] = None,
is_financial_masking_enabled: Optional[bool] = None,
is_numbers_masking_enabled: Optional[bool] = None,
is_query_masking_enabled: Optional[bool] = None,
process_group_id: Optional[str] = None)
func NewOneagentSideMasking(ctx *Context, name string, args OneagentSideMaskingArgs, opts ...ResourceOption) (*OneagentSideMasking, error)
public OneagentSideMasking(string name, OneagentSideMaskingArgs args, CustomResourceOptions? opts = null)
public OneagentSideMasking(String name, OneagentSideMaskingArgs args)
public OneagentSideMasking(String name, OneagentSideMaskingArgs args, CustomResourceOptions options)
type: dynatrace:OneagentSideMasking
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OneagentSideMaskingArgs
- 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 OneagentSideMaskingArgs
- 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 OneagentSideMaskingArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OneagentSideMaskingArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OneagentSideMaskingArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var oneagentSideMaskingResource = new Dynatrace.OneagentSideMasking("oneagentSideMaskingResource", new()
{
IsEmailMaskingEnabled = false,
IsFinancialMaskingEnabled = false,
IsNumbersMaskingEnabled = false,
IsQueryMaskingEnabled = false,
ProcessGroupId = "string",
});
example, err := dynatrace.NewOneagentSideMasking(ctx, "oneagentSideMaskingResource", &dynatrace.OneagentSideMaskingArgs{
IsEmailMaskingEnabled: pulumi.Bool(false),
IsFinancialMaskingEnabled: pulumi.Bool(false),
IsNumbersMaskingEnabled: pulumi.Bool(false),
IsQueryMaskingEnabled: pulumi.Bool(false),
ProcessGroupId: pulumi.String("string"),
})
var oneagentSideMaskingResource = new OneagentSideMasking("oneagentSideMaskingResource", OneagentSideMaskingArgs.builder()
.isEmailMaskingEnabled(false)
.isFinancialMaskingEnabled(false)
.isNumbersMaskingEnabled(false)
.isQueryMaskingEnabled(false)
.processGroupId("string")
.build());
oneagent_side_masking_resource = dynatrace.OneagentSideMasking("oneagentSideMaskingResource",
is_email_masking_enabled=False,
is_financial_masking_enabled=False,
is_numbers_masking_enabled=False,
is_query_masking_enabled=False,
process_group_id="string")
const oneagentSideMaskingResource = new dynatrace.OneagentSideMasking("oneagentSideMaskingResource", {
isEmailMaskingEnabled: false,
isFinancialMaskingEnabled: false,
isNumbersMaskingEnabled: false,
isQueryMaskingEnabled: false,
processGroupId: "string",
});
type: dynatrace:OneagentSideMasking
properties:
isEmailMaskingEnabled: false
isFinancialMaskingEnabled: false
isNumbersMaskingEnabled: false
isQueryMaskingEnabled: false
processGroupId: string
OneagentSideMasking Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OneagentSideMasking resource accepts the following input properties:
- Is
Email boolMasking Enabled - Exclude email addresses from URLs
- Is
Financial boolMasking Enabled - Exclude IBANs and payment card numbers from URLs
- Is
Numbers boolMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- Is
Query boolMasking Enabled - Exclude query parameters from URLs and web requests
- Process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Is
Email boolMasking Enabled - Exclude email addresses from URLs
- Is
Financial boolMasking Enabled - Exclude IBANs and payment card numbers from URLs
- Is
Numbers boolMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- Is
Query boolMasking Enabled - Exclude query parameters from URLs and web requests
- Process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email BooleanMasking Enabled - Exclude email addresses from URLs
- is
Financial BooleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers BooleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query BooleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email booleanMasking Enabled - Exclude email addresses from URLs
- is
Financial booleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers booleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query booleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is_
email_ boolmasking_ enabled - Exclude email addresses from URLs
- is_
financial_ boolmasking_ enabled - Exclude IBANs and payment card numbers from URLs
- is_
numbers_ boolmasking_ enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is_
query_ boolmasking_ enabled - Exclude query parameters from URLs and web requests
- process_
group_ strid - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email BooleanMasking Enabled - Exclude email addresses from URLs
- is
Financial BooleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers BooleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query BooleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Outputs
All input properties are implicitly available as output properties. Additionally, the OneagentSideMasking 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 OneagentSideMasking Resource
Get an existing OneagentSideMasking 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?: OneagentSideMaskingState, opts?: CustomResourceOptions): OneagentSideMasking
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
is_email_masking_enabled: Optional[bool] = None,
is_financial_masking_enabled: Optional[bool] = None,
is_numbers_masking_enabled: Optional[bool] = None,
is_query_masking_enabled: Optional[bool] = None,
process_group_id: Optional[str] = None) -> OneagentSideMasking
func GetOneagentSideMasking(ctx *Context, name string, id IDInput, state *OneagentSideMaskingState, opts ...ResourceOption) (*OneagentSideMasking, error)
public static OneagentSideMasking Get(string name, Input<string> id, OneagentSideMaskingState? state, CustomResourceOptions? opts = null)
public static OneagentSideMasking get(String name, Output<String> id, OneagentSideMaskingState 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.
- Is
Email boolMasking Enabled - Exclude email addresses from URLs
- Is
Financial boolMasking Enabled - Exclude IBANs and payment card numbers from URLs
- Is
Numbers boolMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- Is
Query boolMasking Enabled - Exclude query parameters from URLs and web requests
- Process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- Is
Email boolMasking Enabled - Exclude email addresses from URLs
- Is
Financial boolMasking Enabled - Exclude IBANs and payment card numbers from URLs
- Is
Numbers boolMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- Is
Query boolMasking Enabled - Exclude query parameters from URLs and web requests
- Process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email BooleanMasking Enabled - Exclude email addresses from URLs
- is
Financial BooleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers BooleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query BooleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email booleanMasking Enabled - Exclude email addresses from URLs
- is
Financial booleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers booleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query booleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group stringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is_
email_ boolmasking_ enabled - Exclude email addresses from URLs
- is_
financial_ boolmasking_ enabled - Exclude IBANs and payment card numbers from URLs
- is_
numbers_ boolmasking_ enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is_
query_ boolmasking_ enabled - Exclude query parameters from URLs and web requests
- process_
group_ strid - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
- is
Email BooleanMasking Enabled - Exclude email addresses from URLs
- is
Financial BooleanMasking Enabled - Exclude IBANs and payment card numbers from URLs
- is
Numbers BooleanMasking Enabled - Exclude hexadecimal IDs and consecutive numbers above 5 digits from URLs
- is
Query BooleanMasking Enabled - Exclude query parameters from URLs and web requests
- process
Group StringId - The scope of this settings. If the settings should cover the whole environment, just don't specify any scope.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.