Class ExportConfigurationDetails
Array of configuration items with its dependencies to export.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class ExportConfigurationDetails
Properties
ConfigurationMap
Declaration
[Required(ErrorMessage = "ConfigurationMap is required.")]
[JsonProperty(PropertyName = "configurationMap")]
public Dictionary<string, string> ConfigurationMap { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that has parameters related to the export process (ConfigurationId, Skip, \u2026) and more. Example: {"parameter-key": "parameter-value"}Supported parameters:\u2014 List of the Configuration Type or Groups to Export to a destination domain. |
Remarks
Required