pub async fn execute(
client: &IronflowClient,
args: &AuditLogArgs,
json_mode: bool,
) -> Result<()>Expand description
Execute an audit log subcommand.
ยงErrors
Returns an error on API failure, including 403 for non-admin callers.
pub async fn execute(
client: &IronflowClient,
args: &AuditLogArgs,
json_mode: bool,
) -> Result<()>Execute an audit log subcommand.
Returns an error on API failure, including 403 for non-admin callers.