ResourceAuditLogs

This section documents the ResourceAuditLogsApi client from openapi_client.api.resource_audit_logs_api. The content is generated automatically and updates when new methods are added.

Client

To use this API client:

import os
import certifi
from openapi_client.amorphic_api_client import AmorphicApiClient
from openapi_client.api.resource_audit_logs_api import ResourceAuditLogsApi

client = AmorphicApiClient.create_with_auth(
    host=os.getenv('API_GW_URL'),
    role_id=os.getenv('ROLE_ID'),
    ssl_ca_cert=certifi.where(),
    debug=False,
    aws_profile=None,
    env_var='PAT_TOKEN'
)

api = ResourceAuditLogsApi(client)

Available Methods