/AWS1/CL_BDOGETBROWSERRESPONSE¶
GetBrowserResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_browserid TYPE /AWS1/BDOBROWSERID /AWS1/BDOBROWSERID¶
The unique identifier of the browser.
iv_browserarn TYPE /AWS1/BDOBROWSERARN /AWS1/BDOBROWSERARN¶
The Amazon Resource Name (ARN) of the browser.
iv_name TYPE /AWS1/BDOSANDBOXNAME /AWS1/BDOSANDBOXNAME¶
The name of the browser.
io_networkconfiguration TYPE REF TO /AWS1/CL_BDOBROWSERNETWORKCONF /AWS1/CL_BDOBROWSERNETWORKCONF¶
The network configuration for a browser. This structure defines how the browser connects to the network.
iv_status TYPE /AWS1/BDOBROWSERSTATUS /AWS1/BDOBROWSERSTATUS¶
The current status of the browser.
iv_createdat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the browser was created.
iv_lastupdatedat TYPE /AWS1/BDODATETIMESTAMP /AWS1/BDODATETIMESTAMP¶
The timestamp when the browser was last updated.
Optional arguments:¶
iv_description TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
The description of the browser.
iv_executionrolearn TYPE /AWS1/BDOROLEARN /AWS1/BDOROLEARN¶
The IAM role ARN that provides permissions for the browser.
io_recording TYPE REF TO /AWS1/CL_BDORECORDINGCONFIG /AWS1/CL_BDORECORDINGCONFIG¶
The recording configuration for a browser. This structure defines how browser sessions are recorded.
io_browsersigning TYPE REF TO /AWS1/CL_BDOBROWSSIGNINGCFGOUT /AWS1/CL_BDOBROWSSIGNINGCFGOUT¶
The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.
it_enterprisepolicies TYPE /AWS1/CL_BDOBROWSERENTRPPOLICY=>TT_BROWSERENTERPRISEPOLICIES TT_BROWSERENTERPRISEPOLICIES¶
The list of enterprise policy files configured for the browser.
it_certificates TYPE /AWS1/CL_BDOCERTIFICATE=>TT_CERTIFICATES TT_CERTIFICATES¶
The list of certificates configured for the browser.
iv_failurereason TYPE /AWS1/BDOSTRING /AWS1/BDOSTRING¶
The reason for failure if the browser is in a failed state.
Queryable Attributes¶
browserId¶
The unique identifier of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BROWSERID() |
Getter for BROWSERID, with configurable default |
ASK_BROWSERID() |
Getter for BROWSERID w/ exceptions if field has no value |
HAS_BROWSERID() |
Determine if BROWSERID has a value |
browserArn¶
The Amazon Resource Name (ARN) of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BROWSERARN() |
Getter for BROWSERARN, with configurable default |
ASK_BROWSERARN() |
Getter for BROWSERARN w/ exceptions if field has no value |
HAS_BROWSERARN() |
Determine if BROWSERARN has a value |
name¶
The name of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
executionRoleArn¶
The IAM role ARN that provides permissions for the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN, with configurable default |
ASK_EXECUTIONROLEARN() |
Getter for EXECUTIONROLEARN w/ exceptions if field has no va |
HAS_EXECUTIONROLEARN() |
Determine if EXECUTIONROLEARN has a value |
networkConfiguration¶
The network configuration for a browser. This structure defines how the browser connects to the network.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKCONFIGURATION() |
Getter for NETWORKCONFIGURATION |
recording¶
The recording configuration for a browser. This structure defines how browser sessions are recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDING() |
Getter for RECORDING |
browserSigning¶
The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BROWSERSIGNING() |
Getter for BROWSERSIGNING |
enterprisePolicies¶
The list of enterprise policy files configured for the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTERPRISEPOLICIES() |
Getter for ENTERPRISEPOLICIES, with configurable default |
ASK_ENTERPRISEPOLICIES() |
Getter for ENTERPRISEPOLICIES w/ exceptions if field has no |
HAS_ENTERPRISEPOLICIES() |
Determine if ENTERPRISEPOLICIES has a value |
certificates¶
The list of certificates configured for the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATES() |
Getter for CERTIFICATES, with configurable default |
ASK_CERTIFICATES() |
Getter for CERTIFICATES w/ exceptions if field has no value |
HAS_CERTIFICATES() |
Determine if CERTIFICATES has a value |
status¶
The current status of the browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
failureReason¶
The reason for failure if the browser is in a failed state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
createdAt¶
The timestamp when the browser was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
The timestamp when the browser was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |