Class LicenseAutoAssignConfigDetails
A configuration of the LICENSE_AUTO_ASSIGN type, consists of an enumeration value which indicates which license should be assigned by default to new resources.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class LicenseAutoAssignConfigDetails : ConfigProperties
License
Declaration
[Required(ErrorMessage = "License is required.")]
[JsonProperty(PropertyName = "license")]
[JsonConverter(typeof(ResponseEnumConverter))]
public LicenseType? License { get; set; }Property Value
| Type | Description | 
|---|---|
| LicenseType? | License edition. | 
Remarks
Required