SystemSecurityClassificationGetRequest21
Bases: OCIRequest
Get system Security Classifications parameters. The response is either SystemSecurityClassificationGetResponse21 or ErrorResponse.
Attributes:Source code in
src/mercury_ocip_fast/commands/commands.py
Responses
Bases: OCIDataResponse
Response to the SystemSecurityClassificationGetRequest21. Contains a table with column headings: "Name", "Priority".
Attributes:
meet_me_annc_threshold (int):
play_trunk_user_security_classification_announcement (bool):
security_classification_table (OCITable):
Source code in src/mercury_ocip_fast/commands/commands.py
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import SystemSecurityClassificationGetRequest21
client = Client()
command = SystemSecurityClassificationGetRequest21()
response = client.command(command)
print(response)