GatewaySettings interface
Gateway settings.
Properties
is |
Indicates whether or not the gateway settings based authorization is enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
password | The gateway settings user password. NOTE: This property will not be serialized. It can only be populated by the server. |
user |
The gateway settings user name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isCredentialEnabled
Indicates whether or not the gateway settings based authorization is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
isCredentialEnabled?: string
Property Value
string
password
The gateway settings user password. NOTE: This property will not be serialized. It can only be populated by the server.
password?: string
Property Value
string
userName
The gateway settings user name. NOTE: This property will not be serialized. It can only be populated by the server.
userName?: string
Property Value
string