Show / Hide Table of Contents

Class OnboardConfigSummary

A configuration of the ONBOARD type, contains fields describing Onboarding customization: policies, dynamic groups, user groups.

Inheritance
object
ConfigSummary
OnboardConfigSummary
Inherited Members
ConfigSummary.Id
ConfigSummary.CompartmentId
ConfigSummary.DisplayName
ConfigSummary.TimeCreated
ConfigSummary.TimeUpdated
ConfigSummary.LifecycleState
ConfigSummary.FreeformTags
ConfigSummary.DefinedTags
ConfigSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top