final case class AppRole(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false) extends AuthMethod with Product with Serializable
- Alphabetic
- By Inheritance
- AppRole
- Serializable
- Product
- Equals
- AuthMethod
- Mount
- AnyRef
- Any
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
-  new AppRole(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false)
Type Members
-  type Out[F[_]] = approle.AppRole[F]
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-  def ->[B](y: B): (AppRole, B)
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
-    val config: TuneOptionsSpecifies configuration options for this mount; if set on a specific mount, values will override any global defaults (e.g. 
-    val description: StringSpecifies a human-friendly description of this mount. 
-  def ensuring(cond: (AppRole) => Boolean, msg: => Any): AppRole
-  def ensuring(cond: (AppRole) => Boolean): AppRole
-  def ensuring(cond: Boolean, msg: => Any): AppRole
-  def ensuring(cond: Boolean): AppRole
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    val externalEntropyAccess: BooleanEnable the mount to access Vault's external entropy source. Enable the mount to access Vault's external entropy source. Overridden to false as authentication methods cannot access external entropy. - Definition Classes
- AuthMethod → Mount
 
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
 
-  def formatted(fmtstr: String): String
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    val local: BooleanSpecifies if this is a local mount only. 
-  def mounted[F[_]](vaultClient: VaultClient[F], path: String): Out[F]
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native()
 
-    val options: Map[String, String]Specifies mount type specific options that are passed to the backend. 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-    val sealWrap: BooleanEnable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability. 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    val type: StringSpecifies the type of this mount, such as "approle" (authentication method) or "pki" (secret engine). 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
Deprecated Value Members
-    def →[B](y: B): (AppRole, B)- Implicit
- This member is added by an implicit conversion from AppRole toArrowAssoc[AppRole] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use - ->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.