WindowsSecurityContextOptions

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[String]("gmsaCredentialSpecName")(stringDecoder[T](evidence$1)).flatMap[String,WindowsSecurityContextOptions](((gmsaCredentialSpecName:Option[String])=>obj.readOpt[Boolean]("hostProcess")(booleanDecoder[T](evidence$1)).flatMap[String,WindowsSecurityContextOptions](((hostProcess:Option[Boolean])=>obj.readOpt[String]("runAsUserName")(stringDecoder[T](evidence$1)).map[WindowsSecurityContextOptions](((runAsUserName:Option[String])=>WindowsSecurityContextOptions.apply(gmsaCredentialSpec=gmsaCredentialSpec,gmsaCredentialSpecName=gmsaCredentialSpecName,hostProcess=hostProcess,runAsUserName=runAsUserName))))))))))) } (new$anon():Decoder[T,WindowsSecurityContextOptions]) }" class="documentableAnchor">