SystemSIPAuthenticationPasswordRulesGetRequestRI
Bases: OCIRequest
Request to get the system level SIP authentication password rule settings. The response is either a SystemSIPAuthenticationPasswordRulesGetResponseRI or an ErrorResponse.
Attributes:Source code in
src/mercury_ocip/commands/commands.py
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemSIPAuthenticationPasswordRulesGetRequestRI
client = Client()
command = SystemSIPAuthenticationPasswordRulesGetRequestRI()
response = client.command(command)
print(response)