Previous Topic: SetSoftwarePolicy2Next Topic: SetSoftwarePolicyByName


SetSoftwarePolicy3

The SetSoftwarePolicy3 method updates the properties of a specified software policy.

This method also includes the functionality that helps you manage the custom administrator message. The method takes the sequence SetSoftwarePolicyProperties3. This sequence includes two parameters: userMessage, which takes the message input from the user, and userMessageSupplied, which checks the presence of the userMessage field for the custom administrator message in SD.

Parameters

xsd:string sessionId (m)

Specifies the session identifier obtained from the login method of the web service.

xsd:string softwarePolicyId (m)

Specifies the UUID of the software policy that needs to be updated.

SetSoftwarePolicyProperties3 setSoftwarePolicyProperties3 (m)

Specifies the properties of the software policy that needs to be updated. Though providing the sequence is mandatory, but providing values for all of its members is not mandatory. The software policy properties which are not specified, retain their original values.

Return Values

This is a void method that does not expose a return value.

Remarks

None

More information:

SetSoftwarePolicyProperties3