Class SecretResource


  • public class SecretResource
    extends Object
    The secret resource used for creating a Secret.
    • Constructor Detail

      • SecretResource

        public SecretResource​(Path path,
                              String stableId)
        Constructs a new secret resource.
        Parameters:
        path - the path to the secret
        stableId - the stable identifier for the secret
    • Method Detail

      • getPath

        public Path getPath()
        Gets the path to the secret.
        Returns:
        the path to the secret
      • getStableId

        public String getStableId()
        Gets the stable identifier for the secret.
        Returns:
        the stable identifier for the secret