Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.ManagedPreferences
Explore with Pulumi AI
Create ManagedPreferences Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagedPreferences(name: string, args: ManagedPreferencesArgs, opts?: CustomResourceOptions);
@overload
def ManagedPreferences(resource_name: str,
args: ManagedPreferencesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagedPreferences(resource_name: str,
opts: Optional[ResourceOptions] = None,
ruxit_monitors_ruxit: Optional[bool] = None,
suppress_non_billing_relevant_data: Optional[bool] = None,
support_send_cluster_health: Optional[bool] = None,
support_send_billing: Optional[bool] = None,
community_external_search: Optional[bool] = None,
read_only_remote_access_allowed: Optional[bool] = None,
remote_access_on_demand_only: Optional[bool] = None,
help_chat_enabled: Optional[bool] = None,
support_allow_remote_access: Optional[bool] = None,
certificate_management_enabled: Optional[bool] = None,
community_create_user: Optional[bool] = None,
support_send_events: Optional[bool] = None,
certificate_management_possible: Optional[bool] = None,
telemetry_sharing: Optional[bool] = None)
func NewManagedPreferences(ctx *Context, name string, args ManagedPreferencesArgs, opts ...ResourceOption) (*ManagedPreferences, error)
public ManagedPreferences(string name, ManagedPreferencesArgs args, CustomResourceOptions? opts = null)
public ManagedPreferences(String name, ManagedPreferencesArgs args)
public ManagedPreferences(String name, ManagedPreferencesArgs args, CustomResourceOptions options)
type: dynatrace:ManagedPreferences
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 ManagedPreferencesArgs
- 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 ManagedPreferencesArgs
- 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 ManagedPreferencesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagedPreferencesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagedPreferencesArgs
- 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 managedPreferencesResource = new Dynatrace.ManagedPreferences("managedPreferencesResource", new()
{
RuxitMonitorsRuxit = false,
SuppressNonBillingRelevantData = false,
SupportSendClusterHealth = false,
SupportSendBilling = false,
CommunityExternalSearch = false,
ReadOnlyRemoteAccessAllowed = false,
RemoteAccessOnDemandOnly = false,
HelpChatEnabled = false,
SupportAllowRemoteAccess = false,
CertificateManagementEnabled = false,
CommunityCreateUser = false,
SupportSendEvents = false,
CertificateManagementPossible = false,
TelemetrySharing = false,
});
example, err := dynatrace.NewManagedPreferences(ctx, "managedPreferencesResource", &dynatrace.ManagedPreferencesArgs{
RuxitMonitorsRuxit: pulumi.Bool(false),
SuppressNonBillingRelevantData: pulumi.Bool(false),
SupportSendClusterHealth: pulumi.Bool(false),
SupportSendBilling: pulumi.Bool(false),
CommunityExternalSearch: pulumi.Bool(false),
ReadOnlyRemoteAccessAllowed: pulumi.Bool(false),
RemoteAccessOnDemandOnly: pulumi.Bool(false),
HelpChatEnabled: pulumi.Bool(false),
SupportAllowRemoteAccess: pulumi.Bool(false),
CertificateManagementEnabled: pulumi.Bool(false),
CommunityCreateUser: pulumi.Bool(false),
SupportSendEvents: pulumi.Bool(false),
CertificateManagementPossible: pulumi.Bool(false),
TelemetrySharing: pulumi.Bool(false),
})
var managedPreferencesResource = new ManagedPreferences("managedPreferencesResource", ManagedPreferencesArgs.builder()
.ruxitMonitorsRuxit(false)
.suppressNonBillingRelevantData(false)
.supportSendClusterHealth(false)
.supportSendBilling(false)
.communityExternalSearch(false)
.readOnlyRemoteAccessAllowed(false)
.remoteAccessOnDemandOnly(false)
.helpChatEnabled(false)
.supportAllowRemoteAccess(false)
.certificateManagementEnabled(false)
.communityCreateUser(false)
.supportSendEvents(false)
.certificateManagementPossible(false)
.telemetrySharing(false)
.build());
managed_preferences_resource = dynatrace.ManagedPreferences("managedPreferencesResource",
ruxit_monitors_ruxit=False,
suppress_non_billing_relevant_data=False,
support_send_cluster_health=False,
support_send_billing=False,
community_external_search=False,
read_only_remote_access_allowed=False,
remote_access_on_demand_only=False,
help_chat_enabled=False,
support_allow_remote_access=False,
certificate_management_enabled=False,
community_create_user=False,
support_send_events=False,
certificate_management_possible=False,
telemetry_sharing=False)
const managedPreferencesResource = new dynatrace.ManagedPreferences("managedPreferencesResource", {
ruxitMonitorsRuxit: false,
suppressNonBillingRelevantData: false,
supportSendClusterHealth: false,
supportSendBilling: false,
communityExternalSearch: false,
readOnlyRemoteAccessAllowed: false,
remoteAccessOnDemandOnly: false,
helpChatEnabled: false,
supportAllowRemoteAccess: false,
certificateManagementEnabled: false,
communityCreateUser: false,
supportSendEvents: false,
certificateManagementPossible: false,
telemetrySharing: false,
});
type: dynatrace:ManagedPreferences
properties:
certificateManagementEnabled: false
certificateManagementPossible: false
communityCreateUser: false
communityExternalSearch: false
helpChatEnabled: false
readOnlyRemoteAccessAllowed: false
remoteAccessOnDemandOnly: false
ruxitMonitorsRuxit: false
supportAllowRemoteAccess: false
supportSendBilling: false
supportSendClusterHealth: false
supportSendEvents: false
suppressNonBillingRelevantData: false
telemetrySharing: false
ManagedPreferences 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 ManagedPreferences resource accepts the following input properties:
- Ruxit
Monitors boolRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- Support
Send boolBilling - If true, usage and billing information will be reported.
- Support
Send boolCluster Health - If true, Dynatrace cluster health will be reported.
- Suppress
Non boolBilling Relevant Data - If true, usage and billing information will NOT be reported.
- Certificate
Management boolEnabled - Default:
false
- Certificate
Management boolPossible - Default:
true
- Community
Create boolUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- Community
External boolSearch - If true, results from Documentation are included in platform search. Default:
false
- Help
Chat boolEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- Read
Only boolRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- Remote
Access boolOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- Support
Allow boolRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- Support
Send boolEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- Telemetry
Sharing bool - Default:
false
- Ruxit
Monitors boolRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- Support
Send boolBilling - If true, usage and billing information will be reported.
- Support
Send boolCluster Health - If true, Dynatrace cluster health will be reported.
- Suppress
Non boolBilling Relevant Data - If true, usage and billing information will NOT be reported.
- Certificate
Management boolEnabled - Default:
false
- Certificate
Management boolPossible - Default:
true
- Community
Create boolUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- Community
External boolSearch - If true, results from Documentation are included in platform search. Default:
false
- Help
Chat boolEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- Read
Only boolRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- Remote
Access boolOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- Support
Allow boolRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- Support
Send boolEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- Telemetry
Sharing bool - Default:
false
- ruxit
Monitors BooleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Send BooleanBilling - If true, usage and billing information will be reported.
- support
Send BooleanCluster Health - If true, Dynatrace cluster health will be reported.
- suppress
Non BooleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- certificate
Management BooleanEnabled - Default:
false
- certificate
Management BooleanPossible - Default:
true
- community
Create BooleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External BooleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat BooleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only BooleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access BooleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- support
Allow BooleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send BooleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- telemetry
Sharing Boolean - Default:
false
- ruxit
Monitors booleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Send booleanBilling - If true, usage and billing information will be reported.
- support
Send booleanCluster Health - If true, Dynatrace cluster health will be reported.
- suppress
Non booleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- certificate
Management booleanEnabled - Default:
false
- certificate
Management booleanPossible - Default:
true
- community
Create booleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External booleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat booleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only booleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access booleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- support
Allow booleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send booleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- telemetry
Sharing boolean - Default:
false
- ruxit_
monitors_ boolruxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support_
send_ boolbilling - If true, usage and billing information will be reported.
- support_
send_ boolcluster_ health - If true, Dynatrace cluster health will be reported.
- suppress_
non_ boolbilling_ relevant_ data - If true, usage and billing information will NOT be reported.
- certificate_
management_ boolenabled - Default:
false
- certificate_
management_ boolpossible - Default:
true
- community_
create_ booluser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community_
external_ boolsearch - If true, results from Documentation are included in platform search. Default:
false
- help_
chat_ boolenabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read_
only_ boolremote_ access_ allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote_
access_ boolon_ demand_ only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- support_
allow_ boolremote_ access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support_
send_ boolevents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- telemetry_
sharing bool - Default:
false
- ruxit
Monitors BooleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Send BooleanBilling - If true, usage and billing information will be reported.
- support
Send BooleanCluster Health - If true, Dynatrace cluster health will be reported.
- suppress
Non BooleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- certificate
Management BooleanEnabled - Default:
false
- certificate
Management BooleanPossible - Default:
true
- community
Create BooleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External BooleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat BooleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only BooleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access BooleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- support
Allow BooleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send BooleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- telemetry
Sharing Boolean - Default:
false
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagedPreferences 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 ManagedPreferences Resource
Get an existing ManagedPreferences 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?: ManagedPreferencesState, opts?: CustomResourceOptions): ManagedPreferences
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate_management_enabled: Optional[bool] = None,
certificate_management_possible: Optional[bool] = None,
community_create_user: Optional[bool] = None,
community_external_search: Optional[bool] = None,
help_chat_enabled: Optional[bool] = None,
read_only_remote_access_allowed: Optional[bool] = None,
remote_access_on_demand_only: Optional[bool] = None,
ruxit_monitors_ruxit: Optional[bool] = None,
support_allow_remote_access: Optional[bool] = None,
support_send_billing: Optional[bool] = None,
support_send_cluster_health: Optional[bool] = None,
support_send_events: Optional[bool] = None,
suppress_non_billing_relevant_data: Optional[bool] = None,
telemetry_sharing: Optional[bool] = None) -> ManagedPreferences
func GetManagedPreferences(ctx *Context, name string, id IDInput, state *ManagedPreferencesState, opts ...ResourceOption) (*ManagedPreferences, error)
public static ManagedPreferences Get(string name, Input<string> id, ManagedPreferencesState? state, CustomResourceOptions? opts = null)
public static ManagedPreferences get(String name, Output<String> id, ManagedPreferencesState 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.
- Certificate
Management boolEnabled - Default:
false
- Certificate
Management boolPossible - Default:
true
- Community
Create boolUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- Community
External boolSearch - If true, results from Documentation are included in platform search. Default:
false
- Help
Chat boolEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- Read
Only boolRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- Remote
Access boolOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- Ruxit
Monitors boolRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- Support
Allow boolRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- Support
Send boolBilling - If true, usage and billing information will be reported.
- Support
Send boolCluster Health - If true, Dynatrace cluster health will be reported.
- Support
Send boolEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- Suppress
Non boolBilling Relevant Data - If true, usage and billing information will NOT be reported.
- Telemetry
Sharing bool - Default:
false
- Certificate
Management boolEnabled - Default:
false
- Certificate
Management boolPossible - Default:
true
- Community
Create boolUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- Community
External boolSearch - If true, results from Documentation are included in platform search. Default:
false
- Help
Chat boolEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- Read
Only boolRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- Remote
Access boolOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- Ruxit
Monitors boolRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- Support
Allow boolRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- Support
Send boolBilling - If true, usage and billing information will be reported.
- Support
Send boolCluster Health - If true, Dynatrace cluster health will be reported.
- Support
Send boolEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- Suppress
Non boolBilling Relevant Data - If true, usage and billing information will NOT be reported.
- Telemetry
Sharing bool - Default:
false
- certificate
Management BooleanEnabled - Default:
false
- certificate
Management BooleanPossible - Default:
true
- community
Create BooleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External BooleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat BooleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only BooleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access BooleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- ruxit
Monitors BooleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Allow BooleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send BooleanBilling - If true, usage and billing information will be reported.
- support
Send BooleanCluster Health - If true, Dynatrace cluster health will be reported.
- support
Send BooleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- suppress
Non BooleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- telemetry
Sharing Boolean - Default:
false
- certificate
Management booleanEnabled - Default:
false
- certificate
Management booleanPossible - Default:
true
- community
Create booleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External booleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat booleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only booleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access booleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- ruxit
Monitors booleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Allow booleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send booleanBilling - If true, usage and billing information will be reported.
- support
Send booleanCluster Health - If true, Dynatrace cluster health will be reported.
- support
Send booleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- suppress
Non booleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- telemetry
Sharing boolean - Default:
false
- certificate_
management_ boolenabled - Default:
false
- certificate_
management_ boolpossible - Default:
true
- community_
create_ booluser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community_
external_ boolsearch - If true, results from Documentation are included in platform search. Default:
false
- help_
chat_ boolenabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read_
only_ boolremote_ access_ allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote_
access_ boolon_ demand_ only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- ruxit_
monitors_ boolruxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support_
allow_ boolremote_ access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support_
send_ boolbilling - If true, usage and billing information will be reported.
- support_
send_ boolcluster_ health - If true, Dynatrace cluster health will be reported.
- support_
send_ boolevents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- suppress_
non_ boolbilling_ relevant_ data - If true, usage and billing information will NOT be reported.
- telemetry_
sharing bool - Default:
false
- certificate
Management BooleanEnabled - Default:
false
- certificate
Management BooleanPossible - Default:
true
- community
Create BooleanUser - If true, each new user will get an invitation to set up a Dynatrace user account to access Dynatrace support resources user upon first login. Default:
false
- community
External BooleanSearch - If true, results from Documentation are included in platform search. Default:
false
- help
Chat BooleanEnabled - If true, live, in-product assistance with our Product Experts is enabled. Default:
false
- read
Only BooleanRemote Access Allowed - If true, audited, read-only remote access to your Dynatrace configuration settings is allowed. Default:
false
- remote
Access BooleanOn Demand Only - If true, audited access to your Dynatrace cluster is allowed by approved Dynatrace employees otherwise by privileged Dynatrace employees. Default:
false
- ruxit
Monitors BooleanRuxit - If true, Dynatrace OneAgent monitors Dynatrace. Default:
true
- support
Allow BooleanRemote Access - If true, audited remote-access to your Dynatrace configuration is allowed settings. Default:
true
- support
Send BooleanBilling - If true, usage and billing information will be reported.
- support
Send BooleanCluster Health - If true, Dynatrace cluster health will be reported.
- support
Send BooleanEvents - If true, Dynatrace cluster health and OneAgent events will be reported. Default:
true
- suppress
Non BooleanBilling Relevant Data - If true, usage and billing information will NOT be reported.
- telemetry
Sharing Boolean - Default:
false
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.