class %Installer.Credential
extends %Installer.Activity
This is a "Credential" activity within a Manifest document. It must be
passed within the "Production" tag. Some remote systems require an
username and password to log into that system--a username-password pair
is a login credential. Login credentials are stored
in a centralized, secure table; only users with appropriate access to
the Management Portal can view and edit this table.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property Overwrite
as %String;
Overwrite flag
property Password
as %String(MAXLEN=128);
Password
property Target
as %String(MAXLEN=128,XMLNAME="Name") [ Required ];
Credential name
property Username
as %Library.Username [ Required ];
Username