Class EnableAutoAssociationDetail
The information required to enable log source auto-association.
Inherited Members
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. |