/AWS1/CL_SHBSERVICENOWPVDRCONF¶
The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_instancename TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The instance name of ServiceNow ITSM.
iv_secretarn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
Queryable Attributes¶
InstanceName¶
The instance name of ServiceNow ITSM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCENAME() |
Getter for INSTANCENAME, with configurable default |
ASK_INSTANCENAME() |
Getter for INSTANCENAME w/ exceptions if field has no value |
HAS_INSTANCENAME() |
Determine if INSTANCENAME has a value |
SecretArn¶
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the ServiceNow credentials.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETARN() |
Getter for SECRETARN, with configurable default |
ASK_SECRETARN() |
Getter for SECRETARN w/ exceptions if field has no value |
HAS_SECRETARN() |
Determine if SECRETARN has a value |