Show / Hide Table of Contents

Class EnableAutoAssociationDetail

The information required to enable log source auto-association.

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

Properties

LogGroupId

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

The unique identifier of the log group to use when auto-associting the log source to eligible entities.

In this article
Back to top