|
2 | 2 |
|
3 | 3 | ## Properties |
4 | 4 |
|
5 | | -| Name | Type | Description | Notes | |
6 | | -| ---------------------- | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------- | |
7 | | -| **AcceptSelfSigned** | Pointer to **bool** | For SSL test, whether or not the test should allow self signed certificates. | [optional] | |
8 | | -| **AllowInsecure** | Pointer to **bool** | Allows loading insecure content for an HTTP request. | [optional] | |
9 | | -| **DeviceIds** | Pointer to [**[]SyntheticsDeviceID**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional] | |
10 | | -| **DisableCors** | Pointer to **bool** | Whether or not to disable CORS mechanism. | [optional] | |
11 | | -| **FollowRedirects** | Pointer to **bool** | For API HTTP test, whether or not the test should follow redirects. | [optional] | |
12 | | -| **MinFailureDuration** | Pointer to **int64** | Minimum amount of time in failure required to trigger an alert. | [optional] | |
13 | | -| **MinLocationFailed** | Pointer to **int64** | Minimum number of locations in failure required to trigger an alert. | [optional] | |
14 | | -| **MonitorName** | Pointer to **string** | The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs. | [optional] | |
15 | | -| **MonitorOptions** | Pointer to [**SyntheticsTestOptionsMonitorOptions**](SyntheticsTestOptionsMonitorOptions.md) | | [optional] | |
16 | | -| **MonitorPriority** | Pointer to **int32** | Integer from 1 (high) to 5 (low) indicating alert severity. | [optional] | |
17 | | -| **NoScreenshot** | Pointer to **bool** | Prevents saving screenshots of the steps. | [optional] | |
18 | | -| **Retry** | Pointer to [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) | | [optional] | |
19 | | -| **TickEvery** | Pointer to **int64** | The frequency at which to run the Synthetic test (in seconds). | [optional] | |
| 5 | +| Name | Type | Description | Notes | |
| 6 | +| ------------------------------ | -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ---------- | |
| 7 | +| **AcceptSelfSigned** | Pointer to **bool** | For SSL test, whether or not the test should allow self signed certificates. | [optional] | |
| 8 | +| **AllowInsecure** | Pointer to **bool** | Allows loading insecure content for an HTTP request. | [optional] | |
| 9 | +| **CheckCertificateRevocation** | Pointer to **bool** | For SSL test, whether or not the test should fail on revoked certificate in stapled OCSP. | [optional] | |
| 10 | +| **DeviceIds** | Pointer to [**[]SyntheticsDeviceID**](SyntheticsDeviceID.md) | For browser test, array with the different device IDs used to run the test. | [optional] | |
| 11 | +| **DisableCors** | Pointer to **bool** | Whether or not to disable CORS mechanism. | [optional] | |
| 12 | +| **FollowRedirects** | Pointer to **bool** | For API HTTP test, whether or not the test should follow redirects. | [optional] | |
| 13 | +| **MinFailureDuration** | Pointer to **int64** | Minimum amount of time in failure required to trigger an alert. | [optional] | |
| 14 | +| **MinLocationFailed** | Pointer to **int64** | Minimum number of locations in failure required to trigger an alert. | [optional] | |
| 15 | +| **MonitorName** | Pointer to **string** | The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs. | [optional] | |
| 16 | +| **MonitorOptions** | Pointer to [**SyntheticsTestOptionsMonitorOptions**](SyntheticsTestOptionsMonitorOptions.md) | | [optional] | |
| 17 | +| **MonitorPriority** | Pointer to **int32** | Integer from 1 (high) to 5 (low) indicating alert severity. | [optional] | |
| 18 | +| **NoScreenshot** | Pointer to **bool** | Prevents saving screenshots of the steps. | [optional] | |
| 19 | +| **Retry** | Pointer to [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) | | [optional] | |
| 20 | +| **TickEvery** | Pointer to **int64** | The frequency at which to run the Synthetic test (in seconds). | [optional] | |
20 | 21 |
|
21 | 22 | ## Methods |
22 | 23 |
|
@@ -87,6 +88,31 @@ SetAllowInsecure sets AllowInsecure field to given value. |
87 | 88 |
|
88 | 89 | HasAllowInsecure returns a boolean if a field has been set. |
89 | 90 |
|
| 91 | +### GetCheckCertificateRevocation |
| 92 | + |
| 93 | +`func (o *SyntheticsTestOptions) GetCheckCertificateRevocation() bool` |
| 94 | + |
| 95 | +GetCheckCertificateRevocation returns the CheckCertificateRevocation field if non-nil, zero value otherwise. |
| 96 | + |
| 97 | +### GetCheckCertificateRevocationOk |
| 98 | + |
| 99 | +`func (o *SyntheticsTestOptions) GetCheckCertificateRevocationOk() (*bool, bool)` |
| 100 | + |
| 101 | +GetCheckCertificateRevocationOk returns a tuple with the CheckCertificateRevocation field if it's non-nil, zero value otherwise |
| 102 | +and a boolean to check if the value has been set. |
| 103 | + |
| 104 | +### SetCheckCertificateRevocation |
| 105 | + |
| 106 | +`func (o *SyntheticsTestOptions) SetCheckCertificateRevocation(v bool)` |
| 107 | + |
| 108 | +SetCheckCertificateRevocation sets CheckCertificateRevocation field to given value. |
| 109 | + |
| 110 | +### HasCheckCertificateRevocation |
| 111 | + |
| 112 | +`func (o *SyntheticsTestOptions) HasCheckCertificateRevocation() bool` |
| 113 | + |
| 114 | +HasCheckCertificateRevocation returns a boolean if a field has been set. |
| 115 | + |
90 | 116 | ### GetDeviceIds |
91 | 117 |
|
92 | 118 | `func (o *SyntheticsTestOptions) GetDeviceIds() []SyntheticsDeviceID` |
|
0 commit comments