Show / Hide Table of Contents

Class ApiSpecificationLoggingPolicies

Policies controlling the pushing of logs to OCI Public Logging.

Inheritance
object
ApiSpecificationLoggingPolicies
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ApigatewayService.Models
Assembly: OCI.DotNetSDK.Apigateway.dll
Syntax
public class ApiSpecificationLoggingPolicies

Properties

AccessLog

Declaration
[JsonProperty(PropertyName = "accessLog")]
public AccessLogPolicy AccessLog { get; set; }
Property Value
Type Description
AccessLogPolicy

ExecutionLog

Declaration
[JsonProperty(PropertyName = "executionLog")]
public ExecutionLogPolicy ExecutionLog { get; set; }
Property Value
Type Description
ExecutionLogPolicy
In this article
Back to top