Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%Installer] >  [Credential]
Private  Storage   

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Properties
Overwrite Password Target Username name

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %Indent %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• 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


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.