Cisco Cisco Process Orchestrator 3.0 Guida Utente

Pagina di 62
 
Password (string)—password for this user account 
Description (string)—text that describes the object 
string 
CreateWindowsUser 
Specify the credentials for a Windows user to be used to assign run options for processes or activities 
Validate (boolean)—indicates if the runtime user credentials are validated  
Domain (string)—Windows domain in which the user account resides  
UserName (string)—user name that will be associated with this user object  
Name (string)—display name of the runtime user 
Password (string)—password for this user account 
Description (string)—text that describes the object 
String 
Updating Runtime Users  
This section describes how to update existing runtime users in Cisco Process Orchestrator. 
DeleteRuntimeUser 
Deletes a runtime user based on the name or the provided name 
runtimeUserNameOrId (string)—display name or id of the runtime user 
None 
UpdateClientCertificateUserConfiguration 
Updates the user administrative credentials required to configure client certificates 
userNameOrId (string)—display name or unique identifier that will be used to find this user 
Validate (boolean)—indicates if the runtime user credentials are validated  
RawData (string)—raw data of the certificate. 
Note: 
The RawData is expected to be a Base64 string returned by the following sequence of calls in C#:  
     X509Certificate2 cert = new X509Certificate2(filePath, password,X509KeyStorageFlags.Exportable);  
     byte[] bytes = cert.Export(X509ContentType.Pfx, ""); 
     string rawDataString = Convert.ToBase64String(bytes);