Class OnboardConfigSummary
A configuration of the ONBOARD type, contains fields describing Onboarding customization: policies, dynamic groups, user groups.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class OnboardConfigSummary : ConfigSummary
Properties
IsManuallyOnboarded
Declaration
[Required(ErrorMessage = "IsManuallyOnboarded is required.")]
[JsonProperty(PropertyName = "isManuallyOnboarded")]
public bool? IsManuallyOnboarded { get; set; }
Property Value
Type | Description |
---|---|
bool? | True if customer decides marks configuration as manually configured. |
Remarks
Required
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
Type | Description |
---|---|
string | Assigned version to given onboard configuration. |