c

nelson.vault.Vault

DeletePKIRole

final case class DeletePKIRole(engineName: String, roleName: String, pkiPath: String) extends Vault[Unit] with Product with Serializable

Source
op.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeletePKIRole
  2. Vault
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeletePKIRole(engineName: String, roleName: String, pkiPath: String)

Value Members

  1. val engineName: String
  2. val pkiPath: String
  3. val roleName: String