Class KeyVaultSecret

    • Constructor Detail

      • KeyVaultSecret

        public KeyVaultSecret​(String name,
                              String value)
        Creates a Secret with name and value.
        Parameters:
        name - The name of the secret.
        value - the value of the secret.
    • Method Detail

      • getValue

        public String getValue()
        Get the value of the secret.
        Returns:
        the secret value
      • getId

        public String getId()
        Get the secret identifier.
        Returns:
        the secret identifier.
      • getName

        public String getName()
        Get the secret name.
        Returns:
        the secret name.
      • getProperties

        public SecretProperties getProperties()
        Get the secret properties
        Returns:
        the Secret properties