Class UpdateConfigurationDetails
The compartment-specific configuration.
Inherited Members
Namespace: Oci.LicensemanagerService.Models
Assembly: OCI.DotNetSDK.Licensemanager.dll
Syntax
public class UpdateConfigurationDetailsProperties
EmailIds
Declaration
[Required(ErrorMessage = "EmailIds is required.")]
[JsonProperty(PropertyName = "emailIds")]
public List<string> EmailIds { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | List of email IDs associated with the configuration. | 
Remarks
Required