Values.SdkConfigurationPropertySourceA configuration property of an SDK type.
type nonrec t = {name : String_.t option;The name of a an SdkType configuration property.
*)friendlyName : String_.t option;The user-friendly name of an SdkType configuration property.
*)description : String_.t option;The description of an SdkType configuration property.
*)required : Boolean.t option;A boolean flag of an SdkType configuration property to indicate if the associated SDK configuration property is required (true) or not (false).
*)defaultValue : String_.t option;The default value of an SdkType configuration property.
*)}