Show / Hide Table of Contents

Class LogSource

The logs for this Logging source.

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

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of the compartment containing the log source.

Remarks

Required

LogGroupId

Declaration
[JsonProperty(PropertyName = "logGroupId")]
public string LogGroupId { get; set; }
Property Value
Type Description
string

Identifier of the log group. Either _Audit or the OCID of the log group. Note: For the Notifications target, only _Audit is allowed.

LogId

Declaration
[JsonProperty(PropertyName = "logId")]
public string LogId { get; set; }
Property Value
Type Description
string

The OCID of the log.

In this article
Back to top