Class DataSourceSummary
The information about the dataSources that agent is associated to.
Inheritance
DataSourceSummary
      
      
  Inherited Members
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
[JsonConverter(typeof(DataSourceSummaryModelConverter))]
public class DataSourceSummaryProperties
Key
Declaration
[Required(ErrorMessage = "Key is required.")]
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Data source type and name identifier. | 
Remarks
Required
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique name of the dataSource. | 
Remarks
Required