Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.CertificateManagerUpdatePasiClientRequest
Namespace: PASI.DataContract.CertificateManager
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The UpdatePasiClientRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdatePasiClientRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
Certificates | (Required)
In this scenario the DigitialCertificateId will always be populated.
| |
ClientOrganizationIds | (Required)
A list of PASI client surrogate Organization Ids. Typically a PASI Client is only associated to one.
Must be at least one.
| |
Description | (Required)
A short description for the client.
| |
IsActive | (Required)
True if the client status should be active otherwise false.
| |
Name | (Required)
The name of the PASI Client
| |
PasiClientId | (Required)
The PASI Client that will be updated.
| |
PasiClientTypeId | (Required)
The type of PASI Client. Suggorate CodeTypeId is being used to simplify interaction between client and server.
| |
SecurityRoleIds | (Required)
A list of PASI security role surrogate Ids.
Must be at least one.
| |
SystemName | (Required)
The system name which is typically a vendor name or Ministry application name.
| |
Version | (Required)
Version of the PASI Client.
|
See Also