Class LicenseEnterpriseExtensibilityConfigDetails
A configuration of the LICENSE_ENTERPRISE_EXTENSIBILITY type, consists of a boolean which determines whether enterprise extensibility is enabled.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class LicenseEnterpriseExtensibilityConfigDetails : ConfigProperties
IsEnabled
Declaration
[Required(ErrorMessage = "IsEnabled is required.")]
[JsonProperty(PropertyName = "isEnabled")]
public bool? IsEnabled { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | True if enterprise extensibility is enabled, false if it is not enabled. | 
Remarks
Required