Class UpdatableAutonomousSettings
Updatable settings for the Autonomous Linux service.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class UpdatableAutonomousSettingsProperties
IsDataCollectionAuthorized
Declaration
[JsonProperty(PropertyName = "isDataCollectionAuthorized")]
public bool? IsDataCollectionAuthorized { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Indicates whether Autonomous Linux will collect crash files. |