Class ConfigurationItemPickAllowedValueDetails
Allowed value details of configuration item for PICK type. Value has to be from one of the possibleValues.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class ConfigurationItemPickAllowedValueDetails : ConfigurationItemAllowedValueDetails
Properties
PossibleValues
Declaration
[JsonProperty(PropertyName = "possibleValues")]
public List<string> PossibleValues { get; set; }
Property Value
Type | Description |
---|---|
List<string> | Allowed values to pick for the configuration item. |