/AWS1/CL_SHBSERVICENOWDETAIL¶
Information about a ServiceNow ITSM integration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
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.
iv_authstatus TYPE /AWS1/SHBCONNECTORAUTHSTATUS /AWS1/SHBCONNECTORAUTHSTATUS¶
The status of the authorization between ServiceNow and the service.
Optional arguments:¶
iv_instancename TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING¶
The instanceName of ServiceNow ITSM.
Queryable Attributes¶
InstanceName¶
The instanceName 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 |
AuthStatus¶
The status of the authorization between ServiceNow and the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHSTATUS() |
Getter for AUTHSTATUS, with configurable default |
ASK_AUTHSTATUS() |
Getter for AUTHSTATUS w/ exceptions if field has no value |
HAS_AUTHSTATUS() |
Determine if AUTHSTATUS has a value |