/AWS1/CL_CHVCREDENTIAL¶
The SIP credentials used to authenticate requests to an Amazon Chime SDK Voice Connector.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_username
TYPE /AWS1/CHVSENSITIVESTRING
/AWS1/CHVSENSITIVESTRING
¶
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
iv_password
TYPE /AWS1/CHVSENSITIVESTRING
/AWS1/CHVSENSITIVESTRING
¶
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
Queryable Attributes¶
Username¶
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
Password¶
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PASSWORD() |
Getter for PASSWORD, with configurable default |
ASK_PASSWORD() |
Getter for PASSWORD w/ exceptions if field has no value |
HAS_PASSWORD() |
Determine if PASSWORD has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CREDENTIALLIST
¶
TYPES TT_CREDENTIALLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHVCREDENTIAL WITH DEFAULT KEY
.