Class EnableAutoAssociationDetails
The information required to enable log source auto-association.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class EnableAutoAssociationDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<EnableAutoAssociationDetail> Items { get; set; }
Property Value
Type | Description |
---|---|
List<EnableAutoAssociationDetail> | A list of information required to enable auto association on a source. |