Class UpdatePlatformConfigurationDetails
The information to be updated.
Inherited Members
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class UpdatePlatformConfigurationDetails
Properties
ConfigCategoryDetails
Declaration
[JsonProperty(PropertyName = "configCategoryDetails")]
public ConfigCategoryDetails ConfigCategoryDetails { get; set; }
Property Value
Type | Description |
---|---|
ConfigCategoryDetails |
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly description. To provide some insight about the resource. Avoid entering confidential information. |
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | A user-friendly name. Does not have to be unique, and it's changeable.
Avoid entering confidential information.
|