Show / Hide Table of Contents

Class AccessLoggingConfiguration

This configuration determines if logging is enabled and where the logs will be output.

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

Properties

IsEnabled

Declaration
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }
Property Value
Type Description
bool?

Determines if the logging configuration is enabled.

In this article
Back to top