SystemPasswordRulesGetRequestRI
Bases: OCIRequest
Requests the system's password rules setting applicable to System administrator, Provisioning Administrator, and/or Service Provider Administrator, Group Administrator, Department Administrator, user. The response is either SystemPasswordRulesGetResponseRI or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemPasswordRulesGetRequestRI
client = Client()
command = SystemPasswordRulesGetRequestRI()
response = client.command(command)
print(response)