Class Configuration
Details of the compartment-specific configuration.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class ConfigurationProperties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The compartment OCID to which the configuration is specified. | 
Remarks
Required
EmailIds
Declaration
[Required(ErrorMessage = "EmailIds is required.")]
[JsonProperty(PropertyName = "emailIds")]
public List<string> EmailIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The list of associated configuration email IDs. | 
Remarks
Required
TimeCreated
Declaration
[JsonProperty(PropertyName = "timeCreated")]
public DateTime? TimeCreated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The time the configuration was created. An RFC 3339-formatted datetime string. | 
TimeUpdated
Declaration
[JsonProperty(PropertyName = "timeUpdated")]
public DateTime? TimeUpdated { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTime? | The time the configuration was updated. An RFC 3339-formatted datetime string. |