T4S4  19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
Credentials Namespace Reference

Functions

 delete system alias
 deletes the credentials pack for a system and alias from the BGS More...
 
 list_entries system
 lists the stored aliases for a system More...
 
 read system alias
 reads the credentials pack for a system and alias from the BGS More...
 
 store system alias content_dict
 stores the content_dict for a system and alias in the BGS More...
 

Function Documentation

◆ delete()

Credentials::delete   system alias  

deletes the credentials pack for a system and alias from the BGS

BGS needs to be running and accessible

Parameters
systemname of the system, e.g. sap
aliasunique name of the credentials pack
Returns
nothing on success (or non-existent key) or throws on error

◆ list_entries()

Credentials::list_entries   system  

lists the stored aliases for a system

BGS needs to be running and accessible

Parameters
systemname of the system, e.g. sap
Returns
list of stored aliases or throws on error

◆ read()

Credentials::read   system alias  

reads the credentials pack for a system and alias from the BGS

BGS needs to be running and accessible

Parameters
systemname of the system, e.g. sap
aliasunique name of the credentials pack
Returns
dict on success or throws on error

◆ store()

Credentials::store   system alias content_dict  

stores the content_dict for a system and alias in the BGS

BGS needs to be running and accessible

Parameters
systemname of the system, e.g. sap
aliasunique name of the credentials pack
content_dictcredentials pack to store
Returns
nothing on success or throws on error