Interface PurposeMapping


@EvolvingAll public interface PurposeMapping
A mapping of purpose to alias with a valid-from date.
Since:
AM 6.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    The list of aliases that the purpose is provided from.
    The label of the purpose that this store can provide a secret for.
  • Method Details

    • secretId

      String secretId()
      The label of the purpose that this store can provide a secret for.
      Returns:
      The purpose for the mapping.
    • aliases

      List<String> aliases()
      The list of aliases that the purpose is provided from.
      Returns:
      The alias.