Show / Hide Table of Contents

Class ScriptedBrowserMonitorConfiguration

Configuration details for the SCRIPTED_BROWSER monitor type.

Inheritance
object
MonitorConfiguration
ScriptedBrowserMonitorConfiguration
Inherited Members
MonitorConfiguration.IsFailureRetried
MonitorConfiguration.DnsConfiguration
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApmsyntheticsService.Models
Assembly: OCI.DotNetSDK.Apmsynthetics.dll
Syntax
public class ScriptedBrowserMonitorConfiguration : MonitorConfiguration

Properties

IsCertificateValidationEnabled

Declaration
[JsonProperty(PropertyName = "isCertificateValidationEnabled")]
public bool? IsCertificateValidationEnabled { get; set; }
Property Value
Type Description
bool?

If certificate validation is enabled, then the call will fail in case of certification errors.

IsDefaultSnapshotEnabled

Declaration
[JsonProperty(PropertyName = "isDefaultSnapshotEnabled")]
public bool? IsDefaultSnapshotEnabled { get; set; }
Property Value
Type Description
bool?

If disabled, auto snapshots are not collected.

NetworkConfiguration

Declaration
[JsonProperty(PropertyName = "networkConfiguration")]
public NetworkConfiguration NetworkConfiguration { get; set; }
Property Value
Type Description
NetworkConfiguration
In this article
Back to top