Class RemoveLogAnalyticsLogGroupDetails
Input payload to remove Log Analytics Log Group for given IntegrationInstance or its supported attachments. Some actions may not be applicable to specific integration types.
Inherited Members
Namespace: Oci.IntegrationService.Models
Assembly: OCI.DotNetSDK.Integration.dll
Syntax
public class RemoveLogAnalyticsLogGroupDetails
Properties
AttachmentType
Declaration
[JsonProperty(PropertyName = "attachmentType")]
[JsonConverter(typeof(StringEnumConverter))]
public RemoveLogAnalyticsLogGroupDetails.AttachmentTypeEnum? AttachmentType { get; set; }
Property Value
| Type | Description |
|---|---|
| RemoveLogAnalyticsLogGroupDetails.AttachmentTypeEnum? | Type of attachment. Supported at this include PROCESS_AUTOMATION |