Show / Hide Table of Contents

Class ConfigurationItemPickAllowedValueDetails

Allowed value details of configuration item for PICK type. Value has to be from one of the possibleValues.

Inheritance
object
ConfigurationItemAllowedValueDetails
ConfigurationItemPickAllowedValueDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top