Add a privilege for the application
The /AddPrivilegeForApplication command adds privileges for the application.
Parameters
The command has the following parameters:
|
Parameter |
Required / Optional | Description |
|---|---|---|
|
/Application |
Required | The name for the application. |
| /Partner | Required | The partner for which this application is privileged to call a Contract Manager interface. |
| /Customer | Optional | The customer for which this application is privileged to call a Contract Manager interface. |
| /ContractTypeName | Optional | The contract type name for which this application is privileged to call a Contract Manager interface |
| /ContractTypeVersion | Optional | The contract type version for which this application is privileged to call a Contract Manager interface. |
| /InterfaceName | Optional | The interface name for which this application is privileged to call a Contract Manager interface. |
| /InterfaceVersion | Optional | The interface version for which this application is privileged to call a Contract Manager interface. |
Example
The following example shows how to add a privilege for the application app when the partner is CCM, the customer is local, and the contract type is CCMInteractive version 2.
ManageCM /AddPrivilegeForApplication /Application=app /Partner=CCM /Customer=local
/ContractTypeName=CCMInteractive /ContractTypeVersion=2