SystemOCIReportingGetACLListRequest
Bases: OCIRequest
Get the OCI Reporting Access Control List. The response is either a SystemOCIReportingACLListGetResponse 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 SystemOCIReportingGetACLListRequest
client = Client()
command = SystemOCIReportingGetACLListRequest()
response = client.command(command)
print(response)