SystemPortalPasscodeRulesGetRequestRI
Bases: OCIRequest
Requests the system passcode rules setting. The response is either SystemPortalPasscodeRulesGetResponseRI or 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 SystemPortalPasscodeRulesGetRequestRI
client = Client()
command = SystemPortalPasscodeRulesGetRequestRI()
response = client.command(command)
print(response)