Interface Extension.UpdateStages.WithProtectedSettings

  • All Known Subinterfaces:
    Extension.Update
    Enclosing interface:
    Extension.UpdateStages

    public static interface Extension.UpdateStages.WithProtectedSettings
    The stage of the Extension update allowing to specify protectedSettings.
    • Method Detail

      • withProtectedSettings

        Extension.Update withProtectedSettings​(Object protectedSettings)
        Specifies the protectedSettings property: Protected settings (may contain secrets)..
        Parameters:
        protectedSettings - Protected settings (may contain secrets).
        Returns:
        the next definition stage.