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