Schema
GetAuditActionsResponse
Type:
object
GetAuditActions response.
actions
Type:
object
Map of audit log actions.
All schema constraints and annotations
{
"additionalProperties": {
"$ref": "#/components/schemas/AuditLogActions"
},
"description": "Map of audit log actions.",
"type": "object"
}All schema constraints and annotations
{
"description": "GetAuditActions response.",
"properties": {
"actions": {
"additionalProperties": {
"$ref": "#/components/schemas/AuditLogActions"
},
"description": "Map of audit log actions.",
"type": "object"
}
},
"type": "object"
}