ApiSpecificationLoggingPolicies

class oci.apigateway.models.ApiSpecificationLoggingPolicies(**kwargs)

Bases: object

Policies controlling the pushing of logs to OCI Public Logging.

Methods

__init__(**kwargs) Initializes a new ApiSpecificationLoggingPolicies object with values from keyword arguments.

Attributes

access_log Gets the access_log of this ApiSpecificationLoggingPolicies.
execution_log Gets the execution_log of this ApiSpecificationLoggingPolicies.
__init__(**kwargs)

Initializes a new ApiSpecificationLoggingPolicies object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
access_log

Gets the access_log of this ApiSpecificationLoggingPolicies.

Returns:The access_log of this ApiSpecificationLoggingPolicies.
Return type:oci.apigateway.models.AccessLogPolicy
execution_log

Gets the execution_log of this ApiSpecificationLoggingPolicies.

Returns:The execution_log of this ApiSpecificationLoggingPolicies.
Return type:oci.apigateway.models.ExecutionLogPolicy