Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes.
- Companion:
- object
- Source:
- Secret.scala
Value members
Concrete methods
if data has a value, transforms to the result of function
if data has a value, transforms to the result of function
- Source:
- Secret.scala
if immutable has a value, transforms to the result of function
if immutable has a value, transforms to the result of function
- Source:
- Secret.scala
if metadata has a value, transforms to the result of function
if metadata has a value, transforms to the result of function
- Source:
- Secret.scala
if stringData has a value, transforms to the result of function
if stringData has a value, transforms to the result of function
- Source:
- Secret.scala
if type
has a value, transforms to the result of function
if type
has a value, transforms to the result of function
- Source:
- Secret.scala
Returns a new data with data set to new value
Returns a new data with data set to new value
- Source:
- Secret.scala
Returns a new data with immutable set to new value
Returns a new data with immutable set to new value
- Source:
- Secret.scala
Returns a new data with metadata set to new value
Returns a new data with metadata set to new value
- Source:
- Secret.scala
Returns a new data with stringData set to new value
Returns a new data with stringData set to new value
- Source:
- Secret.scala
Returns a new data with type
set to new value
Returns a new data with type
set to new value
- Source:
- Secret.scala